pax_global_header00006660000000000000000000000064135364637750014535gustar00rootroot0000000000000052 comment=89b826dba71323436d8918344070016cd0112e06 codespell-1.16.0/000077500000000000000000000000001353646377500135745ustar00rootroot00000000000000codespell-1.16.0/.coveragerc000066400000000000000000000001161353646377500157130ustar00rootroot00000000000000[run] branch = True source = codespell_lib include = */codespell_lib/* omit = codespell-1.16.0/.gitignore000066400000000000000000000001171353646377500155630ustar00rootroot00000000000000.coverage build dist ld codespell.egg-info *.pyc *.orig .cache/ .pytest_cache/ codespell-1.16.0/.pre-commit-hooks.yaml000066400000000000000000000002411353646377500177300ustar00rootroot00000000000000- id: codespell name: codespell description: Checks for common misspellings in text files. entry: codespell language: python types: [text] codespell-1.16.0/.travis.yml000066400000000000000000000026701353646377500157120ustar00rootroot00000000000000# vim ft=yaml # Multiple lines can be made a single "virtual line" because of how Travis # munges each line before executing it to print out the exit status. It's okay # for it to be on multiple physical lines, so long as you remember: - There # can't be any leading "-"s - All newlines will be removed, so use ";"s language: python sudo: false dist: xenial cache: directories: - $HOME/.cache/pip matrix: include: - os: linux python: 2.7 - os: linux python: 3.5 - os: linux python: 3.6 - os: linux python: 3.7 before_install: - source tools/travis_tools.sh - SRC_DIR=$PWD - cd ~ - virtualenv --python=python venv - source venv/bin/activate - python --version # just to check - pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors - retry pip install pytest pytest-cov flake8 coverage codecov chardet setuptools docutils - cd $SRC_DIR install: - python setup.py install script: - codespell --help - make check-dictionary - codespell --skip="codespell_lib/tests/test_basic.py,codespell_lib/data/*" codespell_lib/ # this file has an error - "! codespell codespell_lib/tests/test_basic.py" - flake8 - if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then python setup.py check --restructuredtext --strict; fi; - pytest codespell_lib after_success: - codecov codespell-1.16.0/COPYING000066400000000000000000000432541353646377500146370ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. codespell-1.16.0/MANIFEST.in000066400000000000000000000002611353646377500153310ustar00rootroot00000000000000include codespell_lib/__init__.py recursive-include codespell_lib *.py include codespell_lib/data/dictionary.txt include codespell_lib/data/linux-kernel.exclude include COPYING codespell-1.16.0/Makefile000066400000000000000000000017351353646377500152420ustar00rootroot00000000000000SORT_ARGS := -f -b DICTIONARY := codespell_lib/data/dictionary.txt PHONY := all check check-dictionary sort-dictionary trim-dictionary clean all: check-dictionary codespell.1 codespell.1: codespell.1.include bin/codespell PYTHONPATH=. help2man ./bin/codespell --include codespell.1.include --no-info --output codespell.1 sed -i '/\.SS \"Usage/,+2d' codespell.1 check-dictionary: @if ! LC_ALL=C sort ${SORT_ARGS} -c ${DICTIONARY}; then \ echo "Dictionary not sorted. Sort with 'make sort-dictionary'"; \ exit 1; \ fi @if egrep -n "^\s*$$|\s$$|^\s" ${DICTIONARY}; then \ echo "Dictionary contains leading/trailing whitespace and/or blank lines. Trim with 'make trim-dictionary'"; \ exit 1; \ fi sort-dictionary: LC_ALL=C sort ${SORT_ARGS} -u -o ${DICTIONARY} ${DICTIONARY} trim-dictionary: sed -E -i.bak -e 's/^[[:space:]]+//; s/[[:space:]]+$$//; /^$$/d' ${DICTIONARY} && rm ${DICTIONARY}.bak pypi: python setup.py sdist register upload clean: rm -rf codespell.1 codespell-1.16.0/README.rst000066400000000000000000000161221353646377500152650ustar00rootroot00000000000000codespell ========= Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. Useful links ------------ * `GitHub project `_ * Mailing list: with web archives/interface `here `_ * `Repository `_ * `Releases `_ Requirements ------------ Python 2.7 or above. Installation ------------ You can use ``pip`` to install codespell with e.g.:: pip install codespell Usage ----- For more in depth info please check usage with ``codespell -h``. Some noteworthy flags:: codespell -w, --write-changes The -w flag will actually implement the changes recommended by codespell. Not running with ``-w`` flag is the same as with doing a dry run. It is recommended to run this with the ``-i`` or ``--interactive`` flag.:: codespell -I FILE, --ignore-words=FILE The -I flag can be used to whitelist certain words that are in the ``codespell_lib/data/dictionary.txt``. The format of the whitelist file is one word per line. Invoke using: ``codespell -I path/to/file.txt`` to execute codespell referencing said whitelist. **Important note:** The whitelist passed to ``-I`` is case-sensitive based on how it is listed in ``dictionary.txt``. :: codespell -L word1,word2,word3,word4 The -L flag can be used to whitelist certain words that are comma-separated placed immediately after it. :: codespell -S, --skip= Comma-separated list of files to skip. It accepts globs as well. Examples: * to skip .eps & .txt files, invoke ``codespell --skip="*.eps,*.txt"`` * to skip directories, invoke ``codespell --skip="./src/3rd-Party,./src/Test"`` Useful commands:: codespell -d -q 3 --skip="*.po,*.ts,./src/3rdParty,./src/Test" List all typos found except translation files and some directories. Display them without terminal colors and with a quiet level of 3. :: codespell -i 3 -w Run interactive mode level 3 and write changes to file. We ship a dictionary that is an improved version of the one available `on Wikipedia `_ after applying them in projects like Linux Kernel, EFL, oFono among others. You can provide your own version of the dictionary, but patches for new/different entries are very welcome. Want to know if a word you're proposing exists in codespell already? It is possible to test a word against the current dictionary that exists in ``codespell_lib/data/dictionary.txt`` via:: echo "word" | codespell - echo "1stword,2ndword" | codespell - Dictionary format ----------------- The format of the dictionary was influenced by the one it originally came from, i.e. from Wikipedia. The difference is how multiple options are treated and that the last argument is the reason why a certain entry could not be applied directly, but instead be manually inspected. E.g.: 1. Simple entry: one wrong word / one suggestion:: calulated->calculated 2. Entry with more than one suggested fix:: fiel->feel, field, file, phial, Note the last comma! You need to use it, otherwise the last suggestion will be discarded (see below for why). When there is more than one suggestion, an automatic fix is not possible and the best we can do is to give the user the file and line where the error occurred as well as the suggestions. 3. Entry with one word, but with automatically fix disabled:: clas->class, disabled because of name clash in c++ Note that there isn't a comma in the end of the line. The last argument is treated as the reason why a suggestion cannot be automatically applied. Sending Pull Requests --------------------- If you have a suggested typo that you'd like to see merged please follow these steps: 1. Make sure you read the instructions mentioned in the ``Dictionary format`` section above to submit correctly formatted entries. 2. Sort the dictionary. This is done by invoking (in the top level directory of ``codespell/``):: make check-dictionary If the make script finds that you need to sort the dictionary, please then run:: make sort-dictionary 3. Only after this process is complete do we recommend you submit the PR. **Important Notes:** * If the dictionary is submitted without being pre-sorted the PR will fail via TravisCI. * Not all PRs will be merged. This is pending on the discretion of the devs, maintainers, and the community. Updating -------- To stay current with codespell developments it is possible to build codespell from GitHub via:: pip install --upgrade git+https://github.com/codespell-project/codespell.git **Important Notes:** * Sometimes installing via ``pip`` will complain about permissions. If this is the case then run with :: pip install --user --upgrade git+https://github.com/codespell-project/codespell.git * It has been reported that after installing from ``pip``, codespell can't be located. Please check the $PATH variable to see if ``~/.local/bin`` is present. If it isn't then add it to your path. * If you decide to install via ``pip`` then be sure to remove any previously installed versions of codespell (via you OSs preferred app manager). Updating the dictionary ----------------------- In the scenario where the user prefers not to follow the development version of codespell yet still opts to benefit from the frequently updated `dictionary.txt` file, we recommend running a simple set of commands to achieve this :: wget https://raw.githubusercontent.com/codespell-project/codespell/master/codespell_lib/data/dictionary.txt codespell -D dictionary.txt The above simply downloads the latest ``dictionary.txt`` file and then by utilizing the -D flag allows the user to specify the freshly downloaded ``dictionary.txt`` as the custom dictionary instead of the default one. License ------- The Python script ``codespell`` with its library ``codespell_lib`` is available with the following terms: (*tl;dr*: `GPL v2`_) Copyright (C) 2010-2011 Lucas De Marchi Copyright (C) 2011 ProFUSION embedded systems This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . .. _GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html dictionary.txt is a derived work of English Wikipedia and is released under the Creative Commons Attribution-Share-Alike License 3.0 http://creativecommons.org/licenses/by-sa/3.0/ codespell-1.16.0/TODO000066400000000000000000000001531353646377500142630ustar00rootroot00000000000000- Add option to disable changes to source code, allowing them only on comments and text files BUGS ==== codespell-1.16.0/appveyor.yml000066400000000000000000000020431353646377500161630ustar00rootroot00000000000000clone_depth: 50 environment: matrix: - PYTHON: C:\Python37-x64 PYTHON_VERSION: 3.7 PYTHON_ARCH: 64 - PYTHON: C:\Python27 PYTHON_VERSION: 2.7 PYTHON_ARCH: 32 cache: # Cache downloaded pip packages and built wheels. - '%LOCALAPPDATA%\pip\Cache\http' - '%LOCALAPPDATA%\pip\Cache\wheels' install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "pip install pytest pytest-cov setuptools flake8 coverage chardet codecov" - "python setup.py develop" build: false # Not a C# project, build stuff at the test step instead. test_script: - "codespell --help" - "flake8" - "pytest codespell_lib" on_success: - "codecov" # Remove old or huge cache files to hopefully not exceed the 1GB cache limit. # (adapted from PyInstaller) - C:\cygwin\bin\find "%LOCALAPPDATA%\pip" -type f -mtime +360 -delete - C:\cygwin\bin\find "%LOCALAPPDATA%\pip" -type f -size +10M -delete - C:\cygwin\bin\find "%LOCALAPPDATA%\pip" -empty -delete # Show size of cache - C:\cygwin\bin\du -hs "%LOCALAPPDATA%\pip\Cache" codespell-1.16.0/bin/000077500000000000000000000000001353646377500143445ustar00rootroot00000000000000codespell-1.16.0/bin/codespell000077500000000000000000000002101353646377500162350ustar00rootroot00000000000000#!/usr/bin/env python3 import sys if __name__ == '__main__': import codespell_lib sys.exit(codespell_lib.main(*sys.argv[1:])) codespell-1.16.0/codecov.yml000066400000000000000000000000151353646377500157350ustar00rootroot00000000000000comment: off codespell-1.16.0/codespell.1.include000066400000000000000000000006731353646377500172600ustar00rootroot00000000000000[NAME] codespell \- detect spelling mistakes in source code [SYNOPSIS] \fBcodespell\fR [OPTIONS] [file1 file2 ... fileN] [DESCRIPTION] .PP codespell is designed to find and fix common misspellings in text files. It is designed primarily for checking misspelled words in source code, but it can be used with other files as well. [AUTHOR] Lucas De Marchi [SEE ALSO] https://github.com/codespell-project/codespell codespell-1.16.0/codespell_lib/000077500000000000000000000000001353646377500163745ustar00rootroot00000000000000codespell-1.16.0/codespell_lib/__init__.py000066400000000000000000000001131353646377500205000ustar00rootroot00000000000000from ._codespell import main, _script_main, VERSION as __version__ # noqa codespell-1.16.0/codespell_lib/_codespell.py000077500000000000000000000621521353646377500210700ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. """ Copyright (C) 2010-2011 Lucas De Marchi Copyright (C) 2011 ProFUSION embedded systems """ from __future__ import print_function import argparse import codecs import fnmatch import os import re import sys word_regex_def = u"[\\w\\-'’`]+" encodings = ('utf-8', 'iso-8859-1') USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ VERSION = '1.16.0' # Users might want to link this file into /usr/local/bin, so we resolve the # symbolic link path to the real path if necessary. default_dictionary = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'data', 'dictionary.txt') # OPTIONS: # # ARGUMENTS: # dict_filename The file containing the dictionary of misspellings. # If set to '-', it will be read from stdin # file1 .. fileN Files to check spelling class QuietLevels(object): NONE = 0 ENCODING = 1 BINARY_FILE = 2 DISABLED_FIXES = 4 NON_AUTOMATIC_FIXES = 8 FIXES = 16 class GlobMatch(object): def __init__(self, pattern): if pattern: self.pattern_list = pattern.split(',') else: self.pattern_list = None def match(self, filename): if self.pattern_list is None: return False for p in self.pattern_list: if fnmatch.fnmatch(filename, p): return True return False class Misspelling(object): def __init__(self, data, fix, reason): self.data = data self.fix = fix self.reason = reason class TermColors(object): def __init__(self): self.FILE = '\033[33m' self.WWORD = '\033[31m' self.FWORD = '\033[32m' self.DISABLE = '\033[0m' def disable(self): self.FILE = '' self.WWORD = '' self.FWORD = '' self.DISABLE = '' class Summary(object): def __init__(self): self.summary = {} def update(self, wrongword): if wrongword in self.summary: self.summary[wrongword] += 1 else: self.summary[wrongword] = 1 def __str__(self): keys = list(self.summary.keys()) keys.sort() return "\n".join(["{0}{1:{width}}".format( key, self.summary.get(key), width=15 - len(key)) for key in keys]) class FileOpener(object): def __init__(self, use_chardet, quiet_level): self.use_chardet = use_chardet if use_chardet: self.init_chardet() self.quiet_level = quiet_level def init_chardet(self): try: from chardet.universaldetector import UniversalDetector except ImportError: raise ImportError("There's no chardet installed to import from. " "Please, install it and check your PYTHONPATH " "environment variable") self.encdetector = UniversalDetector() def open(self, filename): if self.use_chardet: return self.open_with_chardet(filename) else: return self.open_with_internal(filename) def open_with_chardet(self, filename): self.encdetector.reset() with codecs.open(filename, 'rb') as f: for line in f: self.encdetector.feed(line) if self.encdetector.done: break self.encdetector.close() encoding = self.encdetector.result['encoding'] try: f = codecs.open(filename, 'r', encoding=encoding) except UnicodeDecodeError: print('ERROR: Could not detect encoding: %s' % filename, file=sys.stderr) raise except LookupError: print('ERROR: %s -- Don\'t know how to handle encoding %s' % (filename, encoding), file=sys.stderr) raise else: lines = f.readlines() f.close() return lines, encoding def open_with_internal(self, filename): curr = 0 while True: try: f = codecs.open(filename, 'r', encoding=encodings[curr]) except UnicodeDecodeError: if not self.quiet_level & QuietLevels.ENCODING: print('WARNING: Decoding file %s' % filename, file=sys.stderr) print('WARNING: using encoding=%s failed. ' % encodings[curr], file=sys.stderr) try: print('WARNING: Trying next encoding: %s' % encodings[curr + 1], file=sys.stderr) except IndexError: pass curr += 1 else: lines = f.readlines() f.close() break if not lines: raise Exception('Unknown encoding') encoding = encodings[curr] return lines, encoding # -.-:-.-:-.-:-.:-.-:-.-:-.-:-.-:-.:-.-:-.-:-.-:-.-:-.:-.-:- def parse_options(args): parser = argparse.ArgumentParser() parser.set_defaults(colors=sys.stdout.isatty()) parser.add_argument('--version', action='version', version=VERSION) parser.add_argument('-d', '--disable-colors', action='store_false', dest='colors', help='disable colors, even when printing to terminal ' '(always set for Windows)') parser.add_argument('-c', '--enable-colors', action='store_true', dest='colors', help='enable colors, even when not printing to ' 'terminal') parser.add_argument('-w', '--write-changes', action='store_true', default=False, help='write changes in place if possible') parser.add_argument('-D', '--dictionary', action='append', metavar='FILE', help='Custom dictionary file that contains spelling ' 'corrections. If this flag is not specified or ' 'equals "-" then the default dictionary is used. ' 'This option can be specified multiple times.') parser.add_argument('-I', '--ignore-words', action='append', metavar='FILE', help='File that contains words which will be ignored ' 'by codespell. File must contain 1 word per line.' ' Words are case sensitive based on how they are ' 'written in the dictionary file') parser.add_argument('-L', '--ignore-words-list', action='append', metavar='WORDS', help='Comma separated list of words to be ignored ' 'by codespell. Words are case sensitive based on ' 'how they are written in the dictionary file') parser.add_argument('-r', '--regex', action='store', type=str, help='Regular expression which is used to find words. ' 'By default any alphanumeric character, the ' 'underscore, the hyphen, and the apostrophe is ' 'used to build words. This option cannot be ' 'specified together with --write-changes.') parser.add_argument('-s', '--summary', action='store_true', default=False, help='print summary of fixes') parser.add_argument('-S', '--skip', help='Comma-separated list of files to skip. It ' 'accepts globs as well. E.g.: if you want ' 'codespell to skip .eps and .txt files, ' 'you\'d give "*.eps,*.txt" to this option.') parser.add_argument('-x', '--exclude-file', type=str, metavar='FILE', help='FILE with lines that should not be changed') parser.add_argument('-i', '--interactive', action='store', type=int, default=0, help='Set interactive mode when writing changes. ' '0: no interactivity. 1: ask for confirmation. ' '2 ask user to choose one fix when more than one ' 'is available. 3: both 1 and 2') parser.add_argument('-q', '--quiet-level', action='store', type=int, default=0, help='Bitmask that allows codespell to run quietly. ' '0: the default, in which all messages are ' 'printed. 1: disable warnings about wrong ' 'encoding. 2: disable warnings about binary ' 'file. 4: shut down warnings about automatic ' 'fixes that were disabled in dictionary. ' '8: don\'t print anything for non-automatic ' 'fixes. 16: don\'t print fixed files.') parser.add_argument('-e', '--hard-encoding-detection', action='store_true', default=False, help='Use chardet to detect the encoding of each ' 'file. This can slow down codespell, but is more ' 'reliable in detecting encodings other than ' 'utf-8, iso8859-1, and ascii.') parser.add_argument('-f', '--check-filenames', action='store_true', default=False, help='check file names as well') parser.add_argument('-H', '--check-hidden', action='store_true', default=False, help='check hidden files (those starting with ".") as ' 'well') parser.add_argument('-A', '--after-context', type=int, metavar='LINES', help='print LINES of trailing context') parser.add_argument('-B', '--before-context', type=int, metavar='LINES', help='print LINES of leading context') parser.add_argument('-C', '--context', type=int, metavar='LINES', help='print LINES of surrounding context') parser.add_argument('files', nargs='*', help='files or directories to check') options = parser.parse_args(list(args)) if not options.files: options.files.append('.') return options, parser def build_exclude_hashes(filename, exclude_lines): with codecs.open(filename, 'r') as f: for line in f: exclude_lines.add(line) def build_ignore_words(filename, ignore_words): with codecs.open(filename, mode='r', buffering=1, encoding='utf-8') as f: for line in f: ignore_words.add(line.strip()) def build_dict(filename, misspellings, ignore_words): with codecs.open(filename, mode='r', buffering=1, encoding='utf-8') as f: for line in f: [key, data] = line.split('->') # TODO for now, convert both to lower. Someday we can maybe add # support for fixing caps. key = key.lower() data = data.lower() if key in ignore_words: continue data = data.strip() fix = data.rfind(',') if fix < 0: fix = True reason = '' elif fix == (len(data) - 1): data = data[:fix] reason = '' fix = False else: reason = data[fix + 1:].strip() data = data[:fix] fix = False misspellings[key] = Misspelling(data, fix, reason) def is_hidden(filename, check_hidden): bfilename = os.path.basename(filename) if bfilename != '' and bfilename != '.' and bfilename != '..' \ and (not check_hidden and bfilename[0] == '.'): return True return False def is_text_file(filename): with open(filename, mode='rb') as f: s = f.read(1024) if b'\x00' in s: return False return True def fix_case(word, fixword): if word == word.capitalize(): return fixword.capitalize() elif word == word.upper(): return fixword.upper() # they are both lower case # or we don't have any idea return fixword def ask_for_word_fix(line, wrongword, misspelling, interactivity): if interactivity <= 0: return misspelling.fix, fix_case(wrongword, misspelling.data) if misspelling.fix and interactivity & 1: r = '' fixword = fix_case(wrongword, misspelling.data) while not r: print("%s\t%s ==> %s (Y/n) " % (line, wrongword, fixword), end='') r = sys.stdin.readline().strip().upper() if not r: r = 'Y' if r != 'Y' and r != 'N': print("Say 'y' or 'n'") r = '' if r == 'N': misspelling.fix = False misspelling.fixword = '' elif (interactivity & 2) and not misspelling.reason: # if it is not disabled, i.e. it just has more than one possible fix, # we ask the user which word to use r = '' opt = list(map(lambda x: x.strip(), misspelling.data.split(','))) while not r: print("%s Choose an option (blank for none): " % line, end='') for i in range(len(opt)): fixword = fix_case(wrongword, opt[i]) print(" %d) %s" % (i, fixword), end='') print(": ", end='') sys.stdout.flush() n = sys.stdin.readline().strip() if not n: break try: n = int(n) r = opt[n] except (ValueError, IndexError): print("Not a valid option\n") if r: misspelling.fix = True misspelling.data = r return misspelling.fix, fix_case(wrongword, misspelling.data) def print_context(lines, index, context): # context = (context_before, context_after) for i in range(index - context[0], index + context[1] + 1): if 0 <= i < len(lines): print('%s %s' % ('>' if i == index else ':', lines[i].rstrip())) def parse_file(filename, colors, summary, misspellings, exclude_lines, file_opener, word_regex, context, options): bad_count = 0 lines = None changed = False encoding = encodings[0] # if not defined, use UTF-8 if filename == '-': f = sys.stdin lines = f.readlines() else: # ignore binary files if not os.path.isfile(filename): return 0 if options.check_filenames: for word in word_regex.findall(filename): lword = word.lower() if lword not in misspellings: continue fix = misspellings[lword].fix fixword = fix_case(word, misspellings[lword].data) if summary and fix: summary.update(lword) cfilename = "%s%s%s" % (colors.FILE, filename, colors.DISABLE) cwrongword = "%s%s%s" % (colors.WWORD, word, colors.DISABLE) crightword = "%s%s%s" % (colors.FWORD, fixword, colors.DISABLE) if misspellings[lword].reason: if options.quiet_level & QuietLevels.DISABLED_FIXES: continue creason = " | %s%s%s" % (colors.FILE, misspellings[lword].reason, colors.DISABLE) else: if options.quiet_level & QuietLevels.NON_AUTOMATIC_FIXES: continue creason = '' bad_count += 1 print("%(FILENAME)s: %(WRONGWORD)s " " ==> %(RIGHTWORD)s%(REASON)s" % {'FILENAME': cfilename, 'WRONGWORD': cwrongword, 'RIGHTWORD': crightword, 'REASON': creason}) text = is_text_file(filename) if not text: if not options.quiet_level & QuietLevels.BINARY_FILE: print("WARNING: Binary file: %s " % filename, file=sys.stderr) return 0 try: lines, encoding = file_opener.open(filename) except Exception: return 0 for i, line in enumerate(lines): if line in exclude_lines: continue fixed_words = set() asked_for = set() for word in word_regex.findall(line): lword = word.lower() if lword in misspellings: context_shown = False fix = misspellings[lword].fix fixword = fix_case(word, misspellings[lword].data) if options.interactive and lword not in asked_for: if context is not None: context_shown = True print_context(lines, i, context) fix, fixword = ask_for_word_fix( lines[i], word, misspellings[lword], options.interactive) asked_for.add(lword) if summary and fix: summary.update(lword) if word in fixed_words: # can skip because of re.sub below continue if options.write_changes and fix: changed = True lines[i] = re.sub(r'\b%s\b' % word, fixword, lines[i]) fixed_words.add(word) continue # otherwise warning was explicitly set by interactive mode if (options.interactive & 2 and not fix and not misspellings[lword].reason): continue cfilename = "%s%s%s" % (colors.FILE, filename, colors.DISABLE) cline = "%s%d%s" % (colors.FILE, i + 1, colors.DISABLE) cwrongword = "%s%s%s" % (colors.WWORD, word, colors.DISABLE) crightword = "%s%s%s" % (colors.FWORD, fixword, colors.DISABLE) if misspellings[lword].reason: if options.quiet_level & QuietLevels.DISABLED_FIXES: continue creason = " | %s%s%s" % (colors.FILE, misspellings[lword].reason, colors.DISABLE) else: if options.quiet_level & QuietLevels.NON_AUTOMATIC_FIXES: continue creason = '' # If we get to this point (uncorrected error) we should change # our bad_count and thus return value bad_count += 1 if (not context_shown) and (context is not None): print_context(lines, i, context) if filename != '-': print("%(FILENAME)s:%(LINE)s: %(WRONGWORD)s " " ==> %(RIGHTWORD)s%(REASON)s" % {'FILENAME': cfilename, 'LINE': cline, 'WRONGWORD': cwrongword, 'RIGHTWORD': crightword, 'REASON': creason}) else: print('%(LINE)s: %(STRLINE)s\n\t%(WRONGWORD)s ' '==> %(RIGHTWORD)s%(REASON)s' % {'LINE': cline, 'STRLINE': line.strip(), 'WRONGWORD': cwrongword, 'RIGHTWORD': crightword, 'REASON': creason}) if changed: if filename == '-': print("---") for line in lines: print(line, end='') else: if not options.quiet_level & QuietLevels.FIXES: print("%sFIXED:%s %s" % (colors.FWORD, colors.DISABLE, filename), file=sys.stderr) with codecs.open(filename, 'w', encoding=encoding) as f: f.writelines(lines) return bad_count def _script_main(): """Wrap to main() for setuptools.""" return main(*sys.argv[1:]) def main(*args): """Contains flow control""" options, parser = parse_options(args) if options.regex and options.write_changes: print('ERROR: --write-changes cannot be used together with ' '--regex') parser.print_help() return 1 word_regex = options.regex or word_regex_def try: word_regex = re.compile(word_regex) except re.error as err: print('ERROR: invalid regular expression "%s" (%s)' % (word_regex, err), file=sys.stderr) parser.print_help() return 1 ignore_words_files = options.ignore_words or [] ignore_words = set() for ignore_words_file in ignore_words_files: if not os.path.exists(ignore_words_file): print('ERROR: cannot find ignore-words file: %s' % ignore_words_file, file=sys.stderr) parser.print_help() return 1 build_ignore_words(ignore_words_file, ignore_words) ignore_words_list = options.ignore_words_list or [] for comma_separated_words in ignore_words_list: for word in comma_separated_words.split(','): ignore_words.add(word.strip()) dictionaries = options.dictionary or [default_dictionary] misspellings = dict() for dictionary in dictionaries: if dictionary == "-": dictionary = default_dictionary if not os.path.exists(dictionary): print('ERROR: cannot find dictionary file: %s' % dictionary, file=sys.stderr) parser.print_help() return 1 build_dict(dictionary, misspellings, ignore_words) colors = TermColors() if not options.colors or sys.platform == 'win32': colors.disable() if options.summary: summary = Summary() else: summary = None context = None if options.context is not None: if (options.before_context is not None) or \ (options.after_context is not None): print('ERROR: --context/-C cannot be used together with ' '--context-before/-B or --context-after/-A') parser.print_help() return 1 context_both = max(0, options.context) context = (context_both, context_both) elif (options.before_context is not None) or \ (options.after_context is not None): context_before = 0 context_after = 0 if options.before_context is not None: context_before = max(0, options.before_context) if options.after_context is not None: context_after = max(0, options.after_context) context = (context_before, context_after) exclude_lines = set() if options.exclude_file: build_exclude_hashes(options.exclude_file, exclude_lines) file_opener = FileOpener(options.hard_encoding_detection, options.quiet_level) glob_match = GlobMatch(options.skip) bad_count = 0 for filename in options.files: # ignore hidden files if is_hidden(filename, options.check_hidden): continue if os.path.isdir(filename): for root, dirs, files in os.walk(filename): if glob_match.match(root): # skip (absolute) directories del dirs[:] continue for file_ in files: if glob_match.match(file_): # skip files continue fname = os.path.join(root, file_) if glob_match.match(fname): # skip paths continue if not os.path.isfile(fname) or not os.path.getsize(fname): continue bad_count += parse_file( fname, colors, summary, misspellings, exclude_lines, file_opener, word_regex, context, options) # skip (relative) directories dirs[:] = [dir_ for dir_ in dirs if not glob_match.match(dir_)] else: bad_count += parse_file( filename, colors, summary, misspellings, exclude_lines, file_opener, word_regex, context, options) if summary: print("\n-------8<-------\nSUMMARY:") print(summary) return bad_count codespell-1.16.0/codespell_lib/data/000077500000000000000000000000001353646377500173055ustar00rootroot00000000000000codespell-1.16.0/codespell_lib/data/__init__.py000066400000000000000000000000001353646377500214040ustar00rootroot00000000000000codespell-1.16.0/codespell_lib/data/dictionary.txt000066400000000000000000016504511353646377500222270ustar00rootroot000000000000001nd->1st a-diaerers->a-diaereses aaccessibility->accessibility aaccession->accession aack->ack aadd->add aare->are abailable->available abanden->abandon abandonded->abandoned abandone->abandon abandonned->abandoned abandonning->abandoning abbbreviated->abbreviated abberation->aberration abberations->aberrations abberivates->abbreviates abberration->aberration abbort->abort abborted->aborted abborting->aborting abborts->aborts abbout->about abbrevate->abbreviate abbrevation->abbreviation abbrevations->abbreviations abbreviaton->abbreviation abbreviatons->abbreviations abbriviate->abbreviate abbriviation->abbreviation abbriviations->abbreviations aberation->aberration abigious->ambiguous abiguity->ambiguity abilties->abilities abilty->ability abiss->abyss abitrarily->arbitrarily abitrate->arbitrate abizmal->abysmal abnormaly->abnormally abnove->above aboce->above abolute->absolute abondon->abandon abondoned->abandoned abondoning->abandoning abondons->abandons aborigene->aborigine abortificant->abortifacient abosulte->absolute abosulute->absolute abotu->about abourt->abort, about, abouta->about a aboutit->about it aboutthe->about the abouve->above abov->above aboved->above abovemtioned->abovementioned aboves->above abovmentioned->abovementioned abreviate->abbreviate abreviated->abbreviated abreviates->abbreviates abreviating->abbreviating abreviation->abbreviation abreviations->abbreviations abritrarily->arbitrarily abritrary->arbitrary abriviate->abbreviate absail->abseil absailing->abseiling absance->absence abscence->absence abscound->abscond abselutely->absolutely abselutly->absolutely absense->absence absodefly->absolute absodeflyly->absolutely absolate->absolute absolately->absolutely absolaute->absolute absolautely->absolutely absolete->absolute, obsolete, absoleted->obsoleted absoletely->absolutely absoliute->absolute absoliutely->absolutely absoloute->absolute absoloutely->absolutely absolte->absolute absoltely->absolutely absoltue->absolute absoltuely->absolutely absoluate->absolute absoluately->absolutely absoluely->absolutely absoluet->absolute absoluetly->absolutely absolulte->absolute absolultely->absolutely absolune->absolute absolunely->absolutely absolure->absolute absolurely->absolutely absolut->absolute absolutelly->absolutely absoluth->absolute absoluthe->absolute absoluthely->absolutely absoluthly->absolutely absolutley->absolutely absolutly->absolutely absolutlye->absolutely absoluute->absolute absoluutely->absolutely absoluve->absolute absoluvely->absolutely absoolute->absolute absoolutely->absolutely absorbant->absorbent absorbsion->absorption absorbtion->absorption absorve->absorb absould->absolute absouldly->absolutely absoule->absolute absoulely->absolutely absoulete->absolute, obsolete, absouletely->absolutely absoult->absolute absoulte->absolute absoultely->absolutely absoultly->absolutely absoulute->absolute absoulutely->absolutely absout->absolute absoute->absolute absoutely->absolutely absoutly->absolutely abstact->abstract abstaction->abstraction abstactions->abstractions abstactly->abstractly abstanence->abstinence absulute->absolute absymal->abysmal abtract->abstract abudance->abundance abudances->abundances abundacies->abundances abundancies->abundances abundand->abundant abundence->abundance abundent->abundant abundunt->abundant abutts->abuts abvailable->available abvious->obvious acadamy->academy acadimy->academy acadmic->academic acale->scale acatemy->academy accademic->academic accademy->academy accapt->accept accapted->accepted accapts->accepts acccept->accept acccepted->accepted acccepting->accepting acccepts->accepts accces->access acccess->access acccessd->accessed acccessed->accessed acccesses->accesses acccessibility->accessibility acccessible->accessible acccessing->accessing acccession->accession acccessor->accessor acccessors->accessors acccumulate->accumulate acccuracy->accuracy acccurate->accurate acccurately->accurately acccused->accused accecpted->accepted accees->access accelarate->accelerate accelaration->acceleration acceleratoin->acceleration accellerated->accelerated accelleration->acceleration accension->accession, ascension, accepatble->acceptable accepect->accept accepected->accepted acceppt->accept acceptence->acceptance acceptible->acceptable acces->access accesed->accessed acceses->accesses accesible->accessible accesing->accessing accesnt->accent accesor->accessor accesories->accessories accesors->accessors accesory->accessory accessable->accessible accessbile->accessible accessibiliity->accessibility accessibiliy->accessibility, accessible, accessibilty->accessibility accessiblilty->accessibility accessintg->accessing accessisble->accessible accessort->accessor accesss->access accesssor->accessor accesssors->accessors accet->accept accets->accepts acchiev->achieve accidant->accident accidentaly->accidentally accidential->accidental accidentially->accidentally accidentically->accidentally accidentily->accidentally accidently->accidentally accidentually->accidentally acciedential->accidental acciednetally->accidentally accient->accident acciental->accidental accleration->acceleration acclimitization->acclimatization accoding->according accodingly->accordingly accoird->accord accoirding->according accomadate->accommodate accomadated->accommodated accomadates->accommodates accomadating->accommodating accomadation->accommodation accomadations->accommodations accomdate->accommodate accommadate->accommodate accommadates->accommodates accommdated->accommodated accomodata->accommodate accomodate->accommodate accomodated->accommodated accomodates->accommodates accomodating->accommodating accomodation->accommodation accomodations->accommodations accompagned->accompanied accompagnied->accompanied accompagnies->accompanies accompagniment->accompaniment accompagning->accompanying accompagny->accompany accompagnying->accompanying accompained->accompanied accompanyed->accompanied accompt->account accont->account accoording->according accoordingly->accordingly accordeon->accordion accordian->accordion accordinly->accordingly accordint->according accoring->according, occurring, accoringly->accordingly accorndingly->accordingly accound->account accoustic->acoustic accout->account accouting->accounting accoutn->account accpets->accepts accquainted->acquainted accquire->acquire accquired->acquired accquires->acquires accquiring->acquiring accracy->accuracy accrate->accurate accrding->according accrdingly->accordingly accrediation->accreditation accredidation->accreditation accress->access accreting->accrediting accroding->according accrodingly->accordingly accronym->acronym accronyms->acronyms accrording->according accrose->across accross->across accsess->access accss->access accssible->accessible accssor->accessor acctual->actual accumalate->accumulate accumalte->accumulate accumalted->accumulated accumilated->accumulated accumlate->accumulate accumlated->accumulated accumlates->accumulates accumlating->accumulating accumlator->accumulator accummulating->accumulating accummulators->accumulators accumualtion->accumulation accupts->accepts accurable->accurate accuraccies->accuracies accuraccy->accuracy accurancy->accuracy accurarcy->accuracy accurary->accuracy, actuary, accuray->accuracy, actuary, accurs->accurse, occurs, accussed->accused acditionally->additionally acedemic->academic aceptable->acceptable acerage->acreage acess->access acessable->accessible acesses->accesses acessible->accessible acessing->accessing acessor->accessor acessors->accessors, accessor, acheive->achieve acheived->achieved acheivement->achievement acheivements->achievements acheives->achieves acheiving->achieving acheivment->achievement acheivments->achievements achievment->achievement achievments->achievements achitecture->architecture achitectures->architectures achive->achieve, archive, achived->achieved, archived, achivement->achievement achivements->achievements achives->achieves achiving->achieving achor->anchor achored->anchored achoring->anchoring achors->anchors ACI->ACPI acident->accident acient->ancient ACII->ASCII acition->action acitions->actions acitivate->activate acitivation->activation acitivity->activity acitvate->activate acitve->active acivate->activate acive->active acknoledge->acknowledge acknoledged->acknowledged acknoledges->acknowledges acknoledging->acknowledging acknowldeged->acknowledged acknowldegement->acknowledgement acknowledgeing->acknowledging acknowleding->acknowledging acknowlege->acknowledge acknowleged->acknowledged acknowleges->acknowledges acknowleging->acknowledging ackowledge->acknowledge ackowledged->acknowledged ackward->awkward, backward, acocunt->account acommodate->accommodate acommodated->accommodated acommodates->accommodates acommodating->accommodating acommodation->accommodation acommpany->accompany acommpanying->accompanying acomplish->accomplish acomplished->accomplished acomplishment->accomplishment acomplishments->accomplishments acontiguous->a contiguous acoording->according acoordingly->accordingly acording->according acordingly->accordingly acordinng->according acorss->across acount->account acounts->accounts acquaintence->acquaintance acquaintences->acquaintances acquiantence->acquaintance acquiantences->acquaintances acquiesence->acquiescence acquited->acquitted acqure->acquire acqured->acquired acqures->acquires acquring->acquiring acrage->acreage acses->cases, access, acssumed->assumed actally->actually actaul->actual actaully->actually actibity->activity actine->active actiual->actual activ->active activaed->activated activationg->activating actived->activated activeta->activate activete->activate activites->activities activiti->activity, activities, activitis->activities activitiy->activity activly->actively activties->activities activw->active actuaal->actual actuaally->actually actuak->actual actuakly->actually actuall->actually, actual, actuallin->actually actualy->actually actualyl->actually actuell->actual actuion->action actuionable->actionable actullay->actually actully->actually acturally->actually actusally->actually acual->actual acually->actually acuired->acquired acuires->acquires acumulate->accumulate acumulates->accumulates acumulating->accumulating acuqire->acquire acuracy->accuracy acurate->accurate acused->accused acustom->accustom acustommed->accustomed acutal->actual acutally->actually acutual->actual adapated->adapted adapater->adapter adapaters->adapters adapd->adapt, adapted, adopt, adopted, adapdive->adaptive adaped->adapted, adapt, adopted, adopt, adapive->adaptive adaptee->adapted adaquate->adequate adaquately->adequately adatper->adapter adatpers->adapters adavanced->advanced adbandon->abandon addapt->adapt addaptation->adaptation addapted->adapted addd->add addded->added addding->adding adddress->address adddresses->addresses addds->adds addedd->added addersses->addresses addert->assert adderted->asserted addes->adds addess->address addessed->addressed addesses->addresses addessing->addressing addied->added addig->adding addional->additional addionally->additionally additinally->additionally additioanlly->additionally additionallly->additionally additionaly->additionally additionnal->additional additionnally->additionally additon->addition additonal->additional additonally->additionally addjust->adjust addjusted->adjusted addjusting->adjusting addjusts->adjusts addmission->admission addopt->adopt addopted->adopted addoptive->adoptive, adaptive, addrees->address addreess->address addres->address addresable->addressable addresed->addressed addreses->addresses addresess->addresses addresing->addressing addressess->addresses addressings->addressing addresss->address addresssed->addressed addressses->addresses addresssing->addressing addtion->addition addtional->additional addtionally->additionally adecuate->adequate adequit->adequate adge->edge, badge, adage, adges->edges, badges, adages, adhearing->adhering adherance->adherence adiditon->addition adin->admin aditional->additional aditionally->additionally aditionaly->additionally aditionnal->additional adivce->advice, advise, adivsories->advisories adivsory->advisory adjacentsy->adjacency adjactend->adjacent adjascent->adjacent adjasensy->adjacency adjasent->adjacent adjast->adjust adjsuted->adjusted adjuscent->adjacent adjusment->adjustment adjustement->adjustment adjustements->adjustments adjustificat->justification adjustification->justification adjustmenet->adjustment admendment->amendment admininistrative->administrative admininstrator->administrator administation->administration administor->administrator adminstered->administered adminstrate->administrate adminstration->administration adminstrative->administrative adminstrator->administrator adminstrators->administrators admissability->admissibility admissable->admissible admited->admitted admitedly->admittedly admnistrator->administrator adn->and adobted->adopted adolecent->adolescent adpapted->adapted adpater->adapter adquire->acquire adquired->acquired adquires->acquires adquiring->acquiring adres->address adresable->addressable adresing->addressing adress->address adressable->addressable adresse->address adressed->addressed adresses->addresses adressing->addressing adresss->address adressses->addresses adrress->address adusted->adjusted advanatage->advantage advanatages->advantages advanatge->advantage advandced->advanced advane->advance advaned->advanced advantagous->advantageous advanved->advanced adventrous->adventurous advertice->advertise adverticed->advertised advertisment->advertisement advertisments->advertisements advertistment->advertisement advertistments->advertisements advesary->adversary adviced->advised adviseable->advisable advizable->advisable adwances->advances aeactivate->deactivate, activate, aequidistant->equidistant aequivalent->equivalent aeriel->aerial aeriels->aerials aesily->easily aesy->easy afair->affair afaraid->afraid afe->safe afect->affect, effect, afecting->affecting afer->after afetr->after affact->affect, effect, affekt->affect, effect, afficianados->aficionados afficionado->aficionado afficionados->aficionados affilate->affiliate affilates->affiliates affilliate->affiliate affort->afford, effort, affortable->affordable afforts->affords affraid->afraid aforememtioned->aforementioned aforementionned->aforementioned aformentioned->aforementioned afterall->after all afterw->after aftrer->after aftzer->after againnst->against agains->against, again, againsg->against againt->against againts->against agaisnt->against agaist->against aganist->against aggaravates->aggravates aggegate->aggregate aggessive->aggressive aggessively->aggressively agggregate->aggregate aggragate->aggregate aggreagate->aggregate aggreate->aggregate aggreed->agreed aggreement->agreement aggregatet->aggregated aggreggate->aggregate aggregious->egregious aggresive->aggressive aggresively->aggressively aggrevate->aggravate aggrgate->aggregate agian->again agianst->against agin->again agina->again, angina, aginst->against agrain->again agravate->aggravate agre->agree agred->agreed agreeement->agreement agreemnet->agreement agreemnets->agreements agreemnt->agreement agregate->aggregate agregates->aggregates agregation->aggregation agreing->agreeing agression->aggression agressive->aggressive agressively->aggressively agressiveness->aggressiveness agressivity->aggressivity agressor->aggressor agresssive->aggressive agrgument->argument agrguments->arguments agricuture->agriculture agrieved->aggrieved agrresive->aggressive agrument->argument agruments->arguments agument->argument aguments->arguments aheared->adhered ahev->have ahppen->happen ahve->have aicraft->aircraft aiffer->differ aiport->airport airator->aerator airbourne->airborne aircaft->aircraft aircrafts->aircraft airial->aerial, arial, airloom->heirloom airporta->airports airrcraft->aircraft aisian->asian aizmuth->azimuth ajacent->adjacent ajative->adjective ajurnment->adjournment ajust->adjust ajusted->adjusted ajustment->adjustment ake->ache aks->ask aktivate->activate aktivated->activated alaready->already albiet->albeit albumns->albums alcemy->alchemy alchohol->alcohol alchoholic->alcoholic alchol->alcohol alcholic->alcoholic alcohal->alcohol alcoholical->alcoholic aleady->already aleays->always aledge->allege aledged->alleged aledges->alleges alegance->allegiance alege->allege aleged->alleged alegience->allegiance alegorical->allegorical aleviate->alleviate aleviates->alleviates aleviating->alleviating algebraical->algebraic algebric->algebraic algebrra->algebra algee->algae alghoritm->algorithm alghoritmic->algorithmic alghoritmically->algorithmically alghoritms->algorithms algined->aligned alginment->alignment alginments->alignments algohm->algorithm algohmic->algorithmic algohmically->algorithmically algohms->algorithms algoirthm->algorithm algoirthmic->algorithmic algoirthmically->algorithmically algoirthms->algorithms algoithm->algorithm algoithmic->algorithmic algoithmically->algorithmically algoithms->algorithms algolithm->algorithm algolithmic->algorithmic algolithmically->algorithmically algolithms->algorithms algoorithm->algorithm algoorithmic->algorithmic algoorithmically->algorithmically algoorithms->algorithms algoprithm->algorithm algoprithmic->algorithmic algoprithmically->algorithmically algoprithms->algorithms algorgithm->algorithm algorgithmic->algorithmic algorgithmically->algorithmically algorgithms->algorithms algorhithm->algorithm algorhithmic->algorithmic algorhithmically->algorithmically algorhithms->algorithms algorhitm->algorithm algorhitmic->algorithmic algorhitmically->algorithmically algorhitms->algorithms algorhtm->algorithm algorhtmic->algorithmic algorhtmically->algorithmically algorhtms->algorithms algorhythm->algorithm algorhythmic->algorithmic algorhythmically->algorithmically algorhythms->algorithms algorhytm->algorithm algorhytmic->algorithmic algorhytmically->algorithmically algorhytms->algorithms algorightm->algorithm algorightmic->algorithmic algorightmically->algorithmically algorightms->algorithms algorihm->algorithm algorihmic->algorithmic algorihmically->algorithmically algorihms->algorithms algorihtm->algorithm algorihtmic->algorithmic algorihtmically->algorithmically algorihtms->algorithms algorith->algorithm algorithem->algorithm algorithemic->algorithmic algorithemically->algorithmically algorithems->algorithms algorithic->algorithmic algorithically->algorithmically algorithims->algorithms algorithmical->algorithmically algorithmm->algorithm algorithmmic->algorithmic algorithmmically->algorithmically algorithmms->algorithms algorithmn->algorithm algorithmnic->algorithmic algorithmnically->algorithmically algorithmns->algorithms algoriths->algorithms algorithsm->algorithm, algorithms, algorithsmic->algorithmic algorithsmically->algorithmically algorithsms->algorithms algoritm->algorithm algoritmic->algorithmic algoritmically->algorithmically algoritms->algorithms algoroithm->algorithm algoroithmic->algorithmic algoroithmically->algorithmically algoroithms->algorithms algororithm->algorithm algororithmic->algorithmic algororithmically->algorithmically algororithms->algorithms algorothm->algorithm algorothmic->algorithmic algorothmically->algorithmically algorothms->algorithms algorrithm->algorithm algorrithmic->algorithmic algorrithmically->algorithmically algorrithms->algorithms algorritm->algorithm algorritmic->algorithmic algorritmically->algorithmically algorritms->algorithms algorthim->algorithm algorthimic->algorithmic algorthimically->algorithmically algorthims->algorithms algorthin->algorithm algorthinic->algorithmic algorthinically->algorithmically algorthins->algorithms algorthm->algorithm algorthmic->algorithmic algorthmically->algorithmically algorthms->algorithms algorthn->algorithm algorthnic->algorithmic algorthnically->algorithmically algorthns->algorithms algorthym->algorithm algorthymic->algorithmic algorthymically->algorithmically algorthyms->algorithms algorthyn->algorithm algorthynic->algorithmic algorthynically->algorithmically algorthyns->algorithms algortihm->algorithm algortihmic->algorithmic algortihmically->algorithmically algortihms->algorithms algortim->algorithm algortimic->algorithmic algortimically->algorithmically algortims->algorithms algortism->algorithm algortismic->algorithmic algortismically->algorithmically algortisms->algorithms algortithm->algorithm algortithmic->algorithmic algortithmically->algorithmically algortithms->algorithms algoruthm->algorithm algoruthmic->algorithmic algoruthmically->algorithmically algoruthms->algorithms algorwwithm->algorithm algorwwithmic->algorithmic algorwwithmically->algorithmically algorwwithms->algorithms algorythem->algorithm algorythemic->algorithmic algorythemically->algorithmically algorythems->algorithms algorythm->algorithm algorythmic->algorithmic algorythmically->algorithmically algorythms->algorithms algothitm->algorithm algothitmic->algorithmic algothitmically->algorithmically algothitms->algorithms algotighm->algorithm algotighmic->algorithmic algotighmically->algorithmically algotighms->algorithms algotihm->algorithm algotihmic->algorithmic algotihmically->algorithmically algotihms->algorithms algotirhm->algorithm algotirhmic->algorithmic algotirhmically->algorithmically algotirhms->algorithms algotithm->algorithm algotithmic->algorithmic algotithmically->algorithmically algotithms->algorithms algotrithm->algorithm algotrithmic->algorithmic algotrithmically->algorithmically algotrithms->algorithms alha->alpha alhabet->alphabet alhabetical->alphabetical alhabetically->alphabetically alhabeticaly->alphabetically alhabets->alphabets alhapet->alphabet alhapetical->alphabetical alhapetically->alphabetically alhapeticaly->alphabetically alhapets->alphabets aliasas->aliases aliase->aliases, alias, aliasses->aliases alientating->alienating alighed->aligned alighnment->alignment aligment->alignment aligments->alignments alignation->alignment alignd->aligned aligne->align alignement->alignment alignemnt->alignment alignemnts->alignments alignemt->alignment alignes->aligns alignmant->alignment alignmen->alignment alignmenet->alignment alignmenets->alignments alignmnet->alignment alignmnt->alignment alignrigh->alignright aline->align alined->aligned alingment->alignment alinment->alignment alinments->alignments alising->aliasing aliver->alive, liver, allcate->allocate allcation->allocation allcoated->allocated alle->all alled->called, allied, alledge->allege alledged->alleged alledgedly->allegedly alledges->alleges allegedely->allegedly allegedy->allegedly allegely->allegedly allegence->allegiance allegience->allegiance allif->all if allign->align alligned->aligned allignement->alignment allignemnt->alignment alligning->aligning allignment->alignment allignments->alignments alligns->aligns alliviate->alleviate alllocate->allocate alllocation->allocation alllow->allow alllows->allows allmost->almost alloate->allocate, allotted, allot, alloated->allocated, allotted, allocal->allocate allocat->allocate allocatbale->allocatable allocatoor->allocator alloced->allocated allocte->allocate allocted->allocated alloctor->allocator alloed->allowed alloews->allows allone->alone, all one, allopone->allophone allopones->allophones alloted->allotted allowd->allowed allowe->allowed, allow, allpication->application allready->already allredy->already allright->all right, alright, alls->all, falls, allso->also allthough->although alltime->all-time alltogeher->altogether, all together, alltogehter->altogether, all together, alltogether->altogether, all together, alltogetrher->altogether, all together, alltogther->altogether, all together, alltough->although allways->always allwo->allow allwos->allows allws->allows allwys->always almostly->almost almsot->almost alo->also alocatable->allocatable alocate->allocate alocated->allocated alocates->allocates alocating->allocating alocation->allocation alochol->alcohol alog->along alogirhtm->algorithm alogirhtmic->algorithmic alogirhtmically->algorithmically alogirhtms->algorithms alogirthm->algorithm alogirthmic->algorithmic alogirthmically->algorithmically alogirthms->algorithms alogned->aligned alogorithms->algorithms alogrithm->algorithm alogrithmic->algorithmic alogrithmically->algorithmically alogrithms->algorithms alomst->almost aloows->allows alot->a lot, allot, alotted->allotted alow->allow alowed->allowed alowing->allowing alows->allows alpabet->alphabet alpabetic->alphabetic alpabetical->alphabetical alpabets->alphabets alpah->alpha alpahbetically->alphabetically alph->alpha alpha-numeric->alphanumeric alphabeticaly->alphabetically alphabeticly->alphabetical alphapeticaly->alphabetically alrady->already alraedy->already alread->already alreadly->already alreadt->already alreasy->already alreay->already alreayd->already alredy->already alrteady->already als->also alse->also, else, alsot->also alsready->already alterated->altered alterative->alternative alteratives->alternatives alterior->ulterior alternaive->alternative alternarive->alternative alternatievly->alternatively alternativey->alternatively alternativly->alternatively alternatve->alternative alternetive->alternative alternetives->alternatives alternitives->alternatives altho->although althogh->although althorithm->algorithm althorithmic->algorithmic althorithmically->algorithmically althorithms->algorithms althoug->although althought->although althouth->although altitide->altitude altitute->altitude altogehter->altogether altough->although altought->although altready->already alue->value alusion->allusion, illusion, alvorithm->algorithm alvorithmic->algorithmic alvorithmically->algorithmically alvorithms->algorithms alwais->always alwas->always alwast->always alwasy->always alwasys->always alwauys->always alway->always alwyas->always alyways->always amacing->amazing amacingly->amazingly amalgomated->amalgamated amatuer->amateur amature->armature, amateur, ambedded->embedded ambibuity->ambiguity ambigious->ambiguous ambigous->ambiguous ambiguious->ambiguous ambiguos->ambiguous ambuguity->ambiguity amendement->amendment amendmant->amendment amened->amended, amend, Amercia->America amerliorate->ameliorate amgle->angle amgles->angles amiguous->ambiguous amin->main, disabled because of var names amke->make amking->making ammend->amend ammended->amended ammending->amending ammendment->amendment ammendments->amendments ammends->amends ammortizes->amortizes ammount->amount ammused->amused amny->many amonst->amongst amound->amount amounds->amounts amoung->among amoungst->amongst amout->amount amoutn->amount amoutns->amounts amouts->amounts amperstands->ampersands ampty->empty amuch->much amung->among amunition->ammunition analagous->analogous analgous->analogous analises->analysis, analyses, analitic->analytic analitical->analytical analitically->analytically analiticaly->analytically analize->analyze analized->analyzed analizer->analyzer analizes->analyzes analizing->analyzing analogeous->analogous analoguous->analogous analoguously->analogously analyis->analysis analysator->analyzer analysers->analyzers analysies->analyzes analysus->analysis analysy->analysis analyticall->analytical, analytically, analyticaly->analytically analyticly->analytically ananlog->analog anarchim->anarchism anarchistm->anarchism anarquism->anarchism anarquist->anarchist anbd->and ancapsulate->encapsulate ancesetor->ancestor ancesetors->ancestors ancestore->ancestor ancestores->ancestors ancestory->ancestry anchord->anchored ancilliary->ancillary andd->and andlers->handlers, antlers, andoid->android androgenous->androgynous androgeny->androgyny androidextra->androidextras androind->Android andthe->and the ane->and anevironment->environment ang->and anhoter->another anid->and anihilation->annihilation animatior->animator, animation, animaton->animation aninate->animate anination->animation anisotrophically->anisotropically anitaliasing->antialiasing anitialising->antialiasing aniversary->anniversary anlge->angle anly->only anlysis->analysis anlyzing->analyzing annay->annoy, any, annayed->annoyed annaying->annoying annays->annoys, any, anniversery->anniversary annoation->annotation annoint->anoint annointed->anointed annointing->anointing annoints->anoints annoncement->announcement annonymous->anonymous annotaion->annotation annotaions->annotations annoted->annotated annother->another annouce->announce annouced->announced annoucement->announcement annouces->announces annoucing->announcing announcment->announcement announcments->announcements announed->announced announement->announcement announements->announcements annoymous->anonymous annualy->annually annuled->annulled anny->any annyoingly->annoyingly anohter->another anologon->analogon anomally->anomaly anomolies->anomalies anomolous->anomalous anomoly->anomaly anonimity->anonymity anononymous->anonymous anonymouse->anonymous anonyms->anonymous anonymus->anonymous anormaly->abnormally anoter->another anothe->another anounced->announced anouncement->announcement anount->amount anoying->annoying anoymous->anonymous anroid->android ans->and ansalisation->nasalisation ansalization->nasalization ansestors->ancestors answhare->answer answhared->answered answhareing->answering answhares->answers answharing->answering answhars->answers ansynchronous->asynchronous antaliasing->antialiasing antartic->antarctic antecedant->antecedent anthing->anything anthor->another anthromorphization->anthropomorphization anthropolgist->anthropologist anthropolgy->anthropology antialialised->antialiased antialising->antialiasing anticpate->anticipate anual->annual anually->annually anulled->annulled anumber->a number anway->anyway anways->anyway anwser->answer anwsered->answered anwsering->answering anwsers->answers anyawy->anyway anyhing->anything anyhwere->anywhere anynmore->anymore anyother->any other anytghing->anything anythig->anything anythign->anything anythimng->anything anytiem->anytime anytihng->anything anyting->anything anytning->anything anytrhing->anything anytthing->anything anytying->anything aond->and aother->another, other, mother, aovid->avoid apach->apache apapted->adapted aparent->apparent aparently->apparently aparment->apartment apear->appear apeends->appends apend->append apendage->appendage apended->appended apender->appender apendices->appendices apending->appending apendix->appendix apenines->Apennines apilogue->epilogue aplha->alpha aplication->application aplications->applications aplied->applied apllicatin->application apllication->application apllied->applied apllies->applies aplly->apply apllying->applying apolegetic->apologetic apolegetics->apologetics apon->upon, apron, apostrophie->apostrophe apostrophies->apostrophes apparant->apparent apparantly->apparently apparence->appearance apparenlty->apparently apparenly->apparently apparoches->approaches appart->apart appartment->apartment appartments->apartments appealling->appealing, appalling, appearantly->apparently appeareance->appearance appearence->appearance appearences->appearances appeares->appears appeciate->appreciate appedn->append appen->append appendent->appended appendign->appending appened->append, appended, happened, appeneded->appended appenines->Apennines appens->appends appent->append apperance->appearance apperances->appearances appereance->appearance appereances->appearances appered->appeared apperent->apparent apperently->apparently appers->appears apperture->aperture appicability->applicability appicable->applicable appicaliton->application appicant->applicant appication->application appication-specific->application-specific appications->applications appicative->applicative appied->applied appies->applies applay->apply applcation->application appliable->applicable applicabel->applicable applicaion->application applicaiton->application applicaitons->applications applicatable->applicable applicaten->application applicatin->application applicationb->application applicatiosn->applications applicaton->application applicatons->applications appliction->application applictions->applications applikation->application appling->applying, appalling, applyable->applicable applycable->applicable applyed->applied applyied->applied applys->applies applyting->applying appologies->apologies appology->apology appon->upon appopriate->appropriate apporiate->appropriate apporpiate->appropriate appove->approve appoved->approved appoximately->approximately apppear->appear apppears->appears apppend->append appplet->applet appplication->application appplications->applications appplying->applying apppriate->appropriate appproach->approach apprearance->appearance apprended->appended, apprehended, apprently->apparently appreteate->appreciate appreteated->appreciated apprieciate->appreciate appriopriate->appropriate apprixamation->approximation approachs->approaches approbiate->appropriate approch->approach approche->approach approched->approached approches->approaches approching->approaching approiate->appropriate approopriate->appropriate approoximate->approximate approoximately->approximately approperiate->appropriate appropiate->appropriate appropiately->appropriately approppriately->appropriately appropraite->appropriate appropraitely->appropriately appropriatedly->appropriately appropriatly->appropriately appropriatness->appropriateness appropritae->appropriate approprite->appropriate approproate->appropriate appropropiate->appropriate appropropiately->appropriately appropropreate->appropriate appropropriate->appropriate approproximate->approximate approriate->appropriate approriately->appropriately approrpriate->appropriate approrpriately->appropriately approvement->approval approxamately->approximately approxiamtion->approximation approxiately->approximately approximatly->approximately approximitely->approximately approxmation->approximation apprpriate->appropriate appy->apply appying->applying aprehensive->apprehensive apreteate->appreciate apreteated->appreciated aproach->approach aprooved->approved apropiate->appropriate apropiately->appropriately apropriate->appropriate apropriately->appropriately aproval->approval aproximate->approximate aproximately->approximately aproximation->approximation aproximations->approximations aprrovement->approval aprroximate->approximate aprtment->apartment aqain->again aqcuire->acquire aqcuired->acquired aqcuires->acquires aqcuiring->acquiring aquaduct->aqueduct aquaint->acquaint aquaintance->acquaintance aquainted->acquainted aquainting->acquainting aquaints->acquaints aquiantance->acquaintance aquire->acquire aquired->acquired aquires->acquires aquiring->acquiring aquisition->acquisition aquit->acquit aquitted->acquitted aranged->arranged arangement->arrangement araound->around ararbic->arabic aray->array arays->arrays arbirtrary->arbitrary arbitarary->arbitrary arbitarily->arbitrarily arbitary->arbitrary arbitrariy->arbitrarily, arbitrary, arbitrarly->arbitrarily, arbitrary, arbitraryily->arbitrarily arbitraryly->arbitrary arbitraty->arbitrary arbitray->arbitrary arbritary->arbitrary arbritrary->arbitrary arbtirary->arbitrary archaelogical->archaeological archaelogists->archaeologists archaelogy->archaeology archaoelogy->archeology, archaeology, archaology->archeology, archaeology, archeaologist->archeologist, archaeologist, archeaologists->archeologists, archaeologists, archetect->architect archetects->architects archetectural->architectural archetecturally->architecturally archetecture->architecture archiac->archaic archictect->architect archictecture->architecture archicture->architecture archiecture->architecture archiectures->architectures archimedian->archimedean architecht->architect architechturally->architecturally architechture->architecture architechtures->architectures architectual->architectural architecturs->architectures architecturse->architectures architecure->architecture architecures->architectures architecutres->architectures architecuture->architecture architeture->architecture architetures->architectures archiv->archive archivel->archival archor->anchor archtecture->architecture archtectures->architectures archtiecture->architecture archtype->archetype archtypes->archetypes archvie->archive archvies->archives archving->archiving arcticle->article Ardiuno->Arduino are'nt->aren't aready->already aren's->aren't aren;t->aren't arent'->aren't arent->aren't arent;->aren't areodynamics->aerodynamics argement->argument argements->arguments argemnt->argument argemnts->arguments argment->argument argments->arguments argubly->arguably arguement->argument arguements->arguments arguemnt->argument arguemnts->arguments arguemtns->arguments argumant->argument argumants->arguments argumement->argument argumements->arguments argumemnt->argument argumemnts->arguments argumeng->argument argumengs->arguments argumens->arguments argumentents->arguments argumeny->argument argumetn->argument argumetns->arguments argumnet->argument arhive->archive arhives->archives aribitary->arbitrary aribtrarily->arbitrarily aribtrary->arbitrary arised->arose arithemetic->arithmetic arithemtic->arithmetic arithmatic->arithmetic arithmentic->arithmetic arithmethic->arithmetic arithmetics->arithmetic arithmitic->arithmetic aritmetic->arithmetic aritst->artist arival->arrival arive->arrive armamant->armament armistace->armistice arn't->aren't arne't->aren't arogant->arrogant arogent->arrogant aronud->around aroud->around aroung->around arount->around arraay->array arragement->arrangement arraival->arrival arrance->arrange arrangemenet->arrangement arrangemenets->arrangements arrangmenet->arrangement arrangmenets->arrangements arrangment->arrangement arrangments->arrangements arraows->arrows arrary->array arrayes->arrays arre->are arrengement->arrangement arrengements->arrangements arround->around arrrays->arrays arrrives->arrives arrtibute->attribute arry->array, carry, arrys->arrays artcile->article articaft->artifact articafts->artifacts artical->article articals->articles articat->artifact articats->artifacts artice->article articel->article artifical->artificial artifically->artificially artihmetic->arithmetic artillary->artillery arugment->argument arugments->arguments arund->around asbtraction->abstraction asceding->ascending asetic->ascetic asfar->as far asign->assign asigned->assigned asisstant->assistant aske->ask askes->asks aslo->also asny->any asnychronoue->asynchronous asociated->associated asolute->absolute asorbed->absorbed aspected->expected asphyxation->asphyxiation assasin->assassin assasinate->assassinate assasinated->assassinated assasinates->assassinates assasination->assassination assasinations->assassinations assasined->assassinated assasins->assassins assassintation->assassination asscciated->associated asscociated->associated asscoitaed->associated assebly->assembly assember->assembler assemby->assembly assemnly->assembly assemple->assemble assersion->assertion assertation->assertion assesmenet->assessment assesment->assessment assessmant->assessment assgin->assign assgined->assigned assgining->assigning assginment->assignment assginments->assignments assgins->assigns asside->aside assiged->assigned assigend->assigned assiging->assigning assigment->assignment assigments->assignments assigmnent->assignment assignalble->assignable assignement->assignment assignements->assignments assignemnt->assignment assignemnts->assignments assignemtn->assignment assignend->assigned assignenmet->assignment assignes->assigns assignmenet->assignment assignmens->assignments assignmnet->assignment assing->assign assinged->assigned assinging->assigning assingment->assignment assings->assigns assinment->assignment assisnate->assassinate assistence->assistance assistent->assistant assit->assist assitant->assistant assmption->assumption assmptions->assumptions assocaited->associated assocate->associate assocated->associated assocates->associates assocating->associating assocation->association assocations->associations assocciative->associative associatated->associated associatied->associated associcate->associate associcated->associated associcates->associates associcating->associating associdated->associated associeted->associated assoiated->associated assoicate->associate assoicated->associated assoicates->associates assoication->association assoiciative->associative assosciate->associate assosciated->associated assosciates->associates assosciating->associating assosiacition->association assosiacitions->associations assosiacted->associated assosiate->associate assosiated->associated assosiates->associates assosiating->associating assosication->assassination assotiated->associated asssassans->assassins asssembler->assembler asssembly->assembly asssertion->assertion asssociated->associated asssume->assume asssumes->assumes asssuming->assuming assualt->assault assualted->assaulted assue->assume, assure, assuembly->assembly assum->assume assuma->assume assumad->assumed assumang->assuming assumas->assumes assumbe->assume assumbed->assumed assumbes->assumes assumbing->assuming assumking->assuming assumme->assume assummed->assumed assummes->assumes assumming->assuming assumne->assume assumned->assumed assumnes->assumes assumning->assuming assumong->assuming assumotion->assumption assumotions->assumptions assumpation->assumption assums->assumes assumse->assumes assumtion->assumption assumtions->assumptions assumtpion->assumption assumtpions->assumptions assumu->assume assumud->assumed assumue->assume assumued->assumed assumues->assumes assumuing->assuming assumung->assuming assumuption->assumption assumuptions->assumptions assumus->assumes assupmption->assumption assuption->assumption assuptions->assumptions assurred->assured assymetric->asymmetric assymetrical->asymmetrical assymetries->asymmetries assymmetric->asymmetric assymmetrical->asymmetrical asterices->asterisks asteriks->asterisk, asterisks, asteriod->asteroid asthetic->aesthetic asthetical->aesthetical asthetically->aesthetically asthetics->aesthetics astiimate->estimate astiimation->estimation asume->assume asuming->assuming asumption->assumption asure->assure aswell->as well asychronously->asynchronously asycronous->asynchronous asymetri->assymetry asymetric->asymmetric asymetrical->asymmetrical asymetricaly->asymmetrically asymmetri->asymmetric asynchnous->asynchronous asynchonous->asynchronous asynchonously->asynchronously asynchornous->asynchronous asynchrnous->asynchronous asynchron->asynchronous asynchroneously->asynchronously asynchronious->asynchronous asynchrons->asynchronous asynchrounous->asynchronous asynchrounsly->asynchronously asyncronous->asynchronous asyncronously->asynchronously asynschron->asynchronous atach->attach atached->attached ataching->attaching atachment->attachment atachments->attachments atain->attain atempting->attempting atempts->attempts atheistical->atheistic athenean->athenian atheneans->athenians athiesm->atheism athiest->atheist athough->although athron->athlon atleast->at least atomatically->automatically atomical->atomic atomicly->atomically atomiticity->atomicity atorecovery->autorecovery atorney->attorney atribs->attribs atribut->attribute atribute->attribute atributed->attributed atributes->attributes atrribute->attribute atrributes->attributes atrtribute->attribute atrtributes->attributes attache->attaché, attached, attach, attachement->attachment attachements->attachments attachen->attach attachmant->attachment attachmants->attachments attachted->attached attacthed->attached attaindre->attainder, attained, attampt->attempt attatch->attach attatched->attached attatches->attaches attatching->attaching attatchment->attachment attatchments->attachments attched->attached attemp->attempt attemped->attempted attemping->attempting attemps->attempts attemptting->attempting attemt->attempt attemted->attempted attemting->attempting attemtp->attempt attemtped->attempted attemtping->attempting attemtps->attempts attemtpted->attempted attemtpts->attempts attemts->attempts attendence->attendance attendent->attendant attendents->attendants attened->attended attension->attention attept->attempt attetntion->attention attibute->attribute attibuted->attributed attibutes->attributes attirbute->attribute attirbutes->attributes attitide->attitude attmept->attempt attosencond->attosecond attosenconds->attoseconds attrbiute->attribute attribbute->attribute attribiute->attribute attribiutes->attributes attribtes->attribute attribtue->attribute attribude->attribute attribue->attribute attribues->attributes attribuite->attribute attribuites->attributes attribuition->attribution attribures->attributes attribut->attribute attributei->attribute attributen->attribute attributred->attributed attributs->attributes attriubtes->attributes attriubute->attribute attrocities->atrocities attrribute->attribute attrubite->attribute attrubites->attributes attrubte->attribute attrubtes->attributes attrubure->attribute attrubures->attributes attrubute->attribute attrubutes->attributes attrubyte->attribute attrubytes->attributes attruibutes->attributes atttached->attached atttribute->attribute atttributes->attributes atuhentication->authentication auccess->success auccessive->successive audeince->audience auguest->august auhtor->author auhtors->authors aunthenticate->authenticate aunthenticated->authenticated aunthenticates->authenticates aunthenticating->authenticating auospacing->autospacing auot->auto auotmatic->automatic auromated->automated austrailia->Australia austrailian->Australian Australien->Australian Austrlaian->Australian autasave->autosave autasaves->autosaves autenticate->authenticate autenticated->authenticated autenticates->authenticates autenticating->authenticating autentication->authentication authentcated->authenticated authenticaiton->authentication authenticateion->authentication authentification->authentication auther->author authetication->authentication authobiographic->autobiographic authobiography->autobiography authorative->authoritative authorites->authorities authorithy->authority authoritiers->authorities authorititive->authoritative authoritive->authoritative authos->authors, autos, authror->author authrored->authored authrorisation->authorisation authrorities->authorities authrorization->authorization authrors->authors autimatic->automatic autimatically->automatically autmatically->automatically auto-dependancies->auto-dependencies auto-destrcut->auto-destruct auto-detet->auto-detect, auto-delete, auto-deteted->auto-detected, auto-deleted, auto-detetes->auto-deletes, auto-detects, auto-deteting->auto-detecting, auto-deleting, auto-detetion->auto-detection, auto-deletion, auto-detets->auto-detects, auto-deletes, auto-negatiotiation->auto-negotiation auto-negatiotiations->auto-negotiations auto-negoatiation->auto-negotiation auto-negoatiations->auto-negotiations auto-negoation->auto-negotiation auto-negoations->auto-negotiations auto-negociation->auto-negotiation auto-negociations->auto-negotiations auto-negogtiation->auto-negotiation auto-negogtiations->auto-negotiations auto-negoitation->auto-negotiation auto-negoitations->auto-negotiations auto-negoptionsotiation->auto-negotiation auto-negoptionsotiations->auto-negotiations auto-negosiation->auto-negotiation auto-negosiations->auto-negotiations auto-negotaiation->auto-negotiation auto-negotaiations->auto-negotiations auto-negotaition->auto-negotiation auto-negotaitions->auto-negotiations auto-negotatiation->auto-negotiation auto-negotatiations->auto-negotiations auto-negotation->auto-negotiation auto-negotations->auto-negotiations auto-negothiation->auto-negotiation auto-negothiations->auto-negotiations auto-negotication->auto-negotiation auto-negotications->auto-negotiations auto-negotioation->auto-negotiation auto-negotioations->auto-negotiations auto-negotion->auto-negotiation auto-negotionation->auto-negotiation auto-negotionations->auto-negotiations auto-negotions->auto-negotiations auto-negotiotation->auto-negotiation auto-negotiotations->auto-negotiations auto-negotitaion->auto-negotiation auto-negotitaions->auto-negotiations auto-negotitation->auto-negotiation auto-negotitations->auto-negotiations auto-negotition->auto-negotiation auto-negotitions->auto-negotiations auto-negoziation->auto-negotiation auto-negoziations->auto-negotiations auto-realease->auto-release auto-realeased->auto-released autochtonous->autochthonous autocommiting->autocommitting autocoomit->autocommit autoctonous->autochthonous autofilt->autofilter autofomat->autoformat autoformating->autoformatting autogroping->autogrouping autoincrememnt->autoincrement autoincrementive->autoincrement automaatically->automatically automaitc->automatic automaitcally->automatically automanifactured->automanufactured automatcally->automatically automatially->automatically automatical->automatically, automatic, automated, automaticall->automatically, automatic, automaticallly->automatically automaticaly->automatically automaticalyl->automatically automaticalyy->automatically automaticlly->automatically automaticly->automatically automatize->automate automatized->automated automatizes->automates autometic->automatic autometically->automatically automibile->automobile automonomous->autonomous automtically->automatically autonegatiotiation->autonegotiation autonegatiotiations->autonegotiations autonegoatiation->autonegotiation autonegoatiations->autonegotiations autonegoation->autonegotiation autonegoations->autonegotiations autonegociated->autonegotiated autonegociation->autonegotiation autonegociations->autonegotiations autonegogtiation->autonegotiation autonegogtiations->autonegotiations autonegoitation->autonegotiation autonegoitations->autonegotiations autonegoptionsotiation->autonegotiation autonegoptionsotiations->autonegotiations autonegosiation->autonegotiation autonegosiations->autonegotiations autonegotaiation->autonegotiation autonegotaiations->autonegotiations autonegotaition->autonegotiation autonegotaitions->autonegotiations autonegotatiation->autonegotiation autonegotatiations->autonegotiations autonegotation->autonegotiation autonegotations->autonegotiations autonegothiation->autonegotiation autonegothiations->autonegotiations autonegotication->autonegotiation autonegotications->autonegotiations autonegotioation->autonegotiation autonegotioations->autonegotiations autonegotion->autonegotiation autonegotionation->autonegotiation autonegotionations->autonegotiations autonegotions->autonegotiations autonegotiotation->autonegotiation autonegotiotations->autonegotiations autonegotitaion->autonegotiation autonegotitaions->autonegotiations autonegotitation->autonegotiation autonegotitations->autonegotiations autonegotition->autonegotiation autonegotitions->autonegotiations autonegoziation->autonegotiation autonegoziations->autonegotiations autonymous->autonomous autopsec->autospec autor->author autorealease->autorelease autorisation->authorization autoritative->authoritative autority->authority autorization->authorization autors->authors autosae->autosave autosavegs->autosaves autosaveperodical->autosaveperiodical auxilaries->auxiliaries auxilary->auxiliary auxileries->auxiliaries auxilery->auxiliary auxiliar->auxiliary auxillaries->auxiliaries auxillary->auxiliary auxilleries->auxiliaries auxillery->auxiliary auxilliaries->auxiliaries auxilliary->auxiliary avaiable->available avaialable->available avaialbale->available avaialbe->available avaialbel->available avaialbility->availability avaialble->available avaiblable->available avaible->available avaiilable->available availaable->available availabable->available availabal->available availabale->available availabality->availability availabble->available availabe->available availabed->available availabel->available availabele->available availabelity->availability availabillity->availability availabilty->availability availabke->available availabl->available availabled->available availablen->available availablity->availability availabyl->available availaiable->available availaible->available availailability->availability availaility->availability availalable->available availalbe->available availalble->available availale->available availaliable->available availality->availability availanle->available availavble->available availavility->availability availavle->available availbale->available availbe->available availble->available availeable->available availeble->available availiable->available availibility->availability availibilty->availability availible->available availlable->available avalable->available avalaible->available avalance->avalanche avaliable->available avalibale->available avalible->available avaluate->evaluate avaluated->evaluated avaluates->evaluates avaluating->evaluating avaoid->avoid avaoidable->avoidable avaoided->avoided avarage->average avarageing->averaging avarege->average avary->every, aviary, avation->aviation avcoid->avoid avcoids->avoids avdisories->advisories avdisory->advisory avengence->a vengeance averageed->averaged averload->overload averloaded->overloaded averloads->overloads avgerage->average aviable->available avialable->available avilable->available aviod->avoid avioded->avoided avioding->avoiding aviods->avoids avod->avoid avoded->avoided avoding->avoiding avods->avoids avoidence->avoidance avoinding->avoiding avtive->active awared->awarded aways->always aweful->awful awefully->awfully awnser->answer awoid->avoid awya->away axises->axes axpressed->expressed ayway->anyway, away, ba->by, be, bable->babel, table, bible, bacause->because baceause->because bacic->basic backards->backwards backbround->background backgorund->background backgound->background backgournd->background backgroud->background backgroung->background backgrount->background backgrund->background backound->background backpsace->backspace backrefence->backreference backround->background backrounds->backgrounds backsapce->backspace backslase->backslash backslases->backslashes backslashs->backslashes backupped->backed-up, backed up, backwad->backwards backware->backward backword->backward, backword, backwords->backwards, backwords, backwrad->backward bactracking->backtracking bacup->backup bae->base bage->bag bahaving->behaving bahavior->behavior bahavioral->behavioral bahaviors->behaviors bahaviour->behaviour baisc->basic bakc->back bakcrefs->backrefs bakup->backup bakups->backups bakward->backward bakwards->backwards balacing->balancing balck->black, balk, balence->balance baloon->balloon baloons->balloons balse->false banannas->bananas bandwidht->bandwidth bandwitdh->bandwidth bandwith->bandwidth bankrupcy->bankruptcy banlance->balance banruptcy->bankruptcy baout->about, bout, barbedos->barbados bariier->barrier barriors->barriers barycentic->barycentric basci->basic bascially->basically bascktrack->backtrack basf->base basicaly->basically basicly->basically batery->battery bcak->back bcause->because beacause->because beachead->beachhead beacuse->because bearword->bareword beastiality->bestiality beatiful->beautiful beauracracy->bureaucracy beaurocracy->bureaucracy beaurocratic->bureaucratic beause->because beautyfull->beautiful beaviour->behaviour becaause->because becacdd->because becahse->because becamae->became becames->becomes, became, becaouse->because becase->because becasue->because becasuse->because becauae->because becaue->because becaues->because becaus->because becausee->because becauseq->because becauses->because beccause->because bechmark->benchmark becoem->become becomeing->becoming becomming->becoming becouse->because becoz->because bector->vector bectors->vectors becuase->because becxause->because beding->bedding, begging, bedore->before beeing->being, been, beeings->beings beetween->between beetwen->between befoer->before befor->before beforere->before beforing->before befure->before beggin->begin, begging, begginer->beginner begginers->beginners beggingin->beginning begginging->beginning begginig->beginning beggining->beginning begginings->beginnings begginnig->beginning begginning->beginning beggins->begins begiinning->beginning begines->begins begining->beginning beginn->begin beginnig->beginning beginnin->beginning behabviour->behaviour behaivior->behavior behavious->behaviour, behaviours, behavioutr->behaviour behaviuor->behaviour behavoir->behavior behavoirs->behaviors behavour->behaviour behinde->behind behing->behind, being, behvaiour->behaviour behviour->behaviour beind->behind beinning->beginning bejond->beyond beleagured->beleaguered beleif->belief beleifable->believable beleife->belief, believe, beleifed->believed beleifes->beliefs, believes, beleifing->believing beleiv->believe, belief, beleivable->believable beleive->believe beleived->believed beleives->believes beleiving->believing beliefable->believable beliefe->believe, belief, beliefed->believed beliefes->beliefs, believes, beliefing->believing beligum->belgium beling->belong beliv->believe, belief, belivable->believable belive->believe beliveable->believable beliveably->believably beliveble->believable belivebly->believably belived->believed, beloved, belives->believes, beliefs, beliving->believing belligerant->belligerent bellweather->bellwether belog->belong beloging->belonging belogs->belongs belond->belong beloning->belonging belove->below, beloved, belwo->below bemusemnt->bemusement benchamarked->benchmarked benchamarking->benchmarking benchmkar->benchmark beneeth->beneath benefical->beneficial beneficary->beneficiary beneits->benefits benerate->generate, venerate, benetifs->benefits beng->being benhind->behind benificial->beneficial benifit->benefit benifite->benefit benifited->benefited benifitial->beneficial benifits->benefits benig->being beond->beyond bergamont->bergamot Berkley->Berkeley Bernouilli->Bernoulli berween->between besed->based beseige->besiege beseiged->besieged beseiging->besieging besure->be sure beteeen->between beteen->between beteween->between betrween->between bettery->better, battery, betwean->between betweed->between betweeen->between betweeness->betweenness betweent->between betwen->between betwene->between betwern->between beuracracy->bureaucracy bever->never bevore->before beweeen->between beween->between bewteen->between bewteeness->betweenness beyong->beyond beyound->beyond bginning->beginning bi-langual->bi-lingual bianries->binaries bianry->binary biappicative->biapplicative bidimentionnal->bidimensional bidning->binding bidnings->bindings bigining->beginning biginning->beginning bilangual->bilingual bilateraly->bilaterally billingualism->bilingualism billon->billion bimask->bitmask bimontly->bimonthly binairy->binary binanary->binary binay->binary biridectionality->bidirectionality bistream->bitstream bitamps->bitmaps bitwise-orring->bitwise-oring bizare->bizarre bizarely->bizarrely bizzare->bizarre blackslashes->backslashes blaim->blame blaimed->blamed blak->black, blank, blanace->balance blanck->blank, black, blancked->blanked blatent->blatant blbos->blobs blcok->block blcoks->blocks bleading->bleeding blessd->blessed blessure->blessing blindy->blindly Blitzkreig->Blitzkrieg bload->bloat bloaded->bloated bloc->block bloccks->blocks blocs->blocks blohted->bloated blokcer->blocker bloking->blocking bloted->bloated bluestooth->bluetooth bluetooh->bluetooth blured->blurred bnecause->because boads->boards boaut->bout, boat, about, bobard->board, bombard, boddy->body bodgy->body, disabled because one might want to allow informal spelling bodydbuilder->bodybuilder bofore->before boggus->bogus bogos->bogus bolean->boolean boleen->boolean bolor->color bombardement->bombardment bombarment->bombardment bondary->boundary Bonnano->Bonanno bood->boot bookeeping->bookkeeping bookkeeing->bookkeeping bookkeeiping->bookkeeping bookkepp->bookkeep bookmakr->bookmark bookmar->bookmark boold->bold, bool, booleamn->boolean booleanss->booleans booleen->boolean boolen->boolean boomark->bookmark boomarks->bookmarks booolean->boolean boostrap->bootstrap boostrapping->bootstrapping booteek->boutique bootom->bottom bootraping->bootstrapping bootsrap->bootstrap bootstap->bootstrap bootstapped->bootstrapped bootstapping->bootstrapping bootstaps->bootstraps boquet->bouquet boradcast->broadcast bord->board, bored, border, borded->boarded, border, bording->boarding bordreline->borderline bordrelines->borderlines borgwasy->bourgeoisie borke->broke borken->broken bostom->boston, bottom, bothe->both boths->both botifies->notifies bottlenect->bottleneck bottlneck->bottleneck bottomborde->bottomborder bottome->bottom botton->bottom, button, bottons->bottoms, buttons, botttom->bottom boudaries->boundaries boudary->boundary bouding->bounding bounaries->boundaries bounary->boundary bounbdaries->boundaries bounbdary->boundary boundaryi->boundary boundarys->boundaries bounderies->boundaries boundery->boundary boundries->boundaries boundry->boundary bouning->bounding bount->bound bouqet->bouquet bouy->buoy bouyancy->buoyancy bouyant->buoyant boxe->boxes, box, boxer, boxs->box boyant->buoyant boycot->boycott bracese->braces brach->branch brackeds->brackets brackground->background bradcast->broadcast brakpoint->breakpoint brakpoints->breakpoints brance->branch, branches, branchs->branches brancket->bracket branckets->brackets brane->brain braodcasted->broadcasted Brasillian->Brazilian brazeer->brassiere bre->be, brie, breakes->breaks breakthough->breakthrough breakthroughts->breakthroughs breal->break breef->brief, beef, breefly->briefly brefore->before breif->brief breifly->briefly brethen->brethren bretheren->brethren brfore->before bridget->bridged brige->bridge briges->bridges brighness->brightness brightnesss->brightness brigth->bright brigthness->brightness briliant->brilliant brillant->brilliant brimestone->brimstone bringin->bringing bringtofont->bringtofront Britian->Britain Brittish->British brnach->branch brnaches->branches broacasted->broadcast broadacasting->broadcasting broady->broadly broblematic->problematic brocher->brochure brocken->broken brockend->broken brockened->broken brocolee->broccoli brodcast->broadcast brokend->broken brokened->broken brokeness->brokenness broser->browser brower->browser browers->browsers brutaly->brutally buad->baud Buddah->Buddha Buddist->Buddhist bufefr->buffer bufer->buffer bufers->buffers buffereed->buffered bufferent->buffered bufferred->buffered bufffer->buffer bufffers->buffers buffor->buffer buffors->buffers buffred->buffered buffring->buffering bugous->bogus buguous->bogus bugus->bogus buid->build buiding->building buidling->building buik->bulk buil->build, built, build-dependancies->build-dependencies build-dependancy->build-dependency build-dependencie->build-dependency, build-dependencies, build-in->built-in builded->built buillt->built built-time->build-time builter->builder builters->builders buipd->build buisness->business buisnessman->businessman buissiness->business buissinesses->businesses buit->built buitin->builtin buitins->builtins buitlin->builtin buitlins->builtins buitton->button buittons->buttons buld->build bulding->building bulds->builds bulid->build buliding->building bulids->builds bulit->built bulle->bullet bulletted->bulleted bult->built bult-in->built-in bultin->builtin bumb->bump bumpded->bumped bumpted->bumped bundel->bundle bundeled->bundled buoancy->buoyancy bureauracy->bureaucracy buring->burying, burning, burin, during, burocratic->bureaucratic burried->buried busines->business busineses->business, businesses, busness->business buss->bus busses->buses bussiness->business buton->button butons->buttons butterly->butterfly buttom->button, bottom, buttoms->buttons, bottom, buttosn->buttons buttton->button butttons->buttons buuild->build buuilds->builds bwtween->between byteoder->byte order cacahe->cache cacahes->caches cace->cache cach->catch, cache, cachable->cacheable cacheed->cached cacheing->caching cachline->cacheline cachse->cache, caches, cacl->calc caclate->calculate cacluate->calculate cacluated->calculated cacluater->calculator cacluates->calculates cacluating->calculating cacluation->calculation cacluations->calculations cacluator->calculator caclulated->calculated caclulating->calculating caculate->calculate caculated->calculated caculater->calculator caculates->calculates caculating->calculating caculation->calculation caculations->calculations caculator->calculator cacuses->caucuses Caesarian->Caesarean cahacter->character cahacters->characters cahange->change cahanging->changing cahannel->channel caharacter->character caharacters->characters caharcter->character caharcters->characters cahc->cache cahce->cache cahced->cached cahces->caches cahche->cache cahchedb->cachedb cahches->caches cahcing->caching cahcs->caches cahdidate->candidate cahdidates->candidates cahe->cache cahes->caches cahgne->cahgne cahhel->channel cahhels->channels cahined->chained cahing->caching cahining->chaining cahnge->change cahnged->changed cahnges->changes cahnnel->channel cahnnels->channels cahr->char cahracter->character cahracters->characters cahrging->charging cahrs->chars calaber->caliber calander->calendar, colander, calback->callback calcable->calculable calciulate->calculate calciulating->calculating calcluate->calculate calcluated->calculated calcluates->calculates calcualation->calculation calcualte->calculate calcualted->calculated calcualter->calculator calcualtes->calculates calcualting->calculating calcualtion->calculation calcualtions->calculations calcualtor->calculator calcuate->calculate calcuations->calculations calculaion->calculation calculatable->calculatable, calculable, calculatble->calculatable, calculable, calculater->calculator calculatted->calculated calculatter->calculator calculaution->calculation calculautions->calculations calculcate->calculate calculcation->calculation calculs->calculus calcultate->calculate calcultated->calculated calcultater->calculator calcultating->calculating calcultator->calculator calcutated->calculated caleed->called calender->calendar calenders->calendars caler->caller calibrte->calibrate calibrtion->calibration caligraphy->calligraphy calilng->calling callack->callback callbacl->callback callbakc->callback callbakcs->callbacks calld->called callef->called calles->calls callibration->calibration callibri->calibri callig->calling callled->called calllee->callee calloed->called callsr->calls calss->calls, class, calsses->classes caluclate->calculate caluclated->calculated caluclater->calculator caluclates->calculates caluclator->calculator caluculate->calculate caluculated->calculated calue->value calulate->calculate calulated->calculated calulater->calculator calulates->calculates calulating->calculating calulation->calculation calulations->calculations Cambrige->Cambridge camoflage->camouflage camoflague->camouflage campagin->campaign campain->campaign campaing->campaign campains->campaigns camparing->comparing can;t->can't canadan->canadian canbe->can be cancelability->cancellability cancelaltion->cancellation cancelation->cancellation cancelations->cancellations cancelles->cancels cancl->cancel cancle->cancel cancled->canceled candadate->candidate candadates->candidates candiate->candidate candiates->candidates candidiate->candidate candidiates->candidates candinate->candidate candinates->candidates cange->change canidate->candidate canidates->candidates cann't->can't cann->can cannister->canister cannisters->canisters cannnot->cannot cannobt->cannot cannonical->canonical cannonicalize->canonicalize cannotation->connotation cannotations->connotations canonalize->canonicalize canonalized->canonicalized canonalizes->canonicalizes canonalizing->canonicalizing canoncial->canonical canonicalizations->canonicalization canonival->canonical canot->cannot cant'->can't cant->can't cant;->can't canvase->canvas caost->coast capabable->capable capabicity->capability capabilies->capabilities capabiliites->capabilities capabilites->capabilities capabilitiy->capability capabillity->capability capabilties->capabilities capabilty->capability capablities->capabilities capablity->capability capaciy->capacity capalize->capitalize capalized->capitalized capatibilities->capabilities capbability->capability capela->capella caperbility->capability Capetown->Cape Town capible->capable captable->capable captial->capital captued->captured capturd->captured caputre->capture carachter->character caracter->character caractere->character caracteristic->characteristic caracterized->characterized caracters->characters carbus->cardbus carcas->carcass, Caracas, carefull->careful carefuly->carefully careing->caring carfull->careful cariage->carriage caridge->carriage carismatic->charismatic Carmalite->Carmelite Carnagie->Carnegie Carnagie-Mellon->Carnegie-Mellon carnege->carnage, Carnegie, carnige->carnage, Carnegie, Carnigie->Carnegie Carnigie-Mellon->Carnegie-Mellon carniverous->carnivorous carreer->career carreid->carried carrers->careers Carribbean->Caribbean Carribean->Caribbean carridge->carriage, cartridge, carrige->carriage carryintg->carrying cartdridge->cartridge Carthagian->Carthaginian carthographer->cartographer cartilege->cartilage cartilidge->cartilage cartrige->cartridge cas->case cascace->cascade case-insensitivy->case-insensitivity case-insenstive->case-insensitive case-insesitive->case-insensitive case-sensitve->case-sensitive case-sesitive->case-sensitive case-unsensitive->case-insensitive caseinsenstive->case-insensitive caseinsesitive->case-insensitive caselessely->caselessly casesensitve->case-sensitive casesesitive->case-sensitive casette->cassette cashe->cache casion->caisson cassawory->cassowary cassowarry->cassowary casue->cause casued->caused casues->causes casuing->causing casulaties->casualties casulaty->casualty catagories->categories catagorized->categorized catagory->category Cataline->Catiline, Catalina, catapillar->caterpillar catapillars->caterpillars catapiller->caterpillar catapillers->caterpillars catastropically->catastrophically catched->caught catchi->catch catchs->catches catepillar->caterpillar catepillars->caterpillars catergorize->categorize catergorized->categorized caterpilar->caterpillar caterpilars->caterpillars caterpiller->caterpillar caterpillers->caterpillars cathlic->catholic catholocism->catholicism catory->factory catpture->capture catpure->capture catterpilar->caterpillar catterpilars->caterpillars catterpillar->caterpillar catterpillars->caterpillars cattleship->battleship caucasion->caucasian cauched->caught caugt->caught cauhgt->caught cauing->causing causees->causes causion->caution causioned->cautioned causions->cautions causious->cautious cavaet->caveat cavaets->caveats ccahe->cache ccale->scale ccertificate->certificate ccordinate->coordinate ccordinates->coordinates ccoutant->accountant Ceasar->Caesar ceate->create ceated->created ceates->creates ceating->creating ceation->creation cehck->check cehcked->checked cehcking->checking cehcks->checks Celcius->Celsius celles->cells cellpading->cellpadding cellst->cells cellxs->cells celsuis->celsius cementary->cemetery cemetarey->cemetery cemetaries->cemeteries cemetary->cemetery cenario->scenario cencus->census censur->censor, censure, centain->certain cententenial->centennial centerd->centered centisencond->centisecond centisenconds->centiseconds centrifugeable->centrifugable centruies->centuries centruy->century centuties->centuries centuty->century cerate->create ceratin->certain, keratin, cereates->creates cerimonial->ceremonial cerimonies->ceremonies cerimonious->ceremonious cerimony->ceremony ceromony->ceremony certaily->certainly certainity->certainty certaion->certain certan->certain certficate->certificate certficates->certificates certian->certain certianly->certainly certicate->certificate certicates->certificates certifacte->certificate certifactes->certificates certifcate->certificate certifcates->certificates certifcation->certification certificat->certificate certifice->certificate certifificates->certificates certiticate->certificate cervial->cervical, servile, serval, cetting->setting Cgywin->Cygwin chacacter->character chacacters->characters chache->cache chached->cached chack->check, chalk, chaeck->check chaecked->checked chaecker->checker chaecking->checking chaecks->checks chage->change, charge, chaged->changed, charged, chages->changes, charges, chaging->changing, charging, chahged->changed chalenging->challenging challanage->challenge challange->challenge challanged->challenged challanges->challenges challege->challenge Champange->Champagne chancel->cancel chanceled->canceled chanceling->canceling chancels->cancels chane->change, chain, chaned->changed, chained, chaneged->changed chanel->channel chanels->channels chang->change changable->changeable changeing->changing changged->changed changlog->changelog changuing->changing chanined->chained chaning->chaining, changing, chaninging->changing chanllenge->challenge chanllenging->challenging channes->channels, chances, changes, channle->channel channles->channels channnel->channel channnels->channels chanses->chances chaper->chapter characer->character characers->characters characeter->character characeters->characters characetrs->characters characher->character charachers->characters charachter->character charachters->characters characstyle->charstyle characte->character charactear->character charactears->characters characted->character characteds->characters characteer->character characteers->characters characteisation->characterisation characteization->characterization characteor->character characteors->characters characterclasses->character classes characteres->characters characterisitic->characteristic characterisitics->characteristics charactersistic->characteristic charactersm->characters characterstic->characteristic characterstics->characteristics charactes->characters charactet->character characteter->character characteteristic->characteristic characteteristics->characteristics characteters->characters charactetistic->characteristic charactetistics->characteristics charactetr->characters charactetrs->characterss charactets->characters charactor->character charactors->characters charactristics->characteristics charactrs->characters characts->characters characture->character chararacter->character chararcter->character charas->chars charascters->characters charasmatic->charismatic charater->character charaterize->characterize charaterized->characterized charaters->characters charator->character charators->characters charcater->character charcter->character charcters->characters charctor->character charctors->characters charecters->characters charicter->character charicters->characters charictor->character charictors->characters chariman->chairman charistics->characteristics charizma->charisma chartroose->chartreuse chasnge->change, changes, chasr->chaser, chase, chassy->chassis chatacter->character chatacters->characters chatch->catch chatched->caught, chatted, chawk->chalk chcek->check chceked->checked chceking->checking chceks->checks chckbox->checkbox cheatta->cheetah checg->check checged->checked chech->check, czech, checheckpoit->checkpoint checheckpoits->checkpoints cheched->checked cheching->checking chechs->checks checkd->checked checkes->checks checkk->check checkoslovakia->czechoslovakia checkstum->checksum checkstuming->checksumming checkstumming->checksumming checkstums->checksums checksuming->checksumming checkum->checksum checkums->checksums checkuot->checkout cheeta->cheetah cheif->chief cheifs->chiefs chek->check chekc->check chekd->checked cheked->checked chekers->checkers cheking->checking cheks->checks cheksum->checksum cheksums->checksums chello->cello chemcial->chemical chemcially->chemically chemestry->chemistry chemicaly->chemically chenged->changed childbird->childbirth childen->children childern->children childres->children childs->children, child's, chiledren->children chineese->chinese chipet->chipset chipslect->chipselect chipstes->chipsets chiuldren->children chked->checked chnage->change chnages->changes chnge->change choicing->choosing choise->choice choises->choices chooose->choose choos->choose choosed->chose, chosen, choosen->chosen chopipng->chopping chopy->choppy, chop, chosed->chose choser->chooser chosing->choosing chould->should, could, chracter->character chracters->characters chractor->character chractors->characters chrashed->crashed chuch->church chuks->chunks chunck->chunk chuncked->chunked chuncking->chunking chuncks->chunks chuncksize->chunksize chuned->chunked churchs->churches cicrle->circle cicruit->circuit cicruits->circuits cicular->circular ciculars->circulars cilincer->cylinder cilincers->cylinders cilinder->cylinder cilinders->cylinders cilyndre->cylinder cilyndres->cylinders cilyndrs->cylinders Cincinatti->Cincinnati Cincinnatti->Cincinnati cinfiguration->configuration cinfigurations->configurations cintaner->container ciper->cipher cipers->ciphers circomvent->circumvent circomvented->circumvented circomvents->circumvents circual->circular circularly->circular, circularly, circulaton->circulation circumferencial->circumferential circumsicion->circumcision circustances->circumstances circut->circuit circuts->circuits ciricuit->circuit ciriculum->curriculum ciritcal->critical ciriteria->criteria cirle->circle cirles->circles cirsumstances->circumstances cirtcuit->circuit cirucal->circular cirucit->circuit ciruclar->circular ciruclation->circulation ciruclator->circulator cirucmflex->circumflex cirucular->circular cirucumstance->circumstance cirucumstances->circumstances ciruit->circuit ciruits->circuits cirumflex->circumflex cirumstance->circumstance cirumstances->circumstances civillian->civilian civillians->civilians cjoice->choice cjoices->choices claaes->classes claculate->calculate claculation->calculation claer->clear claerer->clearer claerly->clearly claibscale->calibscale claime->claim claimes->claims clame->claim clared->cleared clarety->clarity clas->class, disabled because of name clash in c++ clasic->classic clasical->classical clasically->classically clasification->classification clasified->classified clasifies->classifies clasify->classify clasifying->classifying classe->class, classes, classess->classes classesss->classes classs->class classses->classes clatified->clarified claus->clause clcoksource->clocksource clcosed->closed cleaer->clear, clearer, cleancacne->cleancache cleaness->cleanness cleanpu->cleanup cleanpus->cleanups cleantup->cleanup cleare->cleared cleareance->clearance clearified->clarified clearifies->clarifies clearify->clarify clearifying->clarifying clearnance->clearance clearnances->clearances clearted->cleared cleck->check cleean->clean cleff->clef cleint's->client's cleint->client cleints->clients cler->clear clera->clear, sclera, clese->close cleses->closes clevely->cleverly cliensite->client-side cliente->client, clientele, clientelle->clientele clik->click clincial->clinical clinicaly->clinically clipoing->clipping cliuent->client cliuents->clients cloack->cloak cloacks->cloaks cloberring->clobbering clockwíse->clockwise clock_getttime->clock_gettime clodes->closed, clothes, cloding->closing cloes->close cloesd->closed cloesed->closed cloesing->closing cloneable->clonable clonez->clones, cloner, clonning->cloning clory->glory clos->close closeing->closing closests->closest, closets, clossed->closed clossing->closing cloude->cloud cloudes->clouds clousre->closure clsoe->close cluase->clause clude->clued, clue, clumn->column clumsly->clumsily clustred->clustered cmak->cmake cmmands->commands cmo->com, disabled due to lots of false positives cmobination->combination cmoputer->computer cmoputers->computers cna->can cnat'->can't cnat->can't cntain->contain cntains->contains cnter->center co-incided->coincided coalesed->coalesced coalessing->coalescing coallesced->coalesced cobvers->covers coccinele->coccinelle coctail->cocktail cocument->document cocumentation->documentation cocuments->document codde->code, coded, coddle, codepoitn->codepoint codesc->codecs codespel->codespell coditions->conditions coeffcients->coefficients coefficeints->coefficients coefficent->coefficient coefficents->coefficients coeffients->coefficients coeficent->coefficient coeficents->coefficients coeficient->coefficient coeficients->coefficients coelesce->coalesce coersion->coercion coexsiting->coexisting cofeee->coffee cofidence->confidence cofiguration->configuration cofigure->configure cofigured->configured cofigures->configures cofiguring->configuring coform->conform cognizent->cognizant coice->choice coincedentally->coincidentally coinitailize->coinitialize coinside->coincide coinsident->coincident cointain->contain cointained->contained cointaining->containing cointains->contains colaboration->collaboration colaborations->collaborations colateral->collateral colected->collected colelction->collection colelctive->collective colerscheme->colorscheme colision->collision colission->collision collaberative->collaborative collaction->collection collaobrative->collaborative collapsable->collapsible collationg->collation collecing->collecting collecion->collection collecions->collections collecton->collection collectons->collections colleection->collection collegue->colleague collegues->colleagues collektion->collection colletion->collection collission->collision colllapses->collapses collocalized->colocalized collonade->colonnade collonies->colonies collony->colony collorscheme->colorscheme collosal->colossal collpased->collapsed collumn->column collumns->columns colmn->column colmns->columns colmuned->columned coloer->color coloeration->coloration coloered->colored coloering->coloring coloers->colors colomns->columns colon-seperated->colon-separated colonizators->colonizers colorfull->colorful coloringh->coloring colorizoer->colorizer colorpsace->colorspace colorpsaces->colorspaces coloum->column coloumn->column coloumns->columns coloums->columns colourpsace->colourspace colourpsaces->colourspaces colsed->closed colum->column colummn->column colummns->columns columnular->columnar colums->columns columsn->columns colunn->column, colon, colunns->columns comammand->command comamnd->command comamnds->commands comand->command comand-line->command-line comander->commander, commandeer, comando->commando comandos->commandos comany->company comapany->company comapared->compared comapnies->companies comapny->company comapre->compare comaptible->compatible comback->comeback combained->combined combanations->combinations combatibility->compatibility combatible->compatible combiantion->combination combinatins->combinations combinaton->combination combinatorical->combinatorial combinbe->combined combind->combined combinded->combined combinine->combine combusion->combustion comceptually->conceptually comdemnation->condemnation comect->connect comected->connected comecting->connecting comectivity->connectivity comemmorates->commemorates comemoretion->commemoration coment->comment comented->commented comenting->commenting coments->comments comformance->conformance comilers->compilers comination->combination comision->commission comisioned->commissioned comisioner->commissioner comisioning->commissioning comisions->commissions comission->commission comissioned->commissioned comissioner->commissioner comissioning->commissioning comissions->commissions comit->commit comited->committed comitee->committee comiting->committing comits->commits comitte->committed, committee, comitted->committed comittee->committee comitter->committer comitting->committing comittish->committish comlete->complete comleted->completed comlexity->complexity comma-separeted->comma-separated commad->command commadn->command commadn-line->command-line commadnline->commandline commadns->commands commads->commands comman->command, common, commandoes->commandos commans->commands commansd->commands commant->command, comment, commanted->commanded, commented, commants->commands, comments, commect->connect commected->connected commecting->connecting commectivity->connectivity commedic->comedic commemerative->commemorative commemmorate->commemorate commemmorating->commemorating commen->commend, comment, common, commend->commend, comment, command, commends->commends, comments, commands, commenet->comment commenetd->commented commeneted->commented commens->comments, commons, commerical->commercial commerically->commercially commericial->commercial commericially->commercially commerorative->commemorative commig->commit, coming, comming->coming comminication->communication comminity->community comminucating->communicating comminucation->communication commision->commission commisioned->commissioned commisioner->commissioner commisioning->commissioning commisions->commissions commitable->committable commited->committed commitee->committee commiter->committer commiters->committers commitin->committing commiting->committing commitish->committish committ->commit committe->committee committment->commitment committments->commitments commma->comma commma-separated->comma-separated commmand->command commmand-line->command-line commmandline->commandline commmands->commands commmemorated->commemorated commment->comment commmented->commented commmenting->commenting commments->comments commmet->comment commmets->comments commmit->commit commmited->committed commmiting->committing commmits->commits commmitted->committed commmitter->committer commmitters->committers commmitting->committing commmon->common commmunicate->communicate commmunicated->communicated commmunicates->communicates commmunicating->communicating commmunication->communication commmunity->community commna->comma commna-separated->comma-separated commnad->command commnad-line->command-line commnadline->commandline commnads->commands commnand->command commnand-line->command-line commnandline->commandline commnands->commands commnd->command commnd-line->command-line commndline->commandline commnds->commands commnent->comment commnents->comments commnetary->commentary commnication->communication commnt->comment commnted->commented commnuative->commutative commnunicating->communicating commnunication->communication commnunity->community commoditiy->commodity commom->common commond->command commongly->commonly commont->common, comment, commontly->commonly commonweath->commonwealth commpact->compact commpaction->compaction commpand->command, compand, commpare->compare commparisons->comparisons commpatibility->compatibility commpatible->compatible commpessed->compressed commpilation->compilation commpile->compile commpiled->compiled commpiling->compiling commplain->complain commplete->complete commpleted->completed commpletely->completely commpletes->completes commpletion->completion commplex->complex commpliant->compliant commplied->complied commpn->common commponent->component commponents->components commpound->compound commpresd->compressed commpresed->compressed commpresion->compression commpress->compress commpressd->compressed commpressed->compressed commpression->compression commpute->compute commputed->computed commputer->computer commputes->computes commputing->computing commtited->committed commtted->committed commuication->communication commuications->communications commuinications->communications communcation->communication communciation->communication communiation->communication communicatie->communication communicaton->communication communites->communities communuication->communication commutated->commuted commutating->commuting commutive->commutative comnmand->command comnparing->comparing comnpletion->completion comnpresion->compression comnpress->compress comobobox->combo-box comon->common comonent->component comor->color compability->compatibility compabillity->compatibility compabitility->compatibility compagnion->companion compagny->company compain->complain compair->compare compairs->compares comparaison->comparison comparare->compare comparation->comparison comparations->comparisons compareable->comparable compariable->comparable comparisation->comparison comparisations->comparisons comparision->comparison comparisions->comparisons comparisson->comparison comparissons->comparisons comparitive->comparative comparitively->comparatively comparre->compare comparsion->comparison comparsions->comparisons compatabable->compatible compatabiity->compatibility compatabile->compatible compatabilities->compatibilities compatability->compatibility compatabillity->compatibility compatabilty->compatibility compatabily->compatibility compatable->compatible compatablie->compatible, compatibly, compatablility->compatibility compatablities->compatibilities compatablitiy->compatibility compatablity->compatibility compatably->compatibly compataibility->compatibility compataible->compatible compataility->compatibility compatatbility->compatibility compatatble->compatible compatatible->compatible compatator->comparator compatators->comparators compatbile->compatible compatbility->compatibility compatiability->compatibility compatiable->compatible compatiablity->compatibility compatibile->compatible compatibiliy->compatibility compatibilty->compatibility compatibily->compatibility compatibity->compatibility compatiblilty->compatibility compatiblities->compatibilities compatiblity->compatibility compatitbility->compatibility compativle->compatible compaytibility->compatibility compeitions->competitions compeletely->completely compelte->complete compeltelyt->completely compeltion->completion compeltly->completely compenent->component, competent, compensantion->compensation competance->competence competant->competent competative->competitive competetive->competitive competion->competition, completion, competions->completions competitiion->competition competive->competitive competiveness->competitiveness compex->complex compfortable->comfortable comphrehensive->comprehensive compicated->complicated compications->complications compilability->compatibility compilant->compliant compiletime->compile time compiliant->compliant compiliation->compilation compilier->compiler compiliers->compilers compitable->compatible compitent->competent complaing->complaining complate->complete complated->completed complates->completes complating->completing complation->compilation, completion, complatly->completely complatness->completeness complats->completes compleate->complete compleated->completed compleates->completes compleating->completing compleatly->completely compleete->complete compleeted->completed compleetly->completely compleetness->completeness complelely->completely complelte->complete complementt->complement compleness->completeness complession->compression complet->complete completedthe->completed the completeion->completion completelly->completely completelty->completely completelyl->completely completetion->completion completetly->completely completition->completion completly->completely completness->completeness complette->complete complettly->completely compliace->compliance compliancy->compliance complianse->compliance complied-in->compiled-in complience->compliance complient->compliant complier->compiler compliers->compilers complile->compile compliled->compiled compliles->compiles compliling->compiling compling->compiling complmenet->complement compluter->computer compnent->component compnents->components compoennt->component compoent->component compoents->components compoments->components componant->component componants->components componbents->components componding->compounding componenets->components componens->components componentes->components componet->component componets->components componsites->composites compontent->component compontents->components composit->composite compount->compound comprable->comparable compredded->compressed compres->compress compresed->compressed compreser->compressor compreses->compresses compresing->compressing compresion->compression compresor->compressor compressable->compressible compresser->compressor compresssion->compression comprimise->compromise compromize->compromise compsable->composable compsite->composite comptible->compatible comptue->compute compuatation->computation compuation->computation compulsary->compulsory compulsery->compulsory compund->compound compunds->compounds computaion->computation computarized->computerized computaton->computation computtaion->computation computtaions->computations comress->compress comressed->compressed comression->compression comsume->consume comsumed->consumed comsumer->consumer comsumers->consumers comsumes->consumes comsuming->consuming comsumption->consumption comunicate->communicate comunication->communication comute->commute, compute, comuted->commuted, computed, comventions->conventions comverted->converted conain->contain conained->contained conainer->container conainers->containers conaines->contains conaining->containing conains->contains conaint->contain conainted->contained conainter->container conatain->contain conatainer->container conatainers->containers conatains->contains conatin->contain conatined->contained conatiner->container conatiners->containers conatining->containing conatins->contains conbination->combination conbinations->combinations conbtrols->controls concantenated->concatenated concatenaded->concatenated concatenaion->concatenation concatened->concatenated concatentaion->concatenation concatentate->concatenate concatentated->concatenated concatentates->concatenates concatentating->concatenating concatentation->concatenation concatentations->concatenations concatented->concatenated concatinated->concatenated concatination->concatenation concatinations->concatenations concating->concatenating concatonate->concatenate concatonated->concatenated concatonates->concatenates concatonating->concatenating conceed->concede concensors->consensus concensus->consensus concentic->concentric concentraze->concentrate concered->concerned concerened->concerned concering->concerning concerntrating->concentrating concicely->concisely concider->consider concidered->considered concidering->considering conciders->considers concieted->conceited concieve->conceive concieved->conceived concious->conscious conciously->consciously conciousness->consciousness concurence->concurrence concurency->concurrency concurent->concurrent concurently->concurrently concurents->concurrents, concurrence, concurrect->concurrent condamned->condemned condem->condemn condemmed->condemned condident->confident condidential->confidential condidional->conditional condidtion->condition condidtions->conditions condifurable->configurable condifuration->configuration condifure->configure condifured->configured condigdialog->configdialog condionally->conditionally conditionaly->conditionally conditionnaly->conditionally conditionsof->conditions of conditoinal->conditional conditon->condition conditonal->conditional conditons->conditions condntional->conditional condtiion->condition condtiions->conditions condtion->condition condtional->conditional condtionally->conditionally condtionals->conditionals condtioned->conditioned condtions->conditions condtition->condition condtitional->conditional condtitionals->conditionals condtitions->conditions conect->connect conected->connected conecting->connecting conection->connection conections->connections conectix->connectix conects->connects coneect->connect coneected->connected conenction->connection conenctions->connections conent->content conents->contents conervative->conservative conesencus->consensus conetxt->context conexant->connexant conext->context, connect, connects, confety->confetti confgiuration->configuration confgiured->configured confict->conflict conficted->conflicted conficts->conflicts confidental->confidential confidentally->confidentially confids->confides confifurable->configurable confifuration->configuration confifure->configure confifured->configured configed->configured configer->configure configire->configure configiuration->configuration configration->configuration configrations->configurations configruated->configured, configuration, configruation->configuration configruations->configurations configrued->configured configuarble->configurable configuare->configure configuared->configured configuarion->configuration configuarions->configurations configuartion->configuration configuartions->configurations configuation->configuration configuations->configurations configue->configure configued->configured configuerd->configured configues->configures configuraion->configuration configuraiton->configuration configuratin->configuration, configurating, configuratiom->configuration configuratioon->configuration configuratoin->configuration configuratoins->configurations configuraton->configuration configuratons->configurations configuratuion->configuration configureable->configurable configureing->configuring configurtion->configuration configury->configurable configutration->configuration confimred->confirmed conflictd->conflicts, conflicted, confort->comfort confortable->comfortable confucing->confusing confucion->confusion confuction->conjunction confudion->confusion confue->confuse confued->confused confues->confuses confugiration->configuration confugirble->configurable confugire->configure confugired->configured confugires->configures confugiring->configuring confugrable->configurable confugration->configuration confugre->configure confugred->configured confugres->configures confugring->configuring confugurable->configurable confuguration->configuration confugure->configure confugured->configured confugures->configures confuguring->configuring confuing->confusing confunction->conjunction confunder->confounder confunse->confuse confunsed->confused confunses->confuses confunsing->confusing confurable->configurable confuration->configuration confure->configure confured->configured confures->configures confuring->configuring confurse->confuse confursed->confused confurses->confuses confursing->confusing confusting->confusing confuze->confuse confuzed->confused confuzes->confuses confuzing->confusing confuzze->confuse confuzzed->confused confuzzes->confuses confuzzing->confusing congifurable->configurable congifuration->configuration congifure->configure congifured->configured congradulations->congratulations congresional->congressional conider->consider conig->config conincide->coincide conincidence->coincidence conincident->coincident conincides->coincides coninciding->coinciding coninient->convenient coninstallable->coinstallable coninuation->continuation coninue->continue coninues->continues coninuity->continuity coninuous->continuous conitinue->continue conived->connived conjecutre->conjecture conjonction->conjunction conjonctive->conjunctive conjuction->conjunction conjuctions->conjunctions conmnection->connection conmpress->compress conmpression->compression connaect->connect conncection->connection conncetion->connection conneciton->connection connecitons->connections connecotr->connector connecte->connected connectibity->connectivity connectino->connection connectinos->connections connectionas->connections connectted->connected connecttion->connection conneection->connection conneiction->connection connektors->connectors connetced->connected Conneticut->Connecticut connetion->connection connnect->connect connnected->connected connnecting->connecting connnection->connection connnections->connections connnects->connects connot->cannot conntents->contents conntroller->controller conosuer->connoisseur conotation->connotation conotations->connotations conpares->compares conquerd->conquered conquerer->conqueror conquerers->conquerors conqured->conquered conrete->concrete conrol->control conroller->controller conrrol->control conrtib->contrib consants->constants conscent->consent consciencious->conscientious consciouness->consciousness consdider->consider consdidered->considered consdiered->considered consdired->considered conseat->conceit consectutive->consecutive conseed->concede consenquently->consequently consentrate->concentrate consentrated->concentrated consentrates->concentrates consept->concept consequentely->consequently consequentially->consequently consequentually->consequently consequeseces->consequences consequetive->consecutive consequtive->consecutive consequtively->consecutively consern->concern conserned->concerned conserning->concerning conservativeky->conservatively conservitive->conservative consestently->consistently consevible->conceivable consiciousness->consciousness consicousness->consciousness considder->consider considderation->consideration considdered->considered considdering->considering considerd->considered considere->considered consideren->considered consideres->considered, considers, considred->considered consier->consider consiers->considers consifer->consider consifered->considered consious->conscious consire->conspire, consider, consired->conspired, considered, consisant->consistent consisent->consistent consisently->consistently consistancy->consistency consistant->consistent consistantly->consistently consisten->consistent consistenly->consistently consisteny->consistency, consistent, consistuents->constituents consit->consist consitant->consistent consited->consisted consitency->consistency consitent->consistent consitently->consistently consiting->consisting consits->consists consituencies->constituencies consituency->constituency consituted->constituted consitution->constitution consitutional->constitutional consol->console consolodate->consolidate consolodated->consolidated consonent->consonant consonents->consonants consorcium->consortium conspiracys->conspiracies conspiriator->conspirator consrtuct->construct consrtucted->constructed consrtuctor->constructor consrtuctors->constructors consrtucts->constructs consructor->constructor constained->constrained constains->constrains constaints->constraints constallation->constellation constanly->constantly constantsm->constants constarnation->consternation constatn->constant constcurts->constructs consting->consisting constinually->continually constistency->consistency constists->consists constitently->consistently constituant->constituent constituants->constituents constituion->constitution constituional->constitutional constly->costly constract->construct constracted->constructed constractor->constructor constractors->constructors constraing->constraining, constraint, constraintes->constraints constrait->constraint constraits->constraints constrans->constrains constrant->constraint constrants->constraints constrast->contrast constrasts->contrasts constraucts->constructs constrcuct->construct constrcut->construct constrcuted->constructed constrcution->construction constrcutor->constructor constrcutors->constructors constrcuts->constructs constriants->constraints construciton->construction construcor->constructor constructcor->constructor constructer->constructor constructers->constructors constructes->constructs constructred->constructed constructued->constructed constructure->constructor construktor->constructor construnctor->constructor construrtors->constructors construt->construct construter->constructor construters->constructors constrution->construction construtor->constructor construtors->constructors consttruct->construct consttructer->constructor consttructers->constructors consttruction->construction consttructor->constructor consttructors->constructors constuct->construct constucted->constructed constucter->constructor constucters->constructors constucting->constructing constuction->construction constuctor->constructor constuctors->constructors constucts->constructs consturct->construct consuder->consider consulant->consultant consumate->consummate consumated->consummated consumating->consummating contacentaion->concatenation contagen->contagion contaier->container contaiminate->contaminate contaiminated->contaminated contaiminating->contaminating containa->contain containe->contain, contained, container, contains, containees->containers containes->contains containg->containing containging->containing containig->containing containings->containing containint->containing containn->contain containner->container containners->containers containt->contain, content, containted->contained containter->container containting->containing containts->contains containuations->continuations contais->contains contaisn->contains contaiun->contain contamporaries->contemporaries contamporary->contemporary contan->contain contaned->contained contaning->containing contans->contains contant->constant, content, contants->constants, contents, contast->contrast, contest, contatenated->concatenated contating->contacting, containing, contein->contain conteined->contained conteining->containing conteins->contains contempoary->contemporary contemporaneus->contemporaneous contempory->contemporary conten->contain contence->contents contendor->contender contened->contained, contend, contener->container conteners->containers contenht->content contens->contents, contains, content-negatiotiation->content-negotiation content-negoatiation->content-negotiation content-negoation->content-negotiation content-negociation->content-negotiation content-negogtiation->content-negotiation content-negoitation->content-negotiation content-negoptionsotiation->content-negotiation content-negosiation->content-negotiation content-negotaiation->content-negotiation content-negotaition->content-negotiation content-negotatiation->content-negotiation content-negotation->content-negotiation content-negothiation->content-negotiation content-negotication->content-negotiation content-negotioation->content-negotiation content-negotion->content-negotiation content-negotionation->content-negotiation content-negotiotation->content-negotiation content-negotitaion->content-negotiation content-negotitation->content-negotiation content-negotition->content-negotiation content-negoziation->content-negotiation contentended->contended contentn->content contentss->contents contet->contest, content, context, contets->contents, contexts, contexta->context contexual->contextual contian->contain contianed->contained contianer->container contianers->containers contianing->containing contians->contains contibute->contribute contibuted->contributed contibutes->contributes contibutor->contributor contigent->contingent contigious->contiguous contigiously->contiguously contignuous->contiguous contigous->contiguous contiguious->contiguous contiguities->continuities contiguos->contiguous contiguous-non->non-contiguous continaing->containing contination->continuation contine->continue, contain, contined->continued continential->continental continging->containing contingous->contiguous continguous->contiguous continiously->continuously continoue->continue continous->continuous continously->continuously continueing->continuing continuely->continually continuem->continuum continure->continue continus->continue, continuous, continuse->continues continusly->continuously continuting->continuing contiue->continue contiuguous->contiguous contiuing->continuing contnt->content contol->control contoler->controller contoller->controller contollers->controllers contolls->controls contols->controls contorls->controls contoroller->controller contraciction->contradiction contracictions->contradictions contracition->contradiction contracitions->contradictions contracter->contractor contracters->contractors contradically->contradictory contrained->contained, constrained, contraining->constraining contraint->constraint contraints->constraints contraitns->constraints contravercial->controversial contraversy->controversy contributer->contributor contributers->contributors contries->countries contritutions->contributions contrl->control contro->control controlable->controllable controle->control, controlled, controller, controled->controlled controlelrs->controllers controler->controller controlers->controllers controles->controls, controllers, controling->controlling controll->control controllerd->controlled controlls->controls controvercial->controversial controvercy->controversy controveries->controversies controversal->controversial controversey->controversy controvertial->controversial controvery->controversy contruct->construct contructed->constructed contructing->constructing contruction->construction contructions->constructions contructor->constructor contructors->constructors contructs->constructs contry->country contsruction->construction contstant->constant contstants->constants contstraint->constraint contstructing->constructing contstruction->construction contur->contour contzains->contains convaless->convalesce conveinent->convenient conveinience->convenience conveinient->convenient convenant->covenant convenction->convention, convection, conveneince->convenience conveniance->convenience convenince->convenience conveninent->convenient convense->convince convension->convention, conversion, convential->conventional conventient->convenient conver->convert convered->converted, covered, convergance->convergence convering->converting, covering, converion->conversion converions->conversions converison->conversion converitble->convertible conversly->conversely conversoin->conversion converssion->conversion converstion->conversion, conversation, converstions->conversions, conversations, convertable->convertible convertables->convertibles convertation->conversation, conversion, convertations->conversations, conversions, convertet->converted convertion->conversion convertions->conversions convertor->converter convery->convert convesion->conversion convesions->conversions convet->convert conveted->converted conveting->converting convets->converts convexe->convex conveyer->conveyor conviced->convinced convience->convince, convenience, convienence->convenience convienience->convenience convienient->convenient convieniently->conveniently conviguration->configuration convigure->configure convination->combination convine->combine convineance->convenience convineances->conveniences convined->combined, convinced, convineient->convenient convinence->convenience convinences->conveniences convinent->convenient convinently->conveniently conviniance->convenience conviniances->conveniences convinience->convenience conviniences->conveniences conviniency->convenience conviniencys->conveniences convinient->convenient conviniently->conveniently convining->combining convinve->convince convinved->convinced convinving->convincing convirted->converted convirting->converting convised->convinced convovle->convolve convovled->convolved convovling->convolving convserion->conversion conyak->cognac coo->coup coodinate->coordinate coodinates->coordinates coodrinate->coordinate coodrinates->coordinates cooger->cougar cookoo->cuckoo coolot->culotte coolots->culottes coonstructed->constructed cooporative->cooperative coordanate->coordinate coordanates->coordinates coordiante->coordinate coordiantes->coordinates coordiantion->coordination coordiate->coordinate coordiates->coordinates coordiinates->coordinates coordindate->coordinate coordindates->coordinates coordine->coordinate coordines->coordinates coording->according coordingate->coordinate coordingates->coordinates coordingly->accordingly coordiniate->coordinate coordiniates->coordinates coordinite->coordinate coordinites->coordinates coordinnate->coordinate coordinnates->coordinates coordintae->coordinate coordintaes->coordinates coordintate->coordinate coordintates->coordinates coordinte->coordinate coordintes->coordinates coordonate->coordinate coordonated->coordinated coordonates->coordinates cooridate->coordinate cooridated->coordinated cooridates->coordinates cooridnate->coordinate cooridnated->coordinated cooridnates->coordinates coorinate->coordinate coorinates->coordinates coorination->coordination coorperation->cooperation, corporation, coorperations->cooperations, corporations, cootdinate->coordinate cootdinated->coordinated cootdinates->coordinates cootdinating->coordinating cootdination->coordination copeing->copying copiing->copying copiler->compiler copletely->completely copmetitors->competitors copmilation->compilation copmonent->component copmutations->computations coponent->component copoying->copying coppied->copied coppy->copy, choppy, copright->copyright coprright->copyright copstruction->construction copuright->copyright coputer->computer copver->cover copyable->copyable, copiable, copyed->copied copyied->copied copyrigth->copyright copyrigthed->copyrighted copyrigths->copyrights copyritght->copyright copyritghted->copyrighted copyritghts->copyrights copys->copies copytight->copyright copywrite->copyright corale->chorale cordinate->coordinate cordinates->coordinates cordoroy->corduroy corecct->correct corecctly->correctly corect->correct corected->corrected corectly->correctly coreespond->correspond coregated->corrugated corelate->correlate corelated->correlated corelates->correlates corellation->correlation corener->corner, coroner, corerct->correct corerctly->correctly corespond->correspond coresponded->corresponded corespondence->correspondence coresponding->corresponding coresponds->corresponds corfirms->confirms coridal->cordial corispond->correspond cornmitted->committed corordinate->coordinate corordinates->coordinates corosbonding->corresponding corosion->corrosion corousel->carousel corparate->corporate corperations->corporations corpration->corporation corrcect->correct corrct->correct correclty->correctly correcly->correctly correctely->correctly correcters->correctors correctnes->correctness correcton->correction correctons->corrections correctures->correctors correcty->correctly correctyly->correctly correcxt->correct correect->correct correectly->correctly correlasion->correlation correlatd->correlated correllate->correlate correllation->correlation correllations->correlations correnspond->correspond corrensponded->corresponded corrensponding->corresponding corrensponds->corresponds corrent->correct, current, correograph->choreograph correponding->corresponding correponds->corresponds correponsing->corresponding correposding->corresponding corresond->correspond corresonded->corresponded corresonding->corresponding corresonds->corresponds correspdoning->corresponding correspending->corresponding correspinding->corresponding correspnding->corresponding correspoding->corresponding correspoinding->corresponding correspondance->correspondence correspondances->correspondences correspondant->correspondent correspondants->correspondents correspondes->corresponds correspondg->corresponding correspondig->corresponding corresponging->corresponding corresponing->corresponding corresponsing->corresponding corret->correct correted->corrected corretly->correctly corridoors->corridors corrispond->correspond corrispondant->correspondent corrispondants->correspondents corrisponded->corresponded corrisponding->corresponding corrisponds->corresponds corrleation->correlation corrleations->correlations corrolated->correlated corrolates->correlates corrolation->correlation corrolations->correlations corrrected->corrected corrresponding->corresponding corrresponds->corresponds corrrupt->corrupt corrrupted->corrupted corrspond->correspond corrsponds->corresponds corruptiuon->corruption corse->course corsor->cursor corus->chorus cosntrain->constrain cosntrains->constrains, constraints, cosntraint->constraint cosntraints->constraints cosntructed->constructed cosntructor->constructor costant->constant costitution->constitution costruct->construct costructer->constructor costructor->constructor cotain->contain cotained->contained cotainer->container cotains->contains cotave->octave cotaves->octaves cotnain->contain cotnained->contained cotnainer->container cotnainers->containers cotnaining->containing cotnains->contains cotrol->control cotrolled->controlled cotrolling->controlling cotrols->controls coucil->council coud->could coudl->could, cloud, coudn't->couldn't coudnt->couldn't coul->could could'nt->couldn't could't->couldn't couldn;t->couldn't couldnt'->couldn't couldnt->couldn't couldnt;->couldn't couln't->couldn't coult->could coummunities->communities coummunity->community coumpound->compound coumpounds->compounds councellor->councillor, counselor, councilor, councellors->councillors, counselors, councilors, cound->could, count, counding->counting coundition->condition counds->counts counpound->compound counpounds->compounds counries->countries countain->contain countainer->container countains->contains counterfit->counterfeit counterintuive->counter intuitive counterpar->counterpart counterpoart->counterpart countires->countries countour->contour, counter, countours->contours, counters, countr->counter, contour, country, countrie's->countries, countries', country's, countrs->counters, contours, countries, cource->course, source, coururier->courier, couturier, couse->course, cause, couses->courses, causes, cousing->cousin couted->counted couter->counter couterpart->counterpart couting->counting coutner->counter coutners->counters covarage->coverage covere->cover coveres->covers coverred->covered coverted->converted, covered, coveted, coverting->converting covnert->convert coyp->copy coypright->copyright coyright->copyright cpation->caption cpoy->coy, copy, crace->grace, crate, craches->crashes, caches, crutches, craete->create craeting->creating, crating, crahses->crashes crasher->crash crashers->crashes crashs->crashes crated->created, crated, creaed->created creaeted->created creasoat->creosote creastor->creator creat->create creatation->creation createa->create createable->creatable createdd->created createing->creating creater->creator creationg->creation, creating, creatre->create creatred->created creats->creates creche->crèche credate->created credintial->credential credintials->credentials creditted->credited creedence->credence cresent->crescent cresits->credits cretae->create cretaed->created cretaes->creates cretaing->creating cretates->creates creted->created crewsant->croissant cricital->critical crirical->critical cristal->crystal, cristal, critcial->critical criteak->critique critera->criteria critereon->criterion criterias->criteria criteriom->criterion criticall->critical criticial->critical criticially->critically criticists->critics critiera->criteria critiical->critical critising->criticising, criticizing, critisising->criticising critisism->criticism critisisms->criticisms critisize->criticise, criticize, critisized->criticised, criticized, critisizes->criticises, criticizes, critisizing->criticising, criticizing, critized->criticized critizing->criticizing croch->crotch crockadile->crocodile crockodiles->crocodiles cronological->chronological croshet->crochet cross-commpilation->cross-compilation cross-orgin->cross-origin crossin->crossing crossreference->cross-reference crowdsigna->crowdsignal crowkay->croquet crowm->crown crrespond->correspond crsytal->crystal crsytallographic->crystallographic crtical->critical crticised->criticised crucifiction->crucifixion crufts->cruft cruncing->crunching crurrent->current crusies->cruises crusor->cursor crypted->encrypted cryptocraphic->cryptographic crystalisation->crystallisation cryto->crypto crytpo->crypto ctificates->certificates cuase->cause cuased->caused cuases->causes cuasing->causing cuestion->question cuestioned->questioned cuestions->questions cuileoga->cuileog culiminating->culminating cummulative->cumulative cummunicate->communicate cumulatative->cumulative cuncurency->concurrency curch->church curcuit->circuit curcumstance->circumstance curcumstances->circumstances cureful->careful curefully->carefully curefuly->carefully curent->current curentfilter->currentfilter curently->currently curernt->current curiousities->curiosities curiousity's->curiosity's curiousity->curiosity currect->correct, current, currectly->correctly currenlty->currently currenly->currently currennt->current currenntly->currently currentl->currently currentlly->currently currentry->currently currenty->currently curresponding->corresponding curretly->currently curretnly->currently curriculem->curriculum currious->curious currnt->current currntly->currently curros->cursor currrency->currency currrent->current currrently->currently curruent->current currupt->corrupt currupted->corrupted curruption->corruption curruptions->corruptions curser->cursor cursro->cursor curvelinear->curvilinear customable->customizable custome->custom, costume, customicable->customisable, customizable, customie->customize customied->customized customsied->customised customzied->customized custumised->customised custumized->customized cutom->custom cuurently->currently cxan->cyan cycic->cyclic cyclinder->cylinder cyclinders->cylinders cyle->cycle cylnder->cylinder cylnders->cylinders cymk->CMYK Cyrllic->Cyrillic cyrpto->crypto cyrrent->current cyrto->crypto cywgin->Cygwin daa->data dabase->database daclaration->declaration dacquiri->daiquiri dadlock->deadlock daed->dead dael->deal, dial, dahl, dafault->default dafaults->defaults dafaut->default dafualt->default dafualted->defaulted dafualts->defaults daita->data dake->take dalmation->dalmatian damenor->demeanor dameon->daemon, demon, Damien, damge->damage dammage->damage dammages->damages daplicating->duplicating Dardenelles->Dardanelles dasdot->dashdot dashbaord->dashboard dashbord->dashboard dashbords->dashboards dashs->dashes data-strcuture->data-structure data-strcutures->data-structures databae->database databas->database databse->database datas->data datastrcuture->datastructure datastrcutures->datastructures datastrem->datastream datatbase->database datatbases->databases datatgram->datagram datatgrams->datagrams datatore->datastore datatores->datastores datatpe->datatype datatpes->datatypes datatpye->datatype datatpyes->datatypes datatset->dataset datatsets->datasets datatstructure->datastructure datatstructures->datastructures datattype->datatype datattypes->datatypes datatye->datatype datatyep->datatype datatyepe->datatype datatyepes->datatypes datatyeps->datatypes datatyes->datatypes datatyoe->datatype datatyoes->datatypes datatytpe->datatype datatytpes->datatypes datea->date, data, datecreatedd->datecreated datee->date daty->data, date, daugher->daughter DCHP->DHCP dcument->document dcumented->documented dcumenting->documenting dcuments->documents de-actived->deactivated de-fualt->default de-fualts->defaults de-registeres->de-registers deacitivation->deactivation deactivatiion->deactivation deactive->deactivate deactived->deactivated deactiving->deactivating deaemon->daemon deafault->default deafualt->default deafualts->defaults deafult->default deafulted->defaulted deafults->defaults deail->deal deailing->dealing deaktivate->deactivate deaktivated->deactivated dealed->dealt dealign->dealing, dealign, dealilng->dealing dealloacte->deallocate dealocate->deallocate dealte->delete deamon->daemon deamons->daemons deatch->detach deatched->detached deatches->detaches deatching->detaching deativate->deactivate deativated->deactivated deativates->deactivates deativation->deactivation debain->Debian debateable->debatable debbuger->debugger debgu->debug debgug->debug debguging->debugging debiab->Debian debians->Debian's debloking->deblocking debth->depth debths->depths debufs->debugfs debugee->debuggee debuger->debugger debugg->debug debugginf->debugging debuging->debugging decaffinated->decaffeinated decalare->declare decalared->declared decalares->declares decalaring->declaring decalration->declaration decalrations->declarations decalratiosn->declarations decathalon->decathlon deccelerate->decelerate decendant->descendant decendants->descendants decendend->descendent, descendant, descended, decendent->descendent, descendant, decendentant->descendant decendentants->descendants decendents->descendents, descendants, decending->descending deciaml->decimal decidate->dedicate decidated->dedicated decidates->dedicates decideable->decidable decidely->decidedly decieve->deceive decieved->deceived decison->decision decission->decision declar->declare declarated->declared declaratinos->declarations declaraton->declaration declaratons->declarations declaritive->declarative declaritively->declaratively declartion->declaration declataions->declarations declation->declaration declations->declarations decleration->declaration declerations->declarations decodded->decoded decodding->decoding decodeing->decoding decomissioned->decommissioned decommissionn->decommission decommissionned->decommissioned decommpress->decompress decomoposition->decomposition decomposion->decomposition decomposit->decompose decomposited->decomposed decompositing->decomposing decomposits->decomposes decompostion->decomposition decompostition->decomposition decompres->decompress decompresed->decompressed decompreser->decompressor decompreses->decompresses decompresing->decompressing decompresor->decompressor decompressd->decompressed decompresser->decompressor decompse->decompose decond->decode deconding->decoding deconstract->deconstruct deconstracted->deconstructed deconstrcutor->deconstructor decopose->decompose decoposes->decomposes decoraded->decorated decoratrion->decoration decorrellation->decorrelation decraesing->decreasing, deceasing, decrasing->decreasing, deceasing, decration->decoration decreace->decrease decremenet->decrement decremenetd->decremented decremeneted->decremented decrese->decrease decresing->decreasing, deceasing, decress->decrees decribe->describe decribed->described decribes->describes decribing->describing decription->description decriptions->descriptions decriptor->descriptor decriptors->descriptors decrmenet->decrement decrmenetd->decremented decrmeneted->decremented decroation->decoration decrpt->decrypt decrpted->decrypted decrption->decryption decrytion->decryption decscription->description decsiptors->descriptors decsriptor->descriptor decsriptors->descriptors decstiption->description decstiptions->descriptions dectect->detect dectected->detected dectecting->detecting dectection->detection dectector->detector dectivate->deactivate decypher->decipher decyphered->deciphered ded->dead dedection->detection dedidated->dedicated dedly->deadly dedupliate->deduplicate dedupliated->deduplicated deecorator->decorator deeep->deep deelte->delete deendencies->dependencies deendency->dependency defailt->default defalt->default defalts->defaults defalut->default defatult->default defaukt->default defaul->default defauld->default defauls->default defaulst->defaults, default, defaultet->defaulted defaut->default defautl->default defautled->defaulted defautling->defaulting defautls->defaults defautlt->default defautly->defaultly defauts->defaults defecit->deficit defeine->define defeines->defines defenate->definite defenately->definitely defendent->defendant defendents->defendants defenition->definition defenitions->definitions defenitly->definitely defered->deferred deferentiating->differentiating defering->deferring deferreal->deferral deffensively->defensively deffer->differ, defer, deffered->differed, deferred, defference->difference, deference, defferent->different, deferent, defferential->differential, deferential, defferently->differently deffering->differing defferred->deferred deffers->differs, defers, deffine->define deffined->defined deffinition->definition deffinitively->definitively deffirent->different defiantely->defiantly defice->device defien->define defiend->defined defiened->defined defin->define definance->defiance definate->definite definately->definitely defination->definition definatly->definitely defind->defined, defund, definded->defined, defunded, define'd->defined, disabled due to #define defineed->defined definend->defined definetely->definitely definetly->definitely definiation->definition definied->defined definifiton->definition definining->defining defininition->definition defininitions->definitions definintion->definition definit->definite definitian->definition definitio->definition definitivly->definitively definitly->definitely definitoin->definition definiton->definition definitons->definitions definned->defined defins->defines defint->definite definte->definite defintian->definition defintion->definition defintions->definitions defintition->definition defintivly->definitively defition->definition defitions->definitions defninition->definition defninitions->definitions defqault->default defualt->default defualtdict->defaultdict defualts->defaults defult->default degenarate->degenerate degenarated->degenerated degenarating->degenerating degenaration->degeneration degenrate->degenerate degenrated->degenerated degenrates->degenerates degenrating->degenerating degenration->degeneration degerate->degenerate degnerate->degenerate degnerated->degenerated degnerates->degenerates degrate->degrate, degrade, degrates->degrates, degrades, degreee->degree degreeee->degree degreeees->degrees degreees->degrees deimiter->delimiter deine->define deined->denied, defined, deinitailse->deinitialise deinitailze->deinitialize deinitalized->deinitialized deintialize->deinitialize deivce->device deivces->devices deklaration->declaration dekstop->desktop dekstops->desktops delagate->delegate delagates->delegates delapidated->dilapidated delarations->declarations delare->declare delared->declared delares->declares delaring->declaring delate->delete delcarations->declarations delcare->declare delcared->declared delcares->declares delection->detection, deletion, delele->delete delelte->delete delemeter->delimiter delemiter->delimiter delerious->delirious delet->delete deleteed->deleted deleteing->deleting deleteion->deletion deleteting->deleting deletiong->deletion delets->deletes delevopment->development delevopp->develop delgate->delegate delgated->delegated delgates->delegates delgating->delegating delgation->delegation delgations->delegations delgator->delegator delgators->delegators deliberatly->deliberately deliberite->deliberate deliberitely->deliberately delievery->delivery delimeted->delimited delimeter->delimiter delimeters->delimiters delimiited->delimited delimiiter->delimiter delimiiters->delimiters delimitiaion->delimitation delimitiaions->delimitations delimitiation->delimitation delimitiations->delimitations delimitied->delimited delimitier->delimiter delimitiers->delimiters delimitiing->delimiting delimitimg->delimiting delimition->delimitation delimitions->delimitations delimitis->delimits delimititation->delimitation delimititations->delimitations delimitited->delimited delimititer->delimiter delimititers->delimiters delimititing->delimiting delimitor->delimiter delimitors->delimiters delimitted->delimited delimma->dilemma delimted->delimited delimters->delimiter delink->unlink delivative->derivative delivatives->derivatives delte->delete delted->deleted deltes->deletes delting->deleting deltion->deletion delusionally->delusively demaned->demand, demeaned, demenor->demeanor demension->dimension demensional->dimensional demensions->dimensions demographical->demographic demolishon->demolition demolision->demolition demoninator->denominator demoninators->denominators demorcracy->democracy demostrate->demonstrate demostrated->demonstrated demostrates->demonstrates demostrating->demonstrating demostration->demonstration denegrating->denigrating densitity->density densly->densely deocder->decoder deoes->does deoesn't->doesn't depandancies->dependencies depandent->dependent deparment->department deparmental->departmental deparments->departments depdencies->dependencies depdency->dependency depdendence->dependence depdendencies->dependencies depdendency->dependency depecated->deprecated depedencies->dependencies depedency->dependency depedencys->dependencies depedent->dependent depeding->depending depencies->dependencies depency->dependency dependance->dependence dependancies->dependencies dependancy->dependency dependancys->dependencies dependand->dependent dependant->dependent dependcies->dependencies dependcy->dependency dependecies->dependencies dependecy->dependency dependecys->dependencies dependees->dependencies dependeing->depending dependencie->dependency dependencied->dependency dependenciens->dependencies dependencis->dependencies dependencys->dependencies dependend->dependent, depended, dependendent->dependent dependenies->dependencies dependening->depending dependeny->dependency dependig->depending dependncies->dependencies dependncy->dependency depenedent->dependent depenencies->dependencies depenencis->dependencies depenency->dependency depenencys->dependencies depenendence->dependence depenendencies->dependencies depenendency->dependency depenent->dependent depenently->dependently depening->depending, deepening, deploied->deployed deploiment->deployment deploiments->deployments deployement->deployment deploymenet->deployment deploymenets->deployments depnds->depends deporarily->temporarily depracated->deprecated depreacte->deprecate depreacted->deprecated depreacts->deprecates deprecatedf->deprecated depreceated->deprecated deprectaed->deprecated deprectat->deprecate deprectate->deprecate deprectated->deprecated deprectates->deprecates deprectating->deprecating deprectation->deprecation deprectats->deprecates deprected->deprecated depretiate->depreciate, deprecate, depretiated->depreciated, deprecated, depretiates->depreciates, deprecates, depretiating->depreciating, deprecating, depretiation->depreciation, deprecation, depretiats->depreciates, deprecates, depricate->deprecate depricated->deprecated depricates->deprecates depricating->deprecating dequed->dequeued derageable->dirigible deram->dram, dream, derectory->directory derefence->dereference derefenced->dereferenced derefencing->dereferencing dereferencable->dereferenceable derefernece->dereference derefrencable->dereferenceable deregistartion->deregistration deregisted->deregistered deregisteres->deregisters deregistrated->deregistered deregistred->deregistered deregiter->deregister deregiters->deregisters derevative->derivative derevatives->derivatives dergeistered->deregistered dergistration->deregistration deriair->derriere dericed->derived deriffed->derived derivaties->derivatives derivatio->derivation derivativ->derivative derivativs->derivatives deriver->derive, driver, deriviated->derived derivitive->derivative derivitives->derivatives derivitivs->derivatives derivtive->derivative derivtives->derivatives dermine->determine dermines->determines derogitory->derogatory derprecated->deprecated derrive->derive derrived->derived derth->dearth dervie->derive dervied->derived dervies->derives dervived->derived desactivate->deactivate desactivated->deactivated desallocate->deallocate desallocated->deallocated desallocates->deallocates desaster->disaster descallocate->deallocate descallocated->deallocated descchedules->deschedules desccription->description descencing->descending descendands->descendants descendend->descended, descendent, descendant, descentences->descendants, descendents, descibe->describe descibed->described descibes->describes descibing->describing descide->decide descided->decided descides->decides desciding->deciding desciminate->discriminate, disseminate, decimate, desciption->description desciptor->descriptor desciptors->descriptors descirption->description descision->decision descisions->decisions descize->disguise descized->disguised descover->discover descovered->discovered descovering->discovering descovery->discovery describ->describe describibg->describing describng->describing descrie->describe descriibes->describes descriminate->discriminate descriminated->discriminated descriminates->discriminates descriminating->discriminating descriont->description descripe->describe descriped->described descripes->describes descriping->describing descripition->description descripor->descriptor descripters->descriptors descriptio->description descriptionm->description descriptior->descriptor descriptiors->descriptors descripton->description descriptons->descriptions descriptoy->descriptor descriptuve->descriptive descrition->description descritpion->description descritpions->descriptions descritpiton->description descritpitons->descriptions descritpor->descriptor descritpors->descriptors descritpr->descriptor descritpro->descriptor descritpros->descriptors descritprs->descriptors descritption->description descritptions->descriptions descritptive->descriptive descritptor->descriptor descritptors->descriptors descrptor->descriptor descrptors->descriptors descrybe->describe descrybing->describing descryption->description descryptions->descriptions desctiption->description desctiptor->descriptor desctiptors->descriptors desctop->desktop desctructed->destructed desctruction->destruction desctructive->destructive desctructor->destructor descuss->discuss deserializazion->deserialization desgin->design desgin-mode->design-mode desgined->designed desginer->designer desiar->desire desicate->desiccate desicion->decision desicions->decisions deside->decide desided->decided desigining->designing designd->designed desination->destination desinations->destinations desine->design desing->design desinged->designed desinger->designer desinging->designing desintegrated->disintegrated desintegration->disintegration desipite->despite desireable->desirable desision->decision desisions->decisions desitned->destined deskop->desktop deskops->desktops desktiop->desktop deskys->disguise deslected->deselected deslects->deselects desolve->dissolve desorder->disorder desoriented->disoriented desparate->desperate, disparate, desparately->desperately despatch->dispatch despict->depict despiration->desperation desribe->describe desribed->described desribes->describes desribing->describing desription->description desriptions->descriptions desriptor->descriptor desriptors->descriptors desroyer->destroyer desscribe->describe desscribing->describing dessicate->desiccate dessicated->desiccated dessication->desiccation dessigned->designed destablized->destabilized destanation->destination destiantion->destination destiantions->destinations destinarion->destination destinataion->destination destinataions->destinations destinatin->destination destinguish->distinguish destionation->destination destionations->destinations destoried->destroyed destort->distort destory->destroy destoryed->destroyed destorying->destroying destorys->destroys destoyed->destroyed destrcut->destruct destrcuted->destructed destrcutor->destructor destrcutors->destructors destribute->distribute destributed->distributed destroi->destroy destroied->destroyed destroing->destroying destrois->destroys destrutor->destructor destrutors->destructors destry->destroy destryed->destroyed destryer->destroyer destrying->destroying destryiong->destroying destryoed->destroyed destryoing->destroying destryong->destroying destrys->destroys destuction->destruction desturcted->destructed desturtor->destructor desturtors->destructors detabase->database detachs->detaches detahced->detached detaild->detailed detailled->detailed detatch->detach detatched->detached detatches->detaches detatching->detaching detction->detection detecs->detects, deters, detect, detectected->detected detectetd->detected detectiona->detection detemine->determine detemined->determined detemines->determines detemining->determining deteoriated->deteriorated deterant->deterrent deteremined->determined deteriate->deteriorate deterine->determine deterioriating->deteriorating determaine->determine determenant->determinant determenistic->deterministic determin->determine determind->determined determinded->determined determinee->determine determing->determining determinining->determining deterministinc->deterministic determinne->determine determins->determines determinstic->deterministic determinstically->deterministically determintes->determines determnine->determine detet->detect, delete, deteted->detected, deleted, detetes->deletes, detects, deteting->detecting, deleting, detetion->detection, deletion, detetmine->determine detets->detects, deletes, detination->destination detremental->detrimental detremining->determining detroy->destroy detroyed->destroyed detroying->destroying detroys->destroys detructed->destructed dettach->detach dettaching->detaching detur->detour deturance->deterrence deubug->debug deubuging->debugging deug->debug deugging->debugging devasted->devastated devation->deviation devce->device devcent->decent devcie->device develoment->development develoments->developments develope->develop developement->development developements->developments developme->development, develop me, developmemt->development developp->develop developpe->develop developped->developed developpement->development developper->developer developpers->developers developpment->development develpment->development devels->delves deveolpment->development deveopers->developers deverloper->developer deverlopers->developers devestated->devastated devestating->devastating devic->device device-dependend->device-dependent devicecoordiinates->devicecoordinates devicess->devices devide->divide devided->divided devider->divider deviders->dividers devides->divides deviding->dividing devied->device devired->derived devirutalisation->devirtualisation devirutalise->devirtualise devirutalised->devirtualised devirutalization->devirtualization devirutalize->devirtualize devirutalized->devirtualized devision->division devistating->devastating devive->device devlop->develop devloped->developed devloper's->developer's devloper->developer devlopers->developers devloping->developing devlopment->development devlopments->developments devlopper->developer devloppers->developers devlops->develops devolopement->development devuce->device dewrapping->unwrapping dezert->dessert dezibel->decibel dezine->design dezinens->denizens dfine->define dfined->defined dfines->defines dfinition->definition dfinitions->definitions dgetttext->dgettext diable->disable diabled->disabled diabler->disabler diablers->disablers diables->disables diablical->diabolical diabling->disabling diagnistic->diagnostic diagnol->diagonal diagnosics->diagnostics diagnositc->diagnostic diagnotic->diagnostic diagnotics->diagnostics diagonale->diagonal diagonales->diagonals diagramas->diagrams diagramm->diagram dialaog->dialog dialate->dilate dialgo->dialog dialgos->dialogs dialig->dialog dialigs->dialogs dialoge->dialog, dialogue, diamater->diameter diamaters->diameters diamon->diamond diamons->diamonds diangose->diagnose dianostic->diagnostic diaplay->display diaplays->displays diappeares->disappears diaram->diagram, diorama, diarea->diarrhea diaresis->diaeresis diarhea->diarrhoea, diarrhea, diaspra->diaspora diaster->disaster dicard->discard dicates->dictates dicergence->divergence dichtomy->dichotomy dicipline->discipline diconnects->disconnects dicover->discover dicovered->discovered dicovering->discovering dicovers->discovers dicovery->discovery dicrectory->directory dicrete->discrete dicretionary->discretionary dicsriminated->discriminated dictaionaries->dictionaries dictaionary->dictionary dictinary->dictionary dictioanries->dictionaries dictioanry->dictionary dictionarys->dictionaries dictionay->dictionary dictionnaries->dictionaries dictionnary->dictionary dictoinaries->dictionaries dicussed->discussed dicussions->discussions did'nt->didn't didn;t->didn't didnt'->didn't didnt't->didn't didnt->didn't didnt;->didn't diea->idea, die, dieing->dying, dyeing, diemsion->dimension dieties->deities diety->deity diferent->different diferently->differently diferrent->different diffcult->difficult diffculties->difficulties diffculty->difficulty diffence->difference diffenet->different diffenrences->differences differance->difference differances->differences differant->different differantiate->differentiate differantiation->differentiation differantiator->differentiator differantion->differentiation differate->differentiate differect->different differen->different differencial->differential differenciate->differentiate differenciated->differentiated differenciates->differentiates differenciating->differentiating differenct->different differend->different differene->difference differenes->differences differenly->differently differens->difference differentiatiations->differentiations differents->different, difference, differernt->different differes->differs differetnt->different differnce->difference differnces->differences differnciate->differentiate differnec->difference differnece->difference differneces->differences differnecs->differences differnence->difference differnences->differences differnencing->differencing differnent->different differnet->different differnetiate->differentiate differnetiated->differentiated differnetly->differently differnt->different differntiable->differentiable differntial->differential differntials->differentials differntiate->differentiate differntiated->differentiated differntiates->differentiates differntiating->differentiating differntly->differently differnty->different, differently, differrence->difference differrent->different diffferent->different difficulity->difficulty difficutl->difficult difficutly->difficulty diffreences->differences diffreent->different diffreents->different, difference, diffrence->difference diffrences->differences diffrent->different diffrential->differential diffrentiate->differentiate diffrentiated->differentiated diffrently->differently diffrents->different, difference, diffrerence->difference diffrerences->differences diffult->difficult dificulties->difficulties dificulty->difficulty difine->define, divine, difined->defined, divined, difines->defines, divines, difining->defining, divining, difinition->definition difinitions->definitions difract->diffract difracted->diffracted difraction->diffraction difractive->diffractive digesty->digest digial->digital digitalise->digitize digitalising->digitizing digitalize->digitize digitalizing->digitizing digitial->digital digitis->digits dignostics->diagnostics dilema->dilemma dillema->dilemma dimemsions->dimensions dimenions->dimensions dimenison->dimension dimensinoal->dimensional dimensonal->dimensional dimenstion->dimension dimenstions->dimensions dimention->dimension dimentional->dimensional dimentionnal->dimensional dimentionnals->dimensional dimentions->dimensions dimesions->dimensions dimesnional->dimensional diminuitive->diminutive dimissed->dismissed dimmension->dimension dimmensioned->dimensioned dimmensioning->dimensioning dimmensions->dimensions dimnension->dimension dimnention->dimension dimunitive->diminutive dinamic->dynamic dinamically->dynamically dinamicaly->dynamically dinamiclly->dynamically dinamicly->dynamically dinmaic->dynamic dinteractively->interactively diosese->diocese diphtong->diphthong diphtongs->diphthongs diplay->display diplayed->displayed diplaying->displaying diplays->displays diplomancy->diplomacy dipose->dispose, depose, diposed->disposed, deposed, diposing->disposing, deposing, dipthong->diphthong dipthongs->diphthongs dircet->direct dircetories->directories dircetory->directory dirctly->directly dirctories->directories dirctory->directory direccion->direction direcctory->directory direcctorys->directories direcctries->directories direclty->directly direcly->directly direcories->directories direcory->directory direcotories->directories direcotory->directory direcotries->directories direcotry->directory direcoty->directory directd->directed directes->directs directgories->directories directgory->directory directoies->directories directores->directories directoris->directories directort->directory directorty->directory directorys->directories directoty->directory directoy->directory directpries->directories directpry->directory directries->directories directrly->directly directroies->directories directrories->directories directrory->directory directroy->directory directry->directory directsion->direction directsions->directions directtories->directories directtory->directory directy->directly diretive->directive diretories->directories diretory->directory dirived->derived dirrectly->directly dirtectory->directory dirtyness->dirtiness dirver->driver disabe->disable disabels->disables disabl->disable disadvantadge->disadvantage disagreeed->disagreed disagress->disagrees disalb->disable disalbe->disable disalbed->disabled disalbes->disables disale->disable disambigouate->disambiguate disambiguaiton->disambiguation disapear->disappear disapeard->disappeared disapeared->disappeared disapearing->disappearing disapears->disappears disapline->discipline disapoint->disappoint disapointed->disappointed disapointing->disappointing disappearred->disappeared disapper->disappear disappered->disappeared disappering->disappearing disappers->disappears disaproval->disapproval disariable->desirable disassebled->disassembled disassocation->disassociation disasssembler->disassembler disasterous->disastrous disatisfaction->dissatisfaction disatisfied->dissatisfied disatrous->disastrous disbale->disable disbaled->disabled disbales->disables disbaling->disabling disble->disable disbled->disabled disccuss->discuss discernable->discernible discimenation->dissemination disclamer->disclaimer disconect->disconnect disconecting->disconnecting disconnet->disconnect disconneted->disconnected disconneting->disconnecting disconnets->disconnects disconnnect->disconnect discontentment->discontent discontigous->discontiguous discontinous->discontinuous discontinus->discontinue, discontinuous, discouranged->discouraged discourarged->discouraged discourrage->discourage discourraged->discouraged discovereability->discoverability discovr->discover discreminates->discriminates discrepencies->discrepancies discrepicies->discrepancies discribe->describe discribed->described discribes->describes discribing->describing discription->description discriptions->descriptions discriptor's->descriptor's disctinction->distinction disctinctive->distinctive disctionaries->dictionaries disctionary->dictionary discuassed->discussed discusion->discussion discusson->discussion discussons->discussions discusting->disgusting discuusion->discussion disection->dissection disemination->dissemination disenchanged->disenchanted disencouraged->discouraged disertation->dissertation disfunctional->dysfunctional disgarded->discarded, discarted, disgnostic->diagnostic disign->design disiplined->disciplined dislaimer->disclaimer dislay->display dislayed->displayed dislaying->displaying dislays->displays dislpay->display dislpayed->displayed dislpaying->displaying dislpays->displays disobediance->disobedience disobediant->disobedient disokay->display disolve->dissolve disolved->dissolved disonnect->disconnect disover->discover dispair->despair dispaly->display dispalying->displaying disparingly->disparagingly disparite->disparate dispatcgh->dispatch dispath->dispatch dispathed->dispatched dispathes->dispatches dispathing->dispatching dispay->display dispbibute->distribute dispell->dispel dispence->dispense dispenced->dispensed dispencing->dispensing dispertion->dispersion dispicable->despicable dispite->despite displa->display displacment->displacement displacments->displacements displayes->displays, displayed, displayied->displayed disply->display displyed->displayed displying->displaying displys->displays dispode->dispose disporue->disparue disposel->disposal dispostion->disposition dispprove->disapprove disproportiate->disproportionate disproportionatly->disproportionately disputandem->disputandum disregrad->disregard disribution->distribution disricts->districts dissable->disable dissabled->disabled dissadvantage->disadvantage dissagreement->disagreement dissallow->disallow dissallowed->disallowed dissalow->disallow dissalowed->disallowed dissapear->disappear dissapearance->disappearance dissapeard->disappeared dissapeared->disappeared dissapearing->disappearing dissapears->disappears dissapered->disappeared dissapoint->disappoint dissapointed->disappointed dissappear->disappear dissappeared->disappeared dissappearing->disappearing dissappears->disappears dissappointed->disappointed dissarray->disarray dissasemble->disassemble dissasembled->disassembled dissasembler->disassembler dissasembles->disassembles dissasemblies->disassemblies dissasembly->disassembly dissasociate->disassociate dissasociated->disassociated dissasociates->disassociates dissasociation->disassociation dissassemble->disassemble dissassembled->disassembled dissassembler->disassembler dissassembling->disassembling dissassembly->disassembly dissassociate->disassociate dissassociated->disassociated dissassociates->disassociates dissassociating->disassociating dissaster->disaster dissble->disable disscussion->discussion disscussions->discussions dissimiliarity->dissimilarity dissobediance->disobedience dissobediant->disobedient dissobedience->disobedience dissobedient->disobedient distantce->distance distarct->distract distengish->distinguish distibute->distribute distibuted->distributed distibutes->distributes distibuting->distributing distibution->distribution distibutions->distributions distiction->distinction distictly->distinctly distiguish->distinguish distingish->distinguish distingished->distinguished distingishes->distinguishes distingishing->distinguishing distingiush->distinguish distingquished->distinguished distingush->distinguish distingushed->distinguished distingushes->distinguishes distingushing->distinguishing distingusih->distinguish distintions->distinctions distirted->distorted distnace->distance distnaces->distances distnce->distance distnces->distances distnct->distinct distncte->distance distnctes->distances distnguish->distinguish distnguished->distinguished distniguish->distinguish distniguished->distinguished distory->destroy, distort, history, distrebuted->distributed distribtion->distribution distribtions->distributions distribtuion->distribution distribtuions->distributions distribtution->distributions distribued->distributed distribuion->distribution distribuite->distribute distribuited->distributed distribuiting->distributing distribuition->distribution distribuitng->distributing distribure->distribute distrobution->distribution distroname->distro name distroying->destroying distrub->disturb distrubite->distribute distrubted->distributed, disrupted, distrubtion->distribution distrubute->distribute distrubuted->distributed distrubution->distribution distrubutions->distributions distruction->destruction distructive->destructive distuingish->distinguish disuade->dissuade disutils->distutils ditance->distance ditinguishes->distinguishes ditributed->distributed ditribution->distribution diversed->diverse, diverged, divertion->diversion divertions->diversions divet->divot divice->device divicer->divider dividor->divider, divisor, dividors->dividers, divisors, divinition->definition, divination, divion->division divisior->divisor divison->division divisons->divisions divrese->diverse divsion->division divsions->divisions dloating->floating dne->done do'nt->don't doalog->dialog doas->does doccument->document doccumented->documented doccuments->documents dockson->dachshund docmenetation->documentation docrines->doctrines docstatistik->docstatistic docsund->dachshund doctines->doctrines doctorial->doctoral docucument->document docuement->document docuements->documents docuemnt->document docuemnts->documents docuent->document docuentation->documentation documant->document documantation->documentation documants->documents documation->documentation documemt->document documen->document documenation->documentation documenatry->documentary documenet->document documenetation->documentation documenets->documents documentaion->documentation documentaiton->documentation documentataion->documentation documentataions->documentations documentaton->documentation documentes->documents documention->documentation documetation->documentation documetnation->documentation documment->document documments->documents documnet->document documument->document docunment->document doed->does doen't->doesn't doen->done doens't->doesn't doens->does doensn't->doesn't does'nt->doesn't does't->doesn't doese't->doesn't doese->does doesen't->doesn't doesent'->doesn't doesent->doesn't doesing->doing, does, does in, dosing, dozing, doesits->does its doesn'->doesn't doesn;t->doesn't doesnexist->doesn't exist doesnot->doesn't, does not, doesnt'->doesn't doesnt't->doesn't doesnt->doesn't, does not, doesnt;->doesn't doess->does doestn't->doesn't dof->of, doff, doign->doing doiing->doing doiuble->double doiubled->doubled dollor->dollar domait->domain doman->domain domans->domains domension->dimension domensions->dimensions domian->domain domians->domains dominaton->domination dominent->dominant dominiant->dominant donejun->dungeon donejuns->dungeons donig->doing donn->done, don, donnot->do not dont'->don't dont't->don't dont->don't donwload->download donwloaded->downloaded donwloading->downloading donwloads->downloads doocument->document doorjam->doorjamb dorce->force dorced->forced dorceful->forceful dorment->dormant dosen't->doesn't dosen;t->doesn't dosens->dozens dosent'->doesn't dosent->doesn't dosent;->doesn't dosn't->doesn't dosn;t->doesn't dosnt->doesn't dosposing->disposing dosument->document dosuments->documents dota->data doub->doubt, daub, doube->double doube-click->double-click doube-clicked->double-clicked doube-clicks->double-clicks doube-quote->double-quote doube-quoted->double-quoted doube-word->double-word doube-wprd->double-word doubeclick->double-click doubeclicked->double-clicked doubeclicks->double-clicks doubel->double doubele-click->double-click doubele-clicked->double-clicked doubele-clicks->double-clicks doubeleclick->double-click doubeleclicked->double-clicked doubeleclicks->double-clicks doubely->doubly doubes->doubles doubleclick->double-click doublely->doubly doucment->document douible->double douibled->doubled doulbe->double doumentc->document dout->doubt dowgrade->downgrade dowload->download dowloads->downloads downgrate->downgrade downgrated->downgraded downlad->download downladed->downloaded downlading->downloading downlads->downloads downlaod->download downloadmanger->downloadmanager downlod->download downloded->downloaded downloding->downloading downlods->downloads downlowd->download downlowded->downloaded downlowding->downloading downlowds->downloads dows->does dowt->doubt doxgen->doxygen dpeends->depends dpendent->dependent dpuble->double dpubles->doubles draconain->draconian dragable->draggable draged->dragged draging->dragging draing->drawing drammatic->dramatic dramtic->dramatic dran->drawn drasticaly->drastically drats->drafts draughtman->draughtsman Dravadian->Dravidian draview->drawview drawack->drawback drawacks->drawbacks drawed->drew, drawn, had drawn, drawm->drawn drawng->drawing dreasm->dreams dreawn->drawn driectly->directly drity->dirty drivr->driver drnik->drink dropabel->droppable dropable->droppable droped->dropped droping->dropping droppend->dropped droppped->dropped dropse->drops druing->during druming->drumming drummless->drumless drvier->driver drwaing->drawing drwawing->drawing drwawings->drawings dscrete->discrete dscribed->described dsiable->disable dsiabled->disabled dsplays->displays dstination->destination dthe->the dtoring->storing dubios->dubious dublicade->duplicate dublicat->duplicate dublicate->duplicate dublicated->duplicated dublicates->duplicates dublication->duplication ducment->document ducument->document dueing->doing, during, dueling, dulicate->duplicate dum->dumb dummp->dump, dummy, dumplicate->duplicate dumplicated->duplicated dumplicates->duplicates dumplicating->duplicating duoblequote->doublequote dupicate->duplicate duplciate->duplicate dupliacate->duplicate dupliacates->duplicates dupliace->duplicate dupliacte->duplicate dupliacted->duplicated dupliactes->duplicates dupliagte->duplicate dupliate->duplicate dupliates->duplicates dupliation->duplication duplicat->duplicate duplicatd->duplicated duplicats->duplicates dupplicate->duplicate dupplicated->duplicated dupplicates->duplicates dupplicating->duplicating dupplication->duplication dupplications->duplications dur->due durationm->duration dureing->during durig->during durining->during durning->during durring->during duting->during dyanmic->dynamic dyanmically->dynamically dyas->dryas dymamically->dynamically dynamicaly->dynamically dynamiclly->dynamically dynamicly->dynamically dynamlic->dynamic dynamlically->dynamically dynically->dynamically dynmaic->dynamic dynmaically->dynamically dynmically->dynamically eabled->enabled eacf->each eacg->each eachother->each other eachs->each eactly->exactly eagrely->eagerly eahc->each eailier->earlier eaiser->easier ealier->earlier ealiest->earliest eample->example eamples->examples eanble->enable earch->search earler->earlier earliear->earlier earlies->earliest earnt->earned earpeice->earpiece easer->easier, eraser, easili->easily easiliy->easily easilly->easily easyer->easier eaturn->return, saturn, eaxct->exact ebale->enable ebaled->enabled EBCIDC->EBCDIC ebedded->embedded eccessive->excessive ecclectic->eclectic eceonomy->economy ecept->except eception->exception eceptions->exceptions ecidious->deciduous eclise->eclipse eclispe->eclipse ecognized->recognized ecomonic->economic ecret->secret, erect, ecspecially->especially ect->etc ecxept->except ecxtracted->extracted EDCDIC->EBCDIC edditable->editable ede->edge ediable->editable edige->edge ediges->edges editedt->edited editiing->editing editoro->editor editting->editing edxpected->expected eearly->early eescription->description efect->effect efective->effective efectively->effectively efel->evil eferences->references efetivity->effectivity effctive->effective effctively->effectively effeciency->efficiency effecient->efficient effeciently->efficiently effectiviness->effectiveness effectly->effectively effekt->effect effexts->effects efficcient->efficient efficencty->efficiency efficency->efficiency efficent->efficient efficently->efficiently efficieny->efficiency, efficiently, effiency->efficiency effient->efficient effiently->efficiently efford->effort, afford, effords->efforts, affords, effulence->effluence eforceable->enforceable egde->edge egdes->edges ege->edge ehance->enhance ehanced->enhanced ehancement->enhancement ehancements->enhancements ehough->enough ehternet->Ethernet eighter->either eigth->eighth, eight, eihter->either einstance->instance eisntance->instance eiter->either eith->with elction->election elctromagnetic->electromagnetic eleate->relate electic->eclectic, electric, electon->election, electron, electrial->electrical electricly->electrically electricty->electricity electrinics->electronics electrnoics->electronics eleent->element elegible->eligible elemant->element elemantary->elementary elememt->element elemen->element elemenet->element elemenets->elements elemens->elements elemenst->elements elementay->elementary elemente->element, elements, elemet->element elemetal->elemental elemetn->element elemetns->elements elemets->elements eleminate->eliminate eleminated->eliminated eleminates->eliminates eleminating->eliminating elemnt->element elemnts->elements elemtary->elementary elenment->element eles->else eletricity->electricity eletromagnitic->electromagnetic eletronic->electronic elgible->eligible elicided->elicited eligable->eligible elimentary->elementary elimiante->eliminate elimiate->eliminate eliminetaion->elimination elimintate->eliminate eliminte->eliminate elimnated->eliminated ellapsed->elapsed ellected->elected elliminate->eliminate elliminated->eliminated elliminates->eliminates elliminating->eliminating ellipsises->ellipsis ellision->elision elmenet->element elmenets->elements elment->element elments->elements elminate->eliminate elminated->eliminated elminates->eliminates elminating->eliminating elphant->elephant elsehwere->elsewhere elseswhere->elsewhere elsewehere->elsewhere elsewere->elsewhere elsewhwere->elsewhere emabaroged->embargoed emable->enable emailling->emailing embarass->embarrass embarassed->embarrassed embarassing->embarrassing embarassment->embarrassment embargos->embargoes embarras->embarrass embarrased->embarrassed embarrasing->embarrassing embarrasingly->embarrassingly embarrasment->embarrassment embbedded->embedded embbeded->embedded embdder->embedder embdedded->embedded embebbed->embedded embedd->embed embeddded->embedded embeddeding->embedding embedds->embeds embeded->embedded embeed->embed embezelled->embezzled emblamatic->emblematic emedded->embedded emegrency->emergency emenet->element emenets->elements emiited->emitted eminate->emanate eminated->emanated emision->emission emiss->remiss, amiss, amass, emissed->amassed, amiss, emited->emitted emiting->emitting emition->emission, emotion, emlation->emulation emmediately->immediately emmigrated->emigrated, immigrated, emminent->eminent, imminent, emminently->eminently emmisaries->emissaries emmisarries->emissaries emmisarry->emissary emmisary->emissary emmision->emission emmisions->emissions emmit->emit emmited->emitted emmiting->emitting emmits->emits emmitted->emitted emmitting->emitting emnity->enmity emoty->empty emperical->empirical emphaised->emphasised emphsis->emphasis emphysyma->emphysema empirial->empirical, imperial, empiricaly->empirically emporer->emperor emprically->empirically emprisoned->imprisoned emptniess->emptiness emptry->empty emptyed->emptied empy->empty emtied->emptied emties->empties emtpy->empty emty->empty emtying->emptying enabeling->enabling enableing->enabling enablen->enabled enalbe->enable enalbed->enabled enalbes->enables enameld->enameled enaugh->enough enbale->enable enbaled->enabled enbales->enables enbaling->enabling enbedding->embedding encapsualtes->encapsulates encapsulatzion->encapsulation encapsultion->encapsulation enchanced->enhanced enchancement->enhancement, enchantment, enchancements->enhancements, enchantments, enclosng->enclosing enclosue->enclosure enclosung->enclosing enclude->include encluding->including encocded->encoded enconding->encoding encondings->encodings encorded->encoded encorporating->incorporating encose->enclose encosed->enclosed encoses->encloses encosing->enclosing encosure->enclosure encounted->encountered, encounter, encounterd->encountered encouraing->encouraging encouter->encounter encoutered->encountered encouters->encounters encoutner->encounter encoutners->encounters encrcypt->encrypt encripted->encrypted encrpt->encrypt encrpted->encrypted encrption->encryption encrupted->encrypted encrypte->encrypted, encrypt, encryptiion->encryption encryptiong->encryption encrytion->encryption encrytped->encrypted encupsulates->encapsulates encylopedia->encyclopedia encypted->encrypted encyption->encryption endcoding->encoding endding->ending ende->end endevors->endeavors endevour->endeavour endianes->endianness endianess->endianness endiannes->endianness endig->ending endnoden->endnode endoint->endpoint endolithes->endoliths endpints->endpoints endpiont->endpoint endpionts->endpoints endsup->ends up enduce->induce endwhile->end while eneables->enables enebale->enable enebaled->enabled eneble->enable ened->need enegeries->energies enegery->energy enehanced->enhanced enery->energy eneter->enter enetered->entered enetities->entities enetity->entity enew->new enflamed->inflamed enforcable->enforceable enforceing->enforcing enforcmement->enforcement enforcment->enforcement engagment->engagement engeneer->engineer engeneering->engineering engery->energy engieer->engineer engieneer->engineer engieneers->engineers enginge->engine enginin->engine enhace->enhance enhaced->enhanced enhacement->enhancement enhacements->enhancements enhancd->enhanced enhancment->enhancement enhancments->enhancements enhaned->enhanced enhence->enhance enhenced->enhanced enhencement->enhancement enhencements->enhancements enhencment->enhancement enhencments->enhancements enironment->environment enitities->entities enitity->entity enivornment->environment enlargment->enlargement enlargments->enlargements enlightnment->enlightenment Enlish->English, enlist, enlose->enclose enmpty->empty enmum->enum enntries->entries enocded->encoded enogh->enough enoght->enough enoguh->enough enouch->enough enoucnter->encounter enoucntered->encountered enoucntering->encountering enoucnters->encounters enouf->enough enoufh->enough enought->enough enoughts->enough enougth->enough enouh->enough enouhg->enough enouncter->encounter enounctered->encountered enounctering->encountering enouncters->encounters enoung->enough enoungh->enough enounter->encounter enountered->encountered enountering->encountering enounters->encounters enouph->enough enourage->encourage enouraged->encouraged enourages->encourages enouraging->encouraging enourmous->enormous enourmously->enormously enouth->enough enouugh->enough enpoint->endpoint enque->enqueue enrties->entries enrty->entry ensconsed->ensconced entaglements->entanglements entended->intended entension->extension entensions->extensions ententries->entries enterance->entrance enteratinment->entertainment entereing->entering enterily->entirely entery->entry enteties->entities entety->entity enthousiasm->enthusiasm enthusiam->enthusiasm enthusiatic->enthusiastic entired->entered, entire, entireity->entirety entires->entries entirey->entirely entirity->entirety entirly->entirely entite->entire, entity, entitee->entity entitees->entities entites->entities entiti->entity entitie->entity entitities->entities entitity->entity entitiy->entity entitiys->entities entitlied->entitled entitys->entities entoties->entities entoty->entity entrepeneur->entrepreneur entrepeneurs->entrepreneurs entrie->entry, entries, entrys->entries enty->entry, entity, enulation->emulation enumarate->enumerate enumarated->enumerated enumarates->enumerates enumarating->enumerating enumation->enumeration enumerble->enumerable enumertaion->enumeration enusre->ensure envaluation->evaluation enver->never envioment->environment enviomental->environmental envioments->environments envionment->environment envionmental->environmental envionments->environments enviorement->environment envioremental->environmental enviorements->environments enviorenment->environment enviorenmental->environmental enviorenments->environments enviorment->environment enviormental->environmental enviormentally->environmentally enviorments->environments enviornemnt->environment enviornemntal->environmental enviornemnts->environments enviornment->environment enviornmental->environmental enviornmentalist->environmentalist enviornmentally->environmentally enviornments->environments envioronment->environment envioronmental->environmental envioronments->environments envireonment->environment envirionment->environment envirnment->environment envirnmental->environmental envirnments->environments envirnoment->environment envirnoments->environments enviroiment->environment enviroment->environment enviromental->environmental enviromentalist->environmentalist enviromentally->environmentally enviroments->environments environement->environment environemnt->environment environemntal->environmental environemnts->environments environent->environment environmane->environment environmenet->environment environmenets->environments environmnet->environment environnement->environment environtment->environment envolutionary->evolutionary envolved->involved envrionment->environment envrionments->environments envrironment->environment envvironment->environment enxt->next epecifica->especifica epect->expect epected->expected epectedly->expectedly epecting->expecting epects->expects ephememeral->ephemeral ephememeris->ephemeris epidsodes->episodes epigramic->epigrammatic epilgoue->epilogue eploit->exploit eploits->exploits epmty->empty epressions->expressions epsiode->episode eptied->emptied eptier->emptier epties->empties epty->empty epxected->expected epxlicit->explicit eqaul->equal eqaulity->equality eqaulizer->equalizer eqivalent->equivalent eqivalents->equivalents equallity->equality equaly->equally equel->equal equialent->equivalent equilavalent->equivalent equilibium->equilibrium equilibrum->equilibrium equiped->equipped equipmentd->equipment equipments->equipment equippment->equipment equire->require, enquire, equine, esquire, equitorial->equatorial equivalance->equivalence equivalant->equivalent equivelant->equivalent equivelent->equivalent equivelents->equivalents equivilant->equivalent equivilent->equivalent equivivalent->equivalent equivlalent->equivalent equivqlent->equivalent equvalent->equivalent erally->orally, really, erasuer->erasure, eraser, eratic->erratic eratically->erratically eraticly->erratically erested->arrested, erected, erformance->performance erliear->earlier erlier->earlier erly->early ermergency->emergency eroneous->erroneous eror->error erorneus->erroneous erorneusly->erroneously erorr->error erorrs->errors erors->errors erraneously->erroneously erro->error erroneus->erroneous erroneusly->erroneously erronous->erroneous erronously->erroneously errorneous->erroneous errorneously->erroneously errorneus->erroneous errornous->erroneous errornously->erroneously errorprone->error-prone erros->errors errro->error errror->error errrors->errors errros->errors errupted->erupted ervery->every erverything->everything esacpe->escape esacped->escaped esacpes->escapes escapeable->escapable escapemant->escapement escased->escaped esccape->escape esccaped->escaped escpae->escape escpaed->escaped esecute->execute esential->essential esentially->essentially esge->edge esger->edger esgers->edgers esges->edges esging->edging esiest->easiest esitmate->estimate esitmated->estimated esle->else espacially->especially espcially->especially especailly->especially especally->especially especialy->especially especialyl->especially especiially->especially espect->expect esseintially->essentially essencial->essential essense->essence essentail->essential essentailly->essentially essentaily->essentially essentiall->essential, essentially, essentialy->essentially essentual->essential essentually->essentially essentualy->essentially essesital->essential essesitally->essentially essesitaly->essentially essiential->essential esssential->essential estabilish->establish estabish->establish estabishd->established estabished->established estabishes->establishes estabishing->establishing establishs->establishes establising->establishing establsihed->established estbalishment->establishment estimage->estimate estimages->estimates esy->easy etablish->establish etablishd->established etablished->established etablishing->establishing etcp->etc ethe->the etherenet->Ethernet ethnocentricm->ethnocentrism ethose->those, ethos, etiher->either etsablishment->establishment etsbalishment->establishment etst->test etsts->tests etxt->text euivalent->equivalent euivalents->equivalents euqivalent->equivalent euqivalents->equivalents euristic->heuristic euristics->heuristics Europian->European Europians->Europeans Eurpean->European Eurpoean->European evalation->evaluation evaluataion->evaluation evaluataions->evaluations evalueate->evaluate evalueated->evaluated evaluete->evaluate evalueted->evaluated evalulates->evaluates evalutaion->evaluation evalutaions->evaluations evalutate->evaluate evalutated->evaluated evalutates->evaluates evalutating->evaluating evalutation->evaluation evalute->evaluate evaluted->evaluated evalutes->evaluates evaluting->evaluating evalution->evaluation, evolution, evaulate->evaluate evaulated->evaluated evaulates->evaluates evaulating->evaluating evaulation->evaluation evaulator->evaluator evaulted->evaluated evauluate->evaluate evauluated->evaluated evauluates->evaluates evauluation->evaluation evelope->envelope, envelop, evenhtually->eventually eventally->eventually eventaully->eventually eventhanders->event handlers eventhough->even though eventially->eventually eventtypes->eventtype eventuall->eventually eventualy->eventually evenually->eventually everage->average everaged->averaged everbody->everybody everithing->everything everone->everyone everthing->everything evertything->everything everwhere->everywhere everybodies->everybody, everybody's, everyhing->everything everythig->everything everythign->everything everythin->everything everythings->everything everytime->every time everyting->everything eveyone->everyone eveyr->every evidentally->evidently evironment->environment evironments->environments evnet->event evoluate->evaluate evoluated->evaluated evoluates->evaluates evoluation->evaluations evovler->evolver evovling->evolving evry->every evrythign->everything evrything->everything evrywhere->everywhere evyrthing->everything ewhwer->where exaclty->exactly exacly->exactly exacty->exactly exacutable->executable exagerate->exaggerate exagerated->exaggerated exagerates->exaggerates exagerating->exaggerating exagerrate->exaggerate exagerrated->exaggerated exagerrates->exaggerates exagerrating->exaggerating examied->examined examin->examine, examining, examinated->examined examing->examining examinining->examining exampt->exempt exand->expand exapansion->expansion exapend->expand exaple->example exaples->examples exapmle->example exapmles->examples exapnsion->expansion exatcly->exactly exatctly->exactly exausted->exhausted excact->exact excactly->exactly excahcnge->exchange excahnge->exchange excahnges->exchanges excange->exchange excape->escape excapes->escapes excat->exact excating->exacting excatly->exactly excecutable->executable excecute->execute excecuted->executed excecutes->executes excecuting->executing excecution->execution excedded->exceeded exceded->exceeded excelent->excellent excell->excel excellance->excellence excellant->excellent excells->excels excempt->exempt excepetion->exception excepions->exceptions exceptation->expectation exceptins->exceptions, excepting, exceptionnal->exceptional exceptionss->exceptions exceptionts->exceptions excercise->exercise excercised->exercised excerciser->exerciser excercises->exercises excercising->exercising excesive->excessive excesss->excess excetion->exception excetpion->exception excetpions->exceptions exceuted->executed exceutes->executes exceution->execution exchanching->exchanging exchangable->exchangeable exchaning->exchanging exciation->excitation excist->exist excisted->existed excisting->existing exclamantion->exclamation excludind->excluding exclusiv->exclusive excluslvely->exclusively excpect->expect excpected->expected excpecting->expecting excpects->expects excpeption->exception excpet->except excpetion->exception excpetional->exceptional excpetions->exceptions excplicit->explicit excplicitly->explicitly excplict->explicit excplictly->explicitly excract->extract exctacted->extracted exctract->extract exctracted->extracted exculsivly->exclusively excutable->executable excutables->executables excute->execute excuted->executed excutes->executes excuting->executing excution->execution execeed->exceed execeeds->exceeds exeception->exception execeptions->exceptions execising->exercising execption->exception execptions->exceptions exectable->executable exected->executed, expected, execting->executing, expecting, exection->execution exections->executions exectuable->executable exectuableness->executableness exectuables->executables exectued->executed exectution->execution exectutions->executions execuable->executable execuables->executables execuetable->executable execure->execute execut->execute executablble->executable executation->execution executbale->executable executeable->executable executeables->executables executign->executing executiong->execution, executing, executs->executes executute->execute execututed->executed execututes->executes exeed->exceed exeeding->exceeding exeedingly->exceedingly exeeds->exceeds exelent->excellent exellent->excellent exemple->example exended->extended exension->extension exensions->extensions exent->extent exentended->extended exepect->expect exepectation->expectation exepectations->expectations exepected->expected exepectedly->expectedly exepecting->expecting exepects->expects exepriment->experiment exeprimental->experimental exept->except, exempt, exeption->exception exeptional->exceptional exeptions->exceptions exeqution->execution exerbate->exacerbate exerbated->exacerbated exerciese->exercises exercize->exercise exerpt->excerpt exerpts->excerpts exersize->exercise exersizes->exercises exerternal->external exeution->execution exexutable->executable exhalted->exalted exhanged->exchanged exhaused->exhausted exhautivity->exhaustivity exhcuast->exhaust exhcuasted->exhausted exhibtion->exhibition exhustiveness->exhaustiveness exibition->exhibition exibitions->exhibitions exicting->exciting exinct->extinct exising->existing exisit->exist exisited->existed exisitent->existent exisiting->existing exisitng->existing exisits->exists existance->existence existant->existent existencd->existence existend->existed existense->existence existince->existence existng->existing existsing->existing existung->existing existy->exist exixst->exist exixt->exist exlamation->exclamation exlcude->exclude exlcuding->excluding exlcusive->exclusive exlicit->explicit exlicite->explicit exlicitely->explicitly exlicitly->explicitly exliled->exiled exlude->exclude, exude, exluded->excluded, exuded, exludes->excludes, exudes, exluding->excluding, exuding, exlusion->exclusion exlusionary->exclusionary exlusions->exclusions exlusive->exclusive exlusively->exclusively exmaine->examine exmained->examined exmaines->examines exmaple->example exmaples->examples exmple->example exmport->export exntry->entry exolicit->explicit exolicitly->explicitly exonorate->exonerate exort->export exorted->exported, extorted, exerted, exoskelaton->exoskeleton expalin->explain expanation->explanation, expansion, expanations->explanations, expansions, expaning->expanding expanion->expansion expanions->expansions expanshion->expansion expanshions->expansions expanssion->expansion exparation->expiration expasion->expansion expatriot->expatriate expception->exception expeced->expected expeceted->expected expecially->especially expectaion->expectation expectaions->expectations expectatoins->expectations expectatons->expectations expectd->expected expecte->expected expectes->expects expection->exception expections->exceptions expeditonary->expeditionary expeiments->experiments expell->expel expells->expels expendeble->expendable expepected->expected expepectedly->expectedly expeption->exception expereince->experience expereinced->experienced experemental->experimental experementally->experimentally experencing->experiencing experesion->expression experesions->expressions experessed->expressed experession's->expression's experession->expression experessions->expressions experiance->experience experianced->experienced experiances->experiences experiancial->experiential experiancing->experiencing experiansial->experiential experiantial->experiential experiement->experiment experienshial->experiential experiensial->experiential experimentatin->experimentation, experimenting, experimet->experiment experimetal->experimental experimeted->experimented experimetental->experimental experimeter->experimenter experimeting->experimenting experimetnal->experimental experimetns->experiments expermental->experimental expermiental->experimental experssion->expression experssions->expressions expession->expression expeted->expected expicit->explicit expidition->expedition expiditions->expeditions expierence->experience expierences->experiences expierience->experience expieriences->experiences expilicitely->explicitly expirience->experience expiriences->experiences expirimental->experimental explaination->explanation explainations->explanations explainatory->explanatory explaning->explaining explantion->explanation explantions->explanations explcit->explicit explecit->explicit explecitely->explicitly explecitily->explicitly explecitly->explicitly explenation->explanation explicat->explicate explicilt->explicit explicilty->explicitly explicite->explicit, explicitly, explicited->explicitly explicitelly->explicitly explicitely->explicitly explicitily->explicitly explicity->explicitly explict->explicit explictely->explicitly explictily->explicitly explictly->explicitly explit->explicit explitit->explicit explitly->explicitly explizit->explicit explizitly->explicitly exploititive->exploitative explot->exploit, explore, explotation->exploitation, exploration, exploting->exploiting, exploring, expoential->exponential expoentially->exponentially expoert->export, expert, expoerted->exported expolde->explode exponentation->exponentiation exponentialy->exponentially exponetial->exponential exportet->exported, exporter, exppressed->expressed expresion->expression expresions->expressions expressable->expressible expressino->expression expresso->espresso expresss->express expresssion->expression expresssions->expressions exprience->experience exprienced->experienced expriences->experiences exprimental->experimental expropiated->expropriated expropiation->expropriation exprted->exported exptected->expected exra->extra exract->extract exressed->expressed exression->expression exsist->exists, exist, exsistence->existence exsistent->existent exsisting->existing exsists->exists exsit->exist, exit, exsiting->existing exsits->exists, exist, exspect->expect exstacy->ecstasy exstream->extreme extact->extract extaction->extraction extactly->exactly extacy->ecstasy extarnal->external extarnally->externally extatic->ecstatic extedn->extend extedned->extended extedner->extender extedners->extenders extedns->extends extemely->extremely exten->extent extenal->external extendded->extended extendet->extended extendsions->extensions extened->extended exteneded->extended extenions->extension, extensions, extenisble->extensible extensability->extensibility extensiable->extensible extensilbe->extensible extensivly->extensively extenson->extension extenstion->extension extenstions->extensions extented->extended extention->extension extentions->extensions extepect->expect extepecting->expecting extepects->expects exteral->external extered->exerted extermist->extremist extesion->extension extesions->extensions extesnion->extension extesnions->extensions extint->extinct, extant, extist->exist extnesion->extension extrac->extract extraced->extracted extracing->extracting extracter->extractor extractino->extracting extractins->extractions extradiction->extradition extraenous->extraneous extranous->extraneous extrapoliate->extrapolate extraterrestial->extraterrestrial extraterrestials->extraterrestrials extration->extraction extrator->extractor extrators->extractors extravagent->extravagant extraxt->extract extraxted->extracted extraxting->extracting extraxtors->extractors extraxts->extracts extream->extreme extreamely->extremely extreamily->extremely extreamly->extremely extreams->extremes extreem->extreme extrem->extremum, extreme, extremaly->extremely extremelly->extremely extrememe->extreme extrememely->extremely extrememly->extremely extremeophile->extremophile extremitys->extremities extremly->extremely extrems->extrema, extremes, extrenal->external extrenally->externally extrenaly->externally extrime->extreme extrimely->extremely extrimly->extremely extrodinary->extraordinary extrordinarily->extraordinarily extrordinary->extraordinary extry->entry exuberent->exuberant eyar->year, eyas, eyars->years, eyas, eyasr->years, eyas, ezdrop->eavesdrop facedrwaing->facedrawing, face drawing, faciliate->facilitate faciliated->facilitated faciliates->facilitates faciliating->facilitating facilites->facilities facilitiate->facilitate facilitiates->facilitates facilititate->facilitate facillitate->facilitate facillities->facilities faciltate->facilitate facilties->facilities facinated->fascinated facist->fascist facor->favor, faker, facorite->favorite facorites->favorites facors->favors, fakers, facour->favour, favor, facourite->favourite, favorite, facourites->favuourites, favorites, facours->favours, favors, factization->factorization factorizaiton->factorization factorys->factories fadind->fading Fahrenheight->Fahrenheit faied->failed, fade, faield->failed faild->failed faile->failed failes->fails faill->fail failled->failed failre->failure failrue->failure failsave->fail-safe, failsafe, failsaves->fail-safes, failsafes, failt->fail, failed, failture->failure failue->failure failuer->failure failues->failures fairoh->pharaoh falg->flag falgs->flags falied->failed faliure->failure faliures->failures fallabck->fallback fallhrough->fallthrough fallowed->followed, fallowed, fallowing->following, fallowing, fallows->follows, fallows, falltrough->fallthrough falt->fault falure->failure familar->familiar familes->families familiies->families familiy->family familliar->familiar familly->family famoust->famous fanatism->fanaticism fancyness->fanciness Farenheight->Fahrenheit Farenheit->Fahrenheit farest->fairest, farthest, faries->fairies farmework->framework fasade->facade fase->faze, phase, fased->fazed, phased, fases->fazes, phases, fasing->fazing, phasing, fasion->fashion fassade->facade fassinate->fascinate fastr->faster fatc->fact fatig->fatigue fatser->faster fature->feature faught->fought fauilures->failures faund->found fave->save favoutrable->favourable faymus->famous fcound->found feasabile->feasible feasability->feasibility feasable->feasible featre->feature featue->feature featued->featured featues->features featur->feature featurs->features feautre->feature feauture->feature feautures->features febewary->February Febuary->February Feburary->February fecthing->fetching fedality->fidelity fedreally->federally feeback->feedback feeded->fed feek->feel feeks->feels feetur->feature feeture->feature feld->field felisatus->felicitous femminist->feminist fempto->femto feonsay->fiancée fequency->frequency feromone->pheromone fertil->fertile fertily->fertility fetaure->feature fetaures->features fetchs->fetches feture->feature fetures->features fewd->few, feud, fewg->few, fugue, fewsha->fuchsia fezent->pheasant fhurter->further fials->fails fianite->finite fianlly->finally ficks->flicks, fix, ficticious->fictitious fictious->fictitious fidality->fidelity fiddley->fiddly fidn->find fied->field fieid->field fiel->feel, field, file, phial, fieldlst->fieldlist fieled->field fielesystem->filesystem fielname->filename fielneame->filename fiels->feels, fields, files, phials, fiercly->fiercely fightings->fighting filal->final fileds->fields filenae->filename files'->file's filesname->filename, filenames, filesnames->filenames filess->files filessytem->filesystem filessytems->filesystems fileststem->filesystem filesysems->filesystems filesytem->filesystem filesytems->filesystems fileter->filter filetest->file test filetests->file tests fileystem->filesystem fileystems->filesystems filiament->filament fillay->fillet fille->file, fill, filled, fillement->filament filles->files, fills, filled, fillowing->following fillung->filling filnal->final filname->filename filse->files filsystem->filesystem filterring->filtering filtersing->filtering filterss->filters fime->fixme, time, fimilies->families finacial->financial finailse->finalise finailze->finalize finalle->finale, finally, finaly->finally, finale, financialy->financially finanize->finalize finanlize->finalize fincally->finally finde->find findout->find out finelly->finally finess->finesse finialization->finalization finializing->finalizing finishe->finished, finish, finishs->finishes finitel->finite finness->finesse finnished->finished finsih->finish finsihed->finished finsihes->finishes finsihing->finishing finsished->finished finxed->fixed finxing->fixing fiorget->forget firdt->first, third, firends->friends firest->fires, first, firey->fiery firmare->firmware firmeare->firmware firmwart->firmware firmwqre->firmware firmwware->firmware firsr->first firt->first, flirt, firts->first, flirts, firware->firmware fisical->physical, fiscal, fisionable->fissionable fisisist->physicist fisist->physicist fisrt->first fitering->filtering fitler->filter fitlers->filters fivety->fifty fixeme->fixme fizeek->physique flage->flags flaged->flagged flages->flags flagg->flag flakyness->flakiness flamable->flammable flaot->float flaoting->floating flashflame->flashframe flass->class, flask, flate->flat flatened->flattened flattend->flattened flattenning->flattening flawess->flawless fle->file fleed->fled, freed, flem->phlegm Flemmish->Flemish flewant->fluent flexability->flexibility flexable->flexible flexibel->flexibele flexibilty->flexibility flie->file floading->floating, flooding, floading-add->floating-add florescent->fluorescent floresent->fluorescent floride->fluoride floting->floating flourescent->fluorescent flouride->fluoride flourine->fluorine flourishment->flourishing flter->filter flud->flood fluorish->flourish fluoroscent->fluorescent fluroescent->fluorescent flushs->flushes flusing->flushing flyes->flies, flyers, fo->of, for, focument->document focuse->focus focusf->focus focuss->focus focussed->focused focusses->focuses fof->for foget->forget fogot->forgot fogotten->forgotten fointers->pointers folde->folder, fold, folling->following, falling, folllow->follow folllowed->followed folllowing->following folllows->follows, followings, follod->followed folloeing->following folloing->following folloiwng->following followd->followed, follows, follow, followig->following followin->following followind->following followings->followings, following, followng->following follwing->following follwoing->following folowing->following folx->folks fomat->format fomated->formatted fomates->formats fomating->formatting fomats->formats fomatted->formatted fomed->formed fomr->from, form, fonction->function fonctional->functional fonctionalities->functionalities fonctioning->functioning fonctionnalities->functionalities fonctions->functions fonetic->phonetic fontain->fountain, contain, fontains->fountains, contains, fontier->frontier fontonfig->fontconfig fontrier->frontier foontnotes->footnotes foootball->football foorter->footer footnoes->footnotes foppy->floppy foppys->floppies foramatting->formatting foramt->format forat->format forbad->forbade forbbiden->forbidden forbiden->forbidden forbit->forbid forbiten->forbidden forbitten->forbidden forcably->forcibly foreing->foreign forementionned->aforementioned foreward->foreword, forward, forewarded->forewarded, forwarded, forfiet->forfeit forgeround->foreground forgoten->forgotten forground->foreground forhead->forehead foriegn->foreign forld->fold forlder->folder forlders->folders Formalhaut->Fomalhaut formallize->formalize formallized->formalized formaly->formally, formerly, formate->format formated->formatted formater->formatter formates->formats formating->formatting formattind->formatting formattted->formatted formattting->formatting formelly->formerly formely->formerly formend->formed formes->forms, formed, formidible->formidable formmatted->formatted formost->foremost formt->format formua->formula formule->formula, formulas, formule, formules->formulas forr->for forsaw->foresaw forse->force forseeable->foreseeable forst->first, forced, fortan->fortran fortat->format forteen->fourteen fortelling->foretelling forthcominng->forthcoming forthcomming->forthcoming fortunatly->fortunately fortunetly->fortunately forula->formula forulas->formulas forumla->formula forumlas->formulas forumula->formula forumulas->formulas forunate->fortunate forunately->fortunately forunner->forerunner forver->forever forwad->forward forwaded->forwarded forwading->forwarding forwads->forwards forwardig->forwarding forwared->forwarded, forward, forwwarded->forwarded fot->for foto->photo fotograf->photograph fotografic->photographic fotografical->photographical fotografy->photography fotograph->photograph fotography->photography foucs->focus foudn->found foudning->founding fougth->fought foult->fault foults->faults foundaries->foundries foundary->foundry Foundland->Newfoundland fount->fount, found, fourties->forties fourty->forty fouth->fourth foward->forward fowarded->forwarded fowarding->forwarding fowards->forwards fpr->for, far, fps, fprmat->format fracional->fractional fragement->fragment fragementation->fragmentation fragements->fragments fragmant->fragment fragmantation->fragmentation fragmants->fragments fragmenet->fragment fragmenets->fragments fragmnet->fragment frambuffer->framebuffer framebufer->framebuffer framei->frame frametyp->frametype frameworkk->framework framlayout->framelayout framwework->framework framwork->framework framworks->frameworks frane->frame frankin->franklin Fransiscan->Franciscan Fransiscans->Franciscans franzise->franchise freedon->freedom freedons->freedoms freee->free freeed->freed freez->frees, freeze, freezs->freezes freind->friend freindly->friendly freqencies->frequencies freqency->frequency freqeuncy->frequency frequancies->frequencies frequancy->frequency frequant->frequent frequantly->frequently frequences->frequencies frequencey->frequency frequenct->frequency frequentily->frequently frequncies->frequencies frequncy->frequency freze->freeze frezes->freezes fricton->friction frist->first frmat->format fro->for, from, froce->force fromat->format frome->from fromed->formed froms->forms fromthe->from the fron->from froniter->frontier frontent->frontend frontents->frontends frop->drop fropm->from frops->drops froward->forward frowarded->forwarded frozee->frozen fschk->fsck fualt->fault fualts->faults fucntion->function fucntioning->functioning fucntions->functions fuction->function fuctionoid->functionoid fuctions->functions fufill->fulfill fufilled->fulfilled fule->file fulfiled->fulfilled fulfilment->fulfillment fullfiled->fulfilled fullfiling->fulfilling fullfill->fulfill fullfilled->fulfilled fullfilling->fulfilling fullfills->fulfills fullfils->fulfils fullly->fully fulsh->flush funchtion->function funchtional->functional funchtioned->functioned funchtions->functions funcion->function funcions->functions funciton->function funcitons->functions functin->function functino->function functins->functions functionailty->functionality functionallity->functionality functionaltiy->functionality functionaly->functionally functionnal->functional functionnalities->functionalities functionnality->functionality functionnaly->functionally functionning->functioning functionon->function functionss->functions functios->functions functiosn->functions functon->function functonal->functional functonality->functionality functoning->functioning functons->functions functtion->function funczion->function fundametal->fundamental fundametals->fundamentals fundemantal->fundamental fundemental->fundamental fundementally->fundamentally fundementals->fundamentals funguses->fungi funktion->function funnnily->funnily funtion->function funtional->functional funtionalities->functionalities funtionality->functionality funtionallity->functionality funtionally->functionally funtionalty->functionality funtioning->functioning funtions->functions furether->further furethermore->furthermore furethest->furthest furfill->fulfill furher->further furhermore->furthermore furhest->furthest furhter->further furhtermore->furthermore furhtest->furthest furneture->furniture furser->further fursermore->furthermore fursest->first, furthest, furst->first fursther->further fursthermore->furthermore fursthest->furthest furter->further furthemore->furthermore furthermor->furthermore furthur->further furture->future furure->future furuther->further furutre->future furzzer->fuzzer fuschia->fuchsia fushed->flushed fushing->flushing futer->further futher->further futherize->further futhermore->furthermore futhroc->futhark, futhorc, futrure->future futture->future fwirte->fwrite fysical->physical fysisist->physicist fysisit->physicist gadged->gadget, gauged, gae->game, Gael, gale, galatic->galactic Galations->Galatians gallaxies->galaxies galvinized->galvanized Gameboy->Game Boy ganbia->gambia ganerate->generate ganes->games ganster->gangster garabge->garbage garantee->guarantee garanteed->guaranteed garantees->guarantees garantied->guaranteed garanty->guarantee garbage-dollected->garbage-collected garbagge->garbage garbarge->garbage gard->guard gardai->gardaí garentee->guarantee gargage->garbage, garage, garnison->garrison garuantee->guarantee garuanteed->guaranteed garuantees->guarantees garuantied->guaranteed gauarana->guaraná gauarantee->guarantee gauaranteed->guaranteed gauarentee->guarantee gauarenteed->guaranteed gaurantee->guarantee gauranteed->guaranteed gauranteeing->guaranteeing gaurantees->guarantees gaurd->guard, gourd, gaurentee->guarantee gaurenteed->guaranteed gaurentees->guarantees gausian->gaussian geeoteen->guillotine geeral->general gemetrical->geometrical gemetry->geometry gemoetry->geometry genarate->generate genarated->generated genarating->generating genaration->generation genearal->general genearally->generally genearted->generated geneate->generate geneated->generated geneates->generates geneating->generating geneation->generation geneic->generic, genetic, geneological->genealogical geneologies->genealogies geneology->genealogy generaates->generates generall->generally, general, generaly->generally generalyl->generally generalyse->generalise generat->generate, general, generater->generator generaters->generators generatng->generating generaton->generation, generator, generatting->generating genereate->generate genereated->generated genereates->generates genereating->generating genered->generated genereic->generic generell->general generelly->generally genererate->generate genererated->generated genererater->generator genererating->generating genereration->generation generilise->generalise generilised->generalised generilises->generalises generilize->generalize generilized->generalized generilizes->generalizes generiously->generously genialia->genitalia genrate->generate genrated->generated genrates->generates genrating->generating genration->generation genreate->generate genreated->generated genreates->generates genreating->generating genric->generic genrics->generics gental->gentle genuin->genuine geocentic->geocentric geoemtries->geometries geoemtry->geometry geogcountry->geocountry geographich->geographic geographicial->geographical geomery->geometry geometites->geometries geometrc->geometric, geometry, geometrician->geometer geometricians->geometers geometrie->geometry geometrys->geometries geomety->geometry geometyr->geometry geomitrically->geometrically geomtry->geometry geomtrys->geometries geraff->giraffe geraphics->graphics gerat->great gereating->generating gererate->generate gererated->generated gerilla->guerrilla gernal->general, journal, gerneral->general gernerally->generally gerneraly->generally gernerate->generate gess->guess get's->gets get;s->gets getfastproperyvalue->getfastpropertyvalue geting->getting getlael->getlabel getoe->ghetto getoject->getobject gettetx->gettext gettter->getter gettters->getters getttext->gettext getttime->gettime getttimeofday->gettimeofday gettting->getting Ghandi->Gandhi ghostscritp->ghostscript ghraphic->graphic gigibit->gigabit gilotine->guillotine gilty->guilty ginee->guinea gingam->gingham gioen->given gir->git gird->grid, gird, girds->grids, girds, giser->geyser gisers->geysers gitar->guitar gitars->guitars gitatributes->gitattributes gived->given givem->given, give them, give 'em, glight->flight gloab->globe gloabal->global gloabl->global globbal->global glorfied->glorified glpyh->glyph glpyhs->glyphs glyh->glyph glyhs->glyphs glyped->glyphed glyphes->glyphs glyping->glyphing glyserin->glycerin gnawwed->gnawed gnerate->generate gnorung->ignoring gobal->global godess->goddess godesses->goddesses Godounov->Godunov goemetries->geometries gogether->together gogin->going, Gauguin, goign->going goin->going goind->going golbal->global golbally->globally golbaly->globally gonig->going gonna->going to, disabled because one might want to allow informal spelling gool->ghoul gord->gourd gormay->gourmet gorry->gory gost->ghost Gothenberg->Gothenburg Gottleib->Gottlieb gouvener->governor govement->government govenment->government govenor->governor govenrment->government goverance->governance goverment->government govermental->governmental govermnment->government governer->governor governmnet->government govorment->government govormental->governmental govornment->government grabage->garbage grabed->grabbed grabing->grabbing gracefull->graceful gracefuly->gracefully graet->great grafics->graphics grafitti->graffiti grahic->graphic grahical->graphical grahics->graphics grahpical->graphical gramar->grammar gramatically->grammatically grammartical->grammatical grammaticaly->grammatically grammer->grammar grammers->grammars granchildren->grandchildren granilarity->granularity granuality->granularity granulatiry->granularity grapgics->graphics graphcis->graphics grapic->graphic grapical->graphical grapics->graphics grat->great gratefull->grateful gratuitious->gratuitous grbber->grabber greate->greater, create, grate, great, greatful->grateful greatfully->gratefully greather->greater greif->grief grephic->graphic greysacles->greyscales gridles->griddles grobal->global grobally->globally grometry->geometry grop->group, drop, gropu->group gropus->groups, gropes, groupd->grouped groupt->grouped gruop->group gruopd->grouped gruops->groups grwo->grow Guaduloupe->Guadalupe, Guadeloupe, Guadulupe->Guadalupe, Guadeloupe, guage->gauge guaranted->guaranteed guaranteey->guaranty guarantes->guarantees guarantie->guarantee guarantied->guaranteed guarbage->garbage guared->guard, guarded, guareded->guarded guareente->guarantee guareented->guaranteed guareentee->guarantee guareenteed->guaranteed guareenteeing->guaranteeing guareentees->guarantees guareenteing->guaranteeing guareentes->guarantees guareenty->guaranty guarente->guarantee guarented->guaranteed guarentee->guarantee guarenteed->guaranteed guarenteede->guarantee guarenteeded->guaranteed guarenteedeing->guaranteeing guarenteedes->guarantees guarenteedy->guaranty guarenteeing->guaranteeing guarenteer->guarantee guarenteerd->guaranteed guarenteering->guaranteeing guarenteers->guarantees guarentees->guarantees guarenteing->guaranteeing guarentes->guarantees guarentie->guarantee guarentied->guaranteed guarentieing->guaranteeing guarenties->guarantees guarenty->guaranty guarentyd->guaranteed guarentying->guarantee guarentyinging->guaranteeing guarentys->guarantees guarging->guarding guarnante->guarantee guarnanted->guaranteed guarnantee->guarantee guarnanteed->guaranteed guarnanteeing->guaranteeing guarnantees->guarantees guarnanteing->guaranteeing guarnantes->guarantees guarnanty->guaranty guarnate->guarantee guarnated->guaranteed guarnatee->guarantee guarnateed->guaranteed guarnateee->guarantee guarnateeed->guaranteed guarnateeeing->guaranteeing guarnateees->guarantees guarnateeing->guaranteeing guarnatees->guarantees guarnateing->guaranteeing guarnates->guarantees guarnatey->guaranty guarnaty->guaranty guarnete->guarantee guarneted->guaranteed guarnetee->guarantee guarneteed->guaranteed guarneteeing->guaranteeing guarnetees->guarantees guarneteing->guaranteeing guarnetes->guarantees guarnety->guaranty guarnte->guarantee guarnted->guaranteed guarntee->guarantee guarnteed->guaranteed guarnteeing->guaranteeing guarntees->guarantees guarnteing->guaranteeing guarntes->guarantees guarnty->guaranty guarrante->guarantee guarranted->guaranteed guarrantee->guarantee guarranteed->guaranteed guarranteeing->guaranteeing guarrantees->guarantees guarranteing->guaranteeing guarrantes->guarantees guarrantie->guarantee guarrantied->guaranteed guarrantieing->guaranteeing guarranties->guarantees guarranty->guaranty guarrantyd->guaranteed guarrantying->guaranteeing guarrantys->guarantees guarrente->guarantee guarrented->guaranteed guarrentee->guarantee guarrenteed->guaranteed guarrenteeing->guaranteeing guarrentees->guarantees guarrenteing->guaranteeing guarrentes->guarantees guarrenty->guaranty guaruante->guarantee guaruanted->guaranteed guaruantee->guarantee guaruanteed->guaranteed guaruanteeing->guaranteeing guaruantees->guarantees guaruanteing->guaranteeing guaruantes->guarantees guaruanty->guaranty guarunte->guarantee guarunted->guaranteed guaruntee->guarantee guarunteed->guaranteed guarunteeing->guaranteeing guaruntees->guarantees guarunteing->guaranteeing guaruntes->guarantees guarunty->guaranty guassian->gaussian Guatamala->Guatemala Guatamalan->Guatemalan guerilla->guerrilla guerillas->guerrillas guerrila->guerrilla guerrilas->guerrillas gueswork->guesswork guidence->guidance guidline->guideline guidlines->guidelines Guilia->Giulia Guilio->Giulio Guiness->Guinness Guiseppe->Giuseppe gunanine->guanine gurantee->guarantee guranteed->guaranteed guranteeing->guaranteeing gurantees->guarantees gurrantee->guarantee guttaral->guttural gutteral->guttural gziniflate->gzinflate gziped->gzipped haa->has habaeus->habeas habbit->habit habeus->habeas Habsbourg->Habsburg hace->have hach->hatch, hack, hash, haders->headers, haters, hadling->handling haeder->header haemorrage->haemorrhage haev->have, heave, hahve->have, halve, half, halarious->hilarious hald->held halfs->halves Hallowean->Hallowe'en, Halloween, halp->help halpoints->halfpoints hammmer->hammer hampster->hamster handel->handle handeld->handled, handheld, handeled->handled, handheld, handeler->handler handeles->handles handeling->handling handels->handles hander->handler handfull->handful handhake->handshake handleer->handler handleing->handling handlig->handling handlling->handling handwirting->handwriting hanel->handle hangig->hanging hanlde->handle hanlded->handled hanlder->handler hanlders->handlers hanldes->handles hanlding->handling hanldle->handle hanle->handle hanled->handled hanles->handles hanling->handling hanshake->handshake hanshakes->handshakes hansome->handsome hapen->happen hapend->happened hapends->happens hapened->happened hapening->happening hapenn->happen hapenned->happened hapenning->happening hapenns->happens hapens->happens happaned->happened happend->happened, happens, happended->happened happenned->happened happing->happening, happen, happne->happen happnes->happens, happiness, harased->harassed harases->harasses harasment->harassment harasments->harassments harassement->harassment harcode->hardcode, charcode, harcoded->hardcoded harcodes->hardcodes, charcodes, harcoding->hardcoding hard-wirted->hard-wired hardare->hardware hardocde->hardcode hardward->hardware hardwdare->hardware hardwirted->hardwired harras->harass harrased->harassed harrases->harasses harrasing->harassing harrasment->harassment harrasments->harassments harrass->harass harrassed->harassed harrasses->harassed harrassing->harassing harrassment->harassment harrassments->harassments hart->heart, harm, harth->hearth harware->hardware has'nt->hasn't hases->hashes hashi->hash hashreference->hash reference hashs->hashes hashses->hashes hask->hash hasn;t->hasn't hasnt'->hasn't hasnt->hasn't hass->hash Hatian->Haitian hauty->haughty hava->have, have a, have'nt->haven't havea->have, have a, havee->have, have a, haveing->having haven;t->haven't havent'->haven't havent't->haven't havent->haven't havew->have haviest->heaviest havn't->haven't havnt->haven't haynus->heinous hazzle->hassle headle->handle headong->heading headquarer->headquarter headquater->headquarter headquatered->headquartered headquaters->headquarters headrom->headroom, bedroom, heaer->header healthercare->healthcare heared->heard, header, heathy->healthy hefer->heifer Heidelburg->Heidelberg heigest->highest heigh->height, high, heigher->higher heighest->highest heighit->height heighteen->eighteen heigt->height heigth->height heirachies->hierarchies heirachy->hierarchy heirarchic->hierarchic heirarchical->hierarchical heirarchically->hierarchically heirarchies->hierarchies heirarchy->hierarchy heiroglyphics->hieroglyphics hel->help, hell, heal, helerps->helpers hellow->hello helment->helmet helpfull->helpful helpfuly->helpfully helpped->helped hemishpere->hemisphere hemishperes->hemispheres hemmorhage->hemorrhage hemorage->haemorrhage henc->hence henderence->hindrance hendler->handler hepler->helper herad->heard, Hera, heree->here heridity->heredity heroe->hero heros->heroes hertiage->heritage hertically->hectically hertzs->hertz hesistant->hesitant heterogenous->heterogeneous hetrogenous->heterogeneous heuristc->heuristic heuristcs->heuristics heursitics->heuristics hevy->heavy hexademical->hexadecimal hexidecimal->hexadecimal hiarchical->hierarchical hiarchy->hierarchy hiddden->hidden hidded->hidden hiddin->hidden, hiding, hidding->hiding, hidden, hided->hidden, hid, hiden->hidden hiearchies->hierarchies hiearchy->hierarchy hieght->height hiena->hyena hierachical->hierarchical hierachies->hierarchies hierachy->hierarchy hierarachical->hierarchical hierarachy->hierarchy hierarchie->hierarchy hierarcical->hierarchical hierarcy->hierarchy hierchy->hierarchy hieroglph->hieroglyph hieroglphs->hieroglyphs hietus->hiatus higeine->hygiene higer->higher higest->highest high-affort->high-effort highes->highest highjack->hijack highlighing->highlighting highlightning->highlighting highligjt->highlight highligjted->highlighted highligjtes->highlights highligjting->highlighting highligjts->highlights highligt->highlight highligted->highlighted highligting->highlighting highligts->highlights hight->height, high, highter->higher hightest->highest hightlight->highlight hightlighted->highlighted hightlighting->highlighting hightlights->highlights hights->height higlight->highlight higlighted->highlighted higlighting->highlighting higlights->highlights higly->highly higth->height higway->highway hilight->highlight hilighted->highlighted hilighting->highlighting hilights->highlights hillarious->hilarious himselv->himself hinderance->hindrance hinderence->hindrance hindrence->hindrance hipopotamus->hippopotamus hipotetical->hypothetical hirarchies->hierarchies hirarchy->hierarchy hirarcies->hierarchies hirearcy->hierarchy hismelf->himself hisory->history hist->heist, his, histgram->histogram histocompatability->histocompatibility histori->history, historic, historicians->historians historycal->historical historycally->historically historycaly->historically histroy->history histry->history hitogram->histogram hitsingles->hit singles hiygeine->hygiene hnalder->handler hoeks->hoax hokay->okay holf->hold holliday->holiday hollowcost->holocaust homapage->homepage homegeneous->homogeneous homestate->home state homogeneize->homogenize homogeneized->homogenized homogenity->homogeneity homogenoues->homogeneous homogenous->homogeneous homogenously->homogeneously honory->honorary hoook->hook hoooks->hooks hootsba->chutzpah hopefull->hopeful, hopefully, hopefulle->hopefully hopefullly->hopefully hopefullt->hopefully hopefullu->hopefully hopefuly->hopefully hopeing->hoping hopful->hopeful hopfull->hopeful, hopefully, hopfully->hopefully hopmepage->homepage hopmepages->homepages hoppefully->hopefully hopyfully->hopefully horicontal->horizontal horicontally->horizontally horizntal->horizontal horizonal->horizontal horizontale->horizontal horphan->orphan horrable->horrible horrifing->horrifying horyzontally->horizontally horzontal->horizontal horzontally->horizontally hosited->hoisted hospitible->hospitable hostanme->hostname hostorical->historical hostories->histories hostory->history hotizontal->horizontal hould->hold, should, hounour->honour houres->hours housand->thousand houskeeping->housekeeping housr->hours, house, hove->hove, have, hover, love, hovever->however hovewer->however howerver->however howeverm->however howver->however hrough->through hsell->shell hsitorians->historians hsould'nt->shouldn't hsould->should hsouldn't->shouldn't hstory->history htacccess->htaccess hte->the hten->then, hen, the, htere->there, here, htey->they htikn->think hting->thing htink->think htis->this htmp->html htting->hitting hueristic->heuristic humber->number humer->humor, humour, humerous->humorous, humerus, huminoid->humanoid humoural->humoral humurous->humorous hunderd->hundred hundreths->hundredths hundrets->hundreds hunrgy->hungry huricane->hurricane huristic->heuristic hurse->hearse, nurse, husban->husband hussel->hustle, mussel, hvae->have hvaing->having hve->have hvea->have, heave, hwihc->which hwile->while hwole->whole hybernate->hibernate hydogen->hydrogen hydrolic->hydraulic hydrolics->hydraulics hydropile->hydrophile hydropilic->hydrophilic hydropobe->hydrophobe hydropobic->hydrophobic hyerarchy->hierarchy hyerlink->hyperlink hygeine->hygiene hygene->hygiene hygenic->hygienic hygine->hygiene hypen->hyphen hypenate->hyphenate hypenated->hyphenated hypenates->hyphenates hypenating->hyphenating hypenation->hyphenation hypens->hyphens hyperboly->hyperbole hypocracy->hypocrisy hypocrasy->hypocrisy hypocricy->hypocrisy hypocrit->hypocrite hypocrits->hypocrites hyposeses->hypotheses hyposesis->hypothesis hypoteses->hypotheses hypotesis->hypothesis hypotethically->hypothetically hyptothetical->hypothetical hyptothetically->hypothetically hypvervisor->hypervisor hypvervisors->hypervisors i;ll->I'll iamge->image ibrary->library icesickle->icicle icluding->including iconclastic->iconoclastic iconifie->iconify idaeidae->idea idaes->ideas idealogies->ideologies idealogy->ideology idefinite->indefinite idelogy->ideology idendifier->identifier idenfifier->identifier idenitify->identify identation->indentation identcial->identical identiable->identificable idential->identical identicial->identical identifaction->identification identifcation->identification identifeir->identifier identifer->identifier identifers->identifiers identifictaion->identification identifing->identifying identifyable->identifiable identiy->identify, identity, identtation->indentation identties->identities identtifier->identifier identty->identity ideosyncracies->ideosyncrasies ideosyncratic->idiosyncratic idesa->ideas, ides, idetifies->identifies idicate->indicate idicated->indicated idicates->indicates idicating->indicating idices->indices idiosyncracies->idiosyncrasies idiosyncracy->idiosyncrasy idividual->individual iechart->piechart iff->if, disabled due to valid mathematical concept ifself->itself ifset->if set ignoded->ignored ignonre->ignore ignora->ignore ignord->ignored ignoreing->ignoring ignorence->ignorance ignorgable->ignorable ignorgd->ignored ignorge->ignore ignorged->ignored ignorgg->ignoring ignorgig->ignoring ignorging->ignoring ignorgs->ignores ignormable->ignorable ignormd->ignored ignorme->ignore ignormed->ignored ignormg->ignoring ignormig->ignoring ignorming->ignoring ignorms->ignores ignornable->ignorable ignornd->ignored ignorne->ignore ignorned->ignored ignorng->ignoring ignornig->ignoring ignorning->ignoring ignorns->ignores ignorrable->ignorable ignorrd->ignored ignorre->ignore ignorred->ignored ignorrg->ignoring ignorrig->ignoring ignorring->ignoring ignorrs->ignores ignors->ignores ignortable->ignorable ignortd->ignored ignorte->ignore ignorted->ignored ignortg->ignoring ignortig->ignoring ignorting->ignoring ignorts->ignores ignory->ignore ignroed->ignored ignroing->ignoring igoned->ignored igonorando->ignorando igonore->ignore igore->ignore igored->ignored igores->ignores igoring->ignoring Ihaca->Ithaca iif->if iinclude->include iland->island ileagle->illegal ilegal->illegal ilegle->illegal illegimacy->illegitimacy illegitmate->illegitimate illess->illness illiegal->illegal illigitament->illegitimate illistrate->illustrate illustrasion->illustration illution->illusion ilness->illness ilogical->illogical ilustrate->illustrate ilustrated->illustrated ilustration->illustration imagenary->imaginary imaghe->image imagin->imagine imaginery->imaginary, imagery, imanent->eminent, imminent, imapct->impact imapcted->impacted imapcting->impacting imapcts->impacts imapge->image imbaress->embarrass imbed->embed imbedded->embedded imbedding->embedding imbrase->embrace imcoming->incoming imcomming->incoming imcomplete->incomplete imedatly->immediately imediate->immediate imediately->immediately imediatly->immediately imense->immense imfamus->infamous imgage->image imidiately->immediately imigrant->immigrant, emigrant, imigrate->immigrate, emigrate, imigrated->immigrated, emigrated, imigration->immigration, emigration, imilar->similar iminent->imminent, immanent, eminent, imlement->implement imlementation->implementation imlemented->implemented imlementing->implementing imlements->implements imlicit->implicit imlicitly->implicitly imliment->implement imlimentation->implementation imlimented->implemented imlimenting->implementing imliments->implements immadiate->immediate immadiately->immediately immadiatly->immediately immeadiate->immediate immeadiately->immediately immedate->immediate immedately->immediately immedialty->immediately immediantely->immediately immediated->immediate, immediately, immediatelly->immediately immediatley->immediately immediatlly->immediately immediatly->immediately immediatlye->immediately immeditaly->immediately immeditately->immediately immeidate->immediate immeidately->immediately immenantly->eminently immidately->immediately immidatly->immediately immidiate->immediate immidiatelly->immediately immidiately->immediately immidiatly->immediately immitate->imitate immitated->imitated immitating->imitating immitator->imitator immmediate->immediate immmediately->immediately immuniy->immunity immunosupressant->immunosuppressant imolicit->implicit imolicitly->implicitly imort->import imovable->immovable impcat->impact impcated->impacted impcating->impacting impcats->impacts impecabbly->impeccably impedence->impedance impeed->impede impelementation->implementation impelment->implement impement->implement impementaion->implementation impementaions->implementations impementated->implemented impementation->implementation impementations->implementations impemented->implemented impementing->implementing impementling->implementing impementor->implementer impements->implements impiled->implied implace->inplace implament->implement implamentation->implementation implamenting->implementing implcit->implicit implemantation->implementation implemataion->implementation implemataions->implementations implemememnt->implement implemememntation->implementation implemement->implement implemementation->implementation implemementations->implementations implememented->implemented implemementing->implementing implemements->implements implememetation->implementation implememntation->implementation implememt->implement implememtation->implementation implememtations->implementations implememted->implemented implememting->implementing implememts->implements implemen->implement implemenatation->implementation implemenation->implementation implemenationa->implementation implemenationd->implementation implemenations->implementations implemencted->implemented implemend->implement implemends->implements implemened->implemented implemenet->implement implemenetaion->implementation implemenetaions->implementations implemenetation->implementation implemenetations->implementations implemenetd->implemented implemeneted->implemented implemeneter->implementer implemeneting->implementing implemenetions->implementations implemenets->implements implemenrt->implement implementaed->implemented implementaion->implementation implementaions->implementations implementaiton->implementation implementaitons->implementations implementantions->implementations implementastion->implementation implementataion->implementation implementatation->implementation implementated->implemented implementates->implements implementatin->implementation, implementing, implementating->implementing implementatins->implementations implementation-spacific->implementation-specific implementatition->implementation implementatoin->implementation implementatoins->implementations implementatoion->implementation implementaton->implementation implementator->implementer implementators->implementers implementattion->implementation implemente->implement, implemented, implementes->implements implementet->implemented implemention->implementation implementtaion->implementation implemet->implement implemetation->implementation implemetations->implementations implemeted->implemented implemeting->implementing implemetnation->implementation implemets->implements implemnt->implement implemntation->implementation implemntations->implementations implemtation->implementation implemtentation->implementation implenment->implement implenmentation->implementation implent->implement implentation->implementation implentations->implementations implented->implemented implenting->implementing implentors->implementers implents->implements impletment->implement implicite->implicit, implicitly, implicitely->implicitly implicitley->implicitly implicity->implicitly implict->implicit implictly->implicitly impliment->implement implimentation->implementation implimentation-spacific->implementation-specific implimentations->implementations implimented->implemented implimenting->implementing implimention->implementation implimentions->implementations implimentor->implementor impliments->implements implmenet->implement implmenetaion->implementation implmenetaions->implementations implmenetation->implementation implmenetations->implementations implmenetd->implemented implmeneted->implemented implmeneter->implementer implmeneting->implementing implmenets->implements implment->implement implmentation->implementation implmentations->implementations implmented->implemented implmenting->implementing implments->implements imploys->employs imporing->importing importamt->important importat->important importd->imported importent->important imporv->improve, improv, imporve->improve imporvement->improvement imporving->improving imporvment->improvement imposible->impossible impove->improve impoved->improved impovements->improvements impoves->improves impoving->improving impplement->implement impplementating->implementing impplementation->implementation impplemented->implemented impres->impress impresive->impressive impressario->impresario imprioned->imprisoned imprisonned->imprisoned improbe->improve improbement->improvement improbements->improvements improbes->improves improbing->improving improbment->improvement improbments->improvements improof->improve improofement->improvement improofing->improving improofment->improvement improofs->improves improove->improve improoved->improved improovement->improvement improovements->improvements improoves->improves improoving->improving improovment->improvement improovments->improvements impropely->improperly improtant->important improvemenet->improvement improvemenets->improvements improvision->improvisation improvmenet->improvement improvmenets->improvements improvment->improvement improvments->improvements imput->input imrovement->improvement in-memeory->in-memory inablility->inability inacccessible->inaccessible inaccesible->inaccessible inaccessable->inaccessible inaccuraccies->inaccuracies inaccuraccy->inaccuracy inactivate->inactivate, deactivate, inacurate->inaccurate inacurracies->inaccuracies inacurrate->inaccurate inadiquate->inadequate inadquate->inadequate inadvertant->inadvertent inadvertantly->inadvertently inagurated->inaugurated inaguration->inauguration inaktively->inactively inalid->invalid inappropiate->inappropriate inappropreate->inappropriate inate->innate inaugures->inaugurates inavlid->invalid inbalance->imbalance inbalanced->imbalanced inbed->embed inbedded->embedded inbetween->between, in between, inbility->inability incalid->invalid incarcirated->incarcerated incase->in case incatation->incantation incatations->incantations incative->inactive incementally->incrementally incerase->increase incerased->increased incerasing->increasing incidentially->incidentally incidently->incidentally inclding->including incldue->include incldued->included incldues->includes inclinaison->inclination inclode->include inclreased->increased includ->include includea->include includee->include includied->included includig->including includign->including includng->including inclue->include inclued->included inclues->includes incluging->including incluide->include incluing->including inclused->included inclusinve->inclusive incmrement->increment incomaptible->incompatible incombatibilities->incompatibilities incombatibility->incompatibility incomming->incoming incommplete->incomplete incompatabable->incompatible incompatabiity->incompatibility incompatabile->incompatible incompatabilities->incompatibilities incompatability->incompatibility incompatabillity->incompatibility incompatabilty->incompatibility incompatabily->incompatibility incompatable->incompatible incompatablie->incompatible, incompatibly, incompatablility->incompatibility incompatablities->incompatibilities incompatablitiy->incompatibility incompatablity->incompatibility incompatably->incompatibly incompataibility->incompatibility incompataible->incompatible incompataility->incompatibility incompatatbility->incompatibility incompatatble->incompatible incompatatible->incompatible incompatbility->incompatibility incompatiability->incompatibility incompatibilies->incompatibilities incompatiblities->incompatibilities incompatiblity->incompatibility incompetance->incompetence incompetant->incompetent incompete->incomplete incompleate->incomplete incompleete->incomplete incomptable->incompatible incomptetent->incompetent incomptible->incompatible inconisistent->inconsistent inconsisent->inconsistent inconsisently->inconsistently inconsistancy->inconsistency inconsistant->inconsistent inconsisten->inconsistent inconsistenly->inconsistently inconsistented->inconsistent inconsisteny->inconsistency, inconsistent, inconsitent->inconsistent inconstent->inconsistent, inconstant, inconvertable->inconvertible inconvienience->inconvenience inconvienient->inconvenient inconvineance->inconvenience inconvineances->inconveniences inconvinence->inconvenience inconvinences->inconveniences inconviniance->inconvenience inconviniances->inconveniences inconvinience->inconvenience inconviniences->inconveniences inconviniency->inconvenience inconviniencys->inconveniences incooperates->incorporates incoporate->incorporate incoporated->incorporated incoporates->incorporates incoporating->incorporating incorect->incorrect incorectly->incorrectly incoropate->incorporate incoropates->incorporates incoroporated->incorporated incorparates->incorporates incorperate->incorporate incorperated->incorporated incorperates->incorporates incorperating->incorporating incorperation->incorporation incorportaed->incorporated incorported->incorporated incorprates->incorporates incorreclty->incorrectly incorreect->incorrect incorreectly->incorrectly incorrent->incorrect incorret->incorrect incorruptable->incorruptible incosistent->inconsistent incosistente->inconsistent incramentally->incrementally increadible->incredible increading->increasing increament->increment increas->increase incredable->incredible incremantal->incremental incremeantal->incremental incremenet->increment incremenetd->incremented incremeneted->incremented incrementall->incremental, incrementally, incremet->increment incremetal->incremental incrfemental->incremental incrmenet->increment incrmenetd->incremented incrmeneted->incremented incrment->increment incrmental->incremental incrmentally->incrementally incrmented->incremented incrmenting->incrementing incrments->increments inctance->instance inctroduce->introduce inctroduced->introduced incude->include incuded->included incudes->includes incuding->including incunabla->incunabula incure->incur incvalid->invalid indcates->indicates inddex->index indeces->indices indefinate->indefinite indefinately->indefinitely indefineable->undefinable indefinitiley->indefinitely indefinitively->indefinitely indefinitly->indefinitely indefintly->indefinitely indempotent->idempotent indendation->indentation indended->intended, indented, indentaion->indentation indentended->indented indentical->identical indentically->identically indentification->identification indentified->identified indentifier->identifier indentifies->identifies indentify->identify indentifying->identifying indention->indentation indentit->identity indentity->identity indenx->index indepedantly->independently indepedence->independence indepedent->independent independ->independent independance->independence independant->independent independantly->independently independece->independence independed->independent independedly->independently independend->independent independendet->independent independly->independently independnent->independent independnet->independent independnt->independent independntly->independently independt->independent independtly->independently indepenent->independent indepenently->independently indepent->independent indepently->independently inderect->indirect inderts->inserts indes->index indespensable->indispensable indespensible->indispensable indexig->indexing indexs->indexes, indices, indext->index, indent, indiactor->indicator indiate->indicate indiated->indicated indiates->indicates indiating->indicating indicaite->indicate indicat->indicate indicateds->indicated, indicates, indicatee->indicates, indicated, indicees->indices indiciate->indicate indiciated->indicated indiciates->indicates indiciating->indicating indicies->indices indicte->indicate indictement->indictment indictes->indicates indictor->indicator indide->inside indigineous->indigenous indipendence->independence indipendent->independent indipendently->independently indirecty->indirectly indispensible->indispensable indisputible->indisputable indisputibly->indisputably indistiguishable->indistinguishable indite->indict indivdual->individual indivdually->individually indivdualy->individually individial->individual individualy->individually individuel->individual individuelly->individually individuely->individually indivual->individual indivudual->individual indivudually->individually indizies->indices indpendent->independent indpendently->independently indulgue->indulge indure->endure indutrial->industrial indvidual->individual indviduals->individuals indxes->indexes inearisation->linearisation inefficency->inefficiency inefficent->inefficient inefficently->inefficiently inefficenty->inefficiently inefficienty->inefficiently inefficieny->inefficiency, inefficiently, ineffient->inefficient ineffiently->inefficiently ineficient->inefficient inegrate->integrate inegrated->integrated ineqality->inequality inequalitiy->inequality inernal->internal inerrupt->interrupt inershia->inertia inershial->inertial inertion->insertion ines->lines inestart->linestart inetrrupts->interrupts inevatible->inevitable inevitible->inevitable inevititably->inevitably inexistant->inexistent inexperiance->inexperience inexperianced->inexperienced inexpierence->inexperience inexpierenced->inexperienced inexpirience->inexperience inexpirienced->inexperienced infact->in fact infalability->infallibility infallable->infallible infectuous->infectious infered->inferred infering->inferring inferrable->inferable inferrence->inference infex->index infilitrate->infiltrate infilitrated->infiltrated infilitration->infiltration infinately->infinitely infinit->infinite infinitly->infinitely infinte->infinite infintesimal->infinitesimal infinty->infinity inflamation->inflammation inflatoin->inflation inflexable->inflexible influece->influence influeced->influenced influeces->influences influecing->influencing influencial->influential influencin->influencing influented->influenced infoemation->information infomation->information infor->info inforamtion->information inforation->information inforce->enforce inforced->enforced informaion->information informaiton->information informatation->information informatations->information informatikon->information informatiom->information informations->information informaton->information informtion->information inforrmation->information infrantryman->infantryman infrasctructure->infrastructure infrastruture->infrastructure infreqency->infrequency infreqentcy->infrequency infreqeuncy->infrequency infreqeuntcy->infrequency infrequancies->infrequencies infrequancy->infrequency infrequantcies->infrequencies infrequantcy->infrequency infrequentcies->infrequencies infrigement->infringement infromation->information infromatoin->information infrormation->information infrustructure->infrastructure ingegral->integral ingenius->ingenious ingnorar->ignore, ignorant, ingnore->ignore ingnored->ignored ingnores->ignores ingnoring->ignoring ingore->ignore ingored->ignored ingores->ignores ingoring->ignoring ingration->integration ingreediants->ingredients inhabitans->inhabitants inherantly->inherently inheratance->inheritance inheret->inherit inherets->inherits inheritablility->inheritability inheritage->heritage, inheritance, inheritence->inheritance inherith->inherit inherithed->inherited inherithing->inheriting inheriths->inherits inheritted->inherited inhertig->inheriting, inherited, inherting->inheriting inhomogenous->inhomogeneous inialized->initialized inidicates->indicates inidvidual->individual inifinite->infinite inifinte->infinite inintialization->initialization initail->initial initailisation->initialisation initailise->initialise initailised->initialised initailiser->initialiser initailisers->initialisers initailises->initialises initailising->initialising initailization->initialization initailize->initialize initailized->initialized initailizer->initializer initailizers->initializers initailizes->initializes initailizing->initializing initailly->initially initails->initials initailsation->initialisation initailse->initialise initailsed->initialised initailsiation->initialisation initaily->initially initailzation->initialization initailze->initialize initailzed->initialized initailziation->initialization inital->initial initalisation->initialisation initalise->initialise initalised->initialised initalises->initialises initalising->initialising initalization->initialization initalize->initialize initalized->initialized initalizer->initializer initalizes->initializes initalizing->initializing initally->initially initals->initials initate->initiate, imitate, initated->initiated, imitated, initation->initiation initators->initiators initiaitive->initiative initiales->initialize, initializes, initials, initialise, initialises, initialialize->initialize initialiase->initialise, initialize, initialiation->initialization initialiaze->initialize initialiazed->initialized initialied->initialized initialilzing->initializing initialisiert->initialised, initialized, initialiting->initializing initialitze->initialize initialitzing->initializing initializaing->initializing initializaiton->initialization initializeing->initializing initializiation->initialization initializong->initializing initializs->initialize, initializes, initialse->initialise, initialize, initialsed->initialised, initialized, initialses->initialises, initializes, initialy->initially initialyl->initially initialyse->initialise, initialize, initialysed->initialised, initialized, initialyses->initialises, initializes, initialysing->initialising, initializing, initialyze->initialize initialyzed->initialized initialyzes->initializes initialyzing->initializing initialzation->initialization initialze->initialize initialzed->initialized initialzes->initializes initialzing->initializing initiliase->initialise, initialize, initiliased->initialised, initialized, initiliases->initialises, initializes, initiliasing->initialising, initializing, initiliaze->initialize initiliazed->initialized initiliazes->initializes initiliazing->initializing initilisation->initialisation, initialization, initilisations->initialisations, initializations, initilise->initialise, initialize, initilised->initialised, initialized, initilises->initialises, initializes, initilising->initialising, initializing, initilization->initialization initilizations->initializations initilize->initialize initilized->initialized initilizes->initializes initilizing->initializing inititator->initiator initliasation->initialisation initliase->initialise initliased->initialised initliaser->initialiser initliazation->initialization initliaze->initialize initliazed->initialized initliazer->initializer inituialization->initialization inivisible->invisible inizialize->initialize inizialized->initialized inizializes->initializes inlalid->invalid inlcude->include inlcuded->included inlcudes->includes inlcuding->including inlin->inline inlude->include inluded->included inludes->includes inluding->including inludung->including inluence->influence inlusive->inclusive inly->only, inly, inmediate->immediate inmediatelly->immediately inmediately->immediately inmediatily->immediately inmediatly->immediately inmigrant->immigrant inmigrants->immigrants inmmediately->immediately inmplementation->implementation innactive->inactive innacurate->inaccurate innacurately->inaccurately innappropriate->inappropriate inneffectual->ineffectual innitialize->initialize, initializes, innocous->innocuous innoculate->inoculate innoculated->inoculated innosense->innocence inocence->innocence inofficial->unofficial inofrmation->information inoquous->innocuous inot->into inouts->inputs inpact->impact inpacted->impacted inpacting->impacting inpacts->impacts inpeach->impeach inplementation->implementation inplementations->implementations inplemented->implemented inplicit->implicit inplicitly->implicitly inpolite->impolite inport->import inportant->important inposible->impossible inpossible->impossible inprisonment->imprisonment inproove->improve inprooved->improved inprooves->improves inprooving->improving inproovment->improvement inproovments->improvements inproper->improper inproperly->improperly inproving->improving inpsection->inspection inpterpreter->interpreter inpu->input inpust->input, inputs, inputsream->inputstream inpuut->input inreractive->interactive inro->into ins't->isn't insallation->installation insalled->installed insance->instance, insane, inscpeting->inspecting insde->inside insectiverous->insectivorous insensative->insensitive insensetive->insensitive insensistive->insensitive insensistively->insensitively insensitivy->insensitivity insensitve->insensitive insenstively->insensitively insepection->inspection inseperable->inseparable insepsion->inception insering->inserting insersect->intersect insersected->intersected insersecting->intersecting insersects->intersects insertin->inserting insertino->inserting insesitive->insensitive insetad->instead inseted->inserted insided->inside insigt->insight insigth->insight insigths->insights insigts->insights insistance->insistence insitution->institution insitutions->institutions insonsistency->inconsistency inspite->in spite, inspire, instabce->instance instace->instance instaces->instances instaciate->instantiate instad->instead instade->instead instaed->instead instal->install instalation->installation instalations->installations instaled->installed instaling->installing installaion->installation installataion->installation installataions->installations installatation->installation installationa->installation installe->installer, installed, install, installes->installs installtion->installation instancd->instance instanciate->instantiate instanciated->instantiated instanciates->instantiates instanciating->instantiating instanciation->instantiation instanciations->instantiations instane->instance instanseation->instantiation instansiate->instantiate instansiated->instantiated instansiates->instantiates instansiation->instantiation instantate->instantiate instantating->instantiating instantation->instantiation instantations->instantiations instantiaties->instantiates instanze->instance instatance->instance instatiate->instantiate insted->instead inster->insert insterad->instead insterrupts->interrupts instersction->intersection instert->insert insterted->inserted instertion->insertion institue->institute instnace->instance instnaces->instances instnance->instance instnances->instances instnat->instant instnatiated->instantiated instnatiation->instantiation instnatiations->instantiations instnce->instance instnces->instances instnsiated->instantiated instnsiation->instantiation instnsiations->instantiations instnt->instant instntly->instantly instrace->instance instralled->installed instrction->instruction instrcut->instruct instrcutino->instruction instrcutinos->instructions instrcution->instruction instrcutions->instructions instrcuts->instructs instread->instead instrinsic->intrinsic instrucion->instruction instruciton->instruction instrucitons->instructions instrumenet->instrument instrumenetation->instrumentation instrumenetd->instrumented instrumeneted->instrumented instrumentaion->instrumentation instsallation->installation instuction->instruction instuments->instruments insturment->instrument insturments->instruments instutionalized->institutionalized instutions->intuitions insue->ensue, insure, insufficent->insufficient insuffiency->insufficiency insurence->insurance intaces->instance intack->intact intall->install intance->instance, intense, intances->instances intantiate->instantiate intantiating->instantiating inteaction->interaction intead->instead inted->inetd, intend, inteded->intended intedned->intended inteface->interface integreated->integrated integrety->integrity integrey->integrity intelectual->intellectual intelegence->intelligence intelegent->intelligent intelegently->intelligently inteligability->intelligibility inteligable->intelligible, inteligance->intelligence inteligantly->intelligently inteligence->intelligence inteligent->intelligent intelisense->intellisense intemediary->intermediary intenational->international intendet->intended inteneded->intended intension->intention intensitive->insensitive, intensive, intentation->indentation intented->intended, indented, intentended->intended intentially->intentionally intepolate->interpolate intepolated->interpolated intepolates->interpolates intepret->interpret intepretable->interpretable intepretation->interpretation intepretations->interpretations intepretator->interpreter intepretators->interpreters intepreted->interpreted intepreter->interpreter intepreter-based->interpreter-based intepreters->interpreters intepretes->interprets intepreting->interpreting intepretor->interpreter intepretors->interpreters inteprets->interprets inter-operability->interoperability interace->interface interaces->interfaces interacive->interactive interacively->interactively interacsion->interaction interacsions->interactions interactionn->interaction interactionns->interactions interactiv->interactive interactivly->interactively interactuable->interactive interafce->interface interakt->interact interaktion->interaction interaktions->interactions interaktive->interactively interaktively->interactively interaktivly->interactively interal->internal, interval, integral, interally->internally interals->internals interaly->internally interanl->internal interanlly->internally interate->iterate interated->iterated, interacted, interates->iterates, interacts, interating->iterating, interacting, interation->iteration, interaction, interational->international interations->iterations, interactions, interative->interactive interatively->interactively interator->iterator interators->iterators interbread->interbreed, interbred, intercahnge->interchange intercahnged->interchanged intercation->interaction interchage->interchange interchangable->interchangeable interchangably->interchangeably intercollegate->intercollegiate intercontinential->intercontinental intercontinetal->intercontinental interecptor->interceptor intered->interred, interned, intereested->interested intereference->interference intereferences->interferences interelated->interrelated interelaved->interleaved interepreted->interpreted interept->intercept interesect->intersect interesected->intersected interesecting->intersecting interesection->intersection interesections->intersections interesects->intersects intereset->interest intereseted->interested intereseting->interesting interesing->interesting interespersed->interspersed interesseted->interested interesst->interest interessted->interested interessting->interesting interfave->interface interfear->interfere interfearence->interference interfearnce->interference interferance->interference interfereing->interfering interfernce->interference interferred->interfered interferring->interfering interger's->integer's interger->integer intergerated->integrated intergers->integers intergrated->integrated intergrating->integrating intergration->integration interliveing->interleaving interlly->internally interm->interim, intern, intermidiate->intermediate intermittant->intermittent internall->internal, internally, internaly->internally internatinal->international internatioanl->international internation->international internel->internal internels->internals internface->interface interogators->interrogators interperated->interpreted interperter->interpreter interpet->interpret interpetation->interpretation interpeted->interpreted interpeter->interpreter interpeters->interpreters interpeting->interpreting interpets->interprets interpolaed->interpolated interpolaion->interpolation interpolaiton->interpolation interpolar->interpolator interpolayed->interpolated interporated->interpolated, interpreted, interprate->interpret interprated->interpreted interpreation->interpretation interprerter->interpreter interpretated->interpreted interprete->interpret interpretes->interprets interpretet->interpreted interpretion->interpretation interpretor->interpreter interprett->interpret interpretted->interpreted interpretter->interpreter interpretting->interpreting interract->interact interracting->interacting interractive->interactive interracts->interacts interrest->interest interrested->interested interresting->interesting interrim->interim interript->interrupt interrput->interrupt interrputed->interrupted interrrupt->interrupt interrrupted->interrupted interrrupting->interrupting interrrupts->interrupts interrtups->interrupts interrugum->interregnum interrum->interim interruped->interrupted interruping->interrupting interrups->interrupts interruptable->interruptible interruptors->interrupters interruptted->interrupted interrut->interrupt interrutps->interrupts interscetion->intersection intersecrion->intersection intersecton->intersection intersectons->intersections intersepts->intercepts, intersteps, intersparsed->interspersed interst->interest intersted->interested intersting->interesting intersts->interests intertaining->entertaining intertia->inertia intertial->inertial interupt->interrupt interupted->interrupted interupting->interrupting interupts->interrupts intervall->interval intervalls->intervals interveening->intervening intervines->intervenes intesity->intensity inteval->interval intevals->intervals intevene->intervene intgers->integers inthe->in the intiailise->initialise intiailised->initialized intiailises->initialises intiailize->initialize intiailized->initialized intiailizes->initializes intiailizing->initializing intial->initial intiale->initial intialisation->initialisation intialise->initialise intialised->initialised intialiser->initialiser intialisers->initialisers intialises->initialises intialising->initialising intialistion->initialisation intialization->initialization intializaze->initialize intialize->initialize intialized->initialized intializer->initializer intializers->initializers intializes->initializes intializing->initializing intializtion->initialization intialled->initialled intiallisation->initialisation intiallisations->initialisations intiallised->initialised intiallization->initialization intiallizations->initializations intiallized->initialized intiallly->initially intially->initially intials->initials intialse->initialise intialsed->initialised intialsing->initialising intialte->initialise intialy->initially intialze->initialize intialzed->initialized intialzing->initializing inticement->enticement intimite->intimate intitial->initial intitialization->initialization intitialize->initialize intitialized->initialized intitials->initials intity->entity intot->into intpreter->interpreter intputs->inputs intrduced->introduced intreeg->intrigue intreeged->intrigued intreeging->intriguing intreegued->intrigued intreeguing->intriguing intreface->interface intregral->integral intrest->interest, insert, intrested->interested intresting->interesting intriduce->introduce intriduced->introduced intriduction->introduction intrisinc->intrinsic intrisincs->intrinsics introdued->introduced introsepection->introspection intrrupt->interrupt intrrupted->interrupted intrrupting->interrupting intrrupts->interrupts intruction->instruction intructions->instructions intruduced->introduced intruducing->introducing intrument->instrument intrumental->instrumental intrumented->instrumented intrumenting->instrumenting intruments->instruments intrusted->entrusted intstead->instead intuative->intuitive inturpratasion->interpretation, inturpratation->interpretation inturprett->interpret intutive->intuitive intutively->intuitively inudstry->industry inumerable->enumerable, innumerable, invaid->invalid invaild->invalid invald->invalid invaldates->invalidates invalidatiopn->invalidation invalide->invalid invalud->invalid invarient->invariant invarients->invariants inventer->inventor inverded->inverted inverion->inversion inverions->inversions invers->inverse, invert, invertibrates->invertebrates inverval->interval inveryed->inverted invesitgated->investigated invesitgating->investigating invesitgation->investigation invesitgations->investigations investingate->investigate inviation->invitation invididual->individual invidual->individual invidually->individually invisiable->invisible invisibile->invisible invisivble->invisible invlaid->invalid invlisible->invisible invlove->involve invloved->involved invloves->involves invocaition->invocation invokable->invocable, invokation->invocation invokations->invocations invokee->invoked, invoke, invokve->invoke invokved->invoked invokves->invokes invokving->invoking involvment->involvement ioclt->ioctl ionde->inode iound->round, wound, iplementation->implementation iput->input irelevent->irrelevant iresistable->irresistible iresistably->irresistibly iresistible->irresistible iresistibly->irresistibly iritable->irritable iritated->irritated ironicly->ironically irregardless->regardless irrelavent->irrelevant irrelevent->irrelevant irrelvant->irrelevant irreplacable->irreplaceable irreproducable->irreproducible irresepective->irrespective irresistable->irresistible irresistably->irresistibly irreversable->irreversible is'nt->isn't isconnection->isconnected iserting->inserting isimilar->similar isloation->isolation ismas->isthmus isn;t->isn't isnpiron->inspiron isnt'->isn't isnt->isn't isnt;->isn't isntallation->installation isntallations->installations isntance->instance isntances->instances isotrophically->isotropically isplay->display Israelies->Israelis isssue->issue isssued->issued isssues->issues issueing->issuing ist->is, it, its, istalling->installing istance->instance istead->instead istener->listeners ists->its, lists, isue->issue iteger->integer iten->item itens->items iterater->iterator iteratered->iterated iteratons->iterations iterface->interface iterfaces->interfaces iterm->term, intern, iterpreter->interpreter iterrupt->interrupt iteself->itself ith->with itialise->initialise itialised->initialised itialises->initialises itialising->initialising itialize->initialize itialized->initialized itializes->initializes itializing->initializing itnerest->interest itnerface->interface itnerfaces->interfaces itnernal->internal itnervals->intervals itnroduced->introduced itsef->itself itselfs->itself itselt->itself itsems->items itslef->itself itteration->iteration itterations->iterations iunior->junior ivocation->invocation iwithout->without iwll->will iwth->with jagid->jagged jagwar->jaguar jalusey->jealousy, jalousie, januar->january janurary->january Januray->January japaneese->Japanese Japanes->Japanese japanses->Japanese jaques->jacques javacript->javascript javascipt->javascript javascritp->javascript javasript->javascript javasrript->javascript jave->java, have, jeapardy->jeopardy jeffies->jiffies jelous->jealous jelousy->jealousy jelusey->jealousy jepordize->jeopardize jewl->Jew, jewel, jewllery->jewellery jodpers->jodhpurs Johanine->Johannine joineable->joinable joinning->joining jornal->journal jorunal->journal Jospeh->Joseph jossle->jostle jouney->journey journied->journeyed journies->journeys joystik->joystick jpng->png, jpg, jpeg, jscipt->jscript jstu->just jsut->just Juadaism->Judaism Juadism->Judaism judical->judicial judisuary->judiciary juducial->judicial juge->judge jumo->jump jumoed->jumped jumpt->jumped, jump, juristiction->jurisdiction juristictions->jurisdictions justfied->justified justication->justification justifed->justified justs->just kake->cake, take, kazakstan->kazakhstan keep-alives->keep-alive keept->kept kenel->kernel, kennel, kenrel->kernel kepping->keeping kepps->keeps kerenl->kernel kernal->kernel kernals->kernels keword->keyword kewword->keyword kewwords->keywords keybaord->keyboard keyboad->keyboard keyboads->keyboards keybord->keyboard keybords->keyboards keyords->keywords keyoutch->keytouch keyowrd->keyword keyserver->key server keyservers->key servers keystokes->keystrokes keyward->keyword keywoards->keywords keywork->keyword keyworkd->keyword keyworkds->keywords keywors->keywords keywprd->keyword kindergarden->kindergarten klenex->kleenex klick->click klicked->clicked klicks->clicks knifes->knives knive->knife knowlage->knowledge knowlageable->knowledgeable knowlegde->knowledge knowlege->knowledge knowlegeabel->knowledgeable knowlegeable->knowledgeable knwo->know knwon->known knwos->knows kocalized->localized konw->know konwn->known konws->knows koordinate->coordinate koordinates->coordinates kown->known kwno->know kwoledgebase->knowledge base kyrillic->cyrillic labatory->lavatory, laboratory, labed->labeled labeld->labelled lable->label labled->labeled, labelled, lablels->labels lables->labels labling->labeling, labelling, labouriously->laboriously labratory->laboratory laguage->language laguages->languages laguague->language laguagues->languages laiter->later lanaguage->language lanauge->language langage->language langauage->language langauge->language langauges->languages langeuage->language langeuagesection->languagesection languace->language languaces->languages languae->language languaes->languages language-spacific->language-specific languahe->language languahes->languages languaje->language languajes->languages langual->lingual languale->language languales->languages langualge->language langualges->languages languange->language languanges->languages languaqe->language languaqes->languages languate->language languates->languages languauge->language languauges->languages languege->language langueges->languages langugae->language langugaes->languages langugage->language langugages->languages languge->language languges->languages langugue->language langugues->languages lanuage->language lanugage->language laod->load laoded->loaded laoding->loading laods->loads Laotion->Laotian laout->layout larg->large larget->larger, largest, target, largets->largest, targets, largst->largest larrry->larry laso->also, lasso, lastes->latest lastest->latest lastr->last lates->later, latest, lating->latin latitide->latitude latitute->latitude latops->laptops lattitude->latitude lauch->launch lauched->launched laucher->launcher lauches->launches lauching->launching launchs->launch, launches, launck->launch launhed->launched lavae->larvae layed->laid lazer->laser lazyness->laziness lcoation->location lcuase->clause leaast->least leace->leave leack->leak leaded->led, lead, leaded, leage->league leanr->lean, learn, leaner, leapyear->leap year leapyears->leap years leary->leery leas->least, lease, leaset->least leat->lead, leak, least, leaf, leathal->lethal leats->least leaveing->leaving lefted->left legac->legacy legact->legacy legalimate->legitimate legel->legal legitamate->legitimate legitimiately->legitimately legitmate->legitimate legnth->length legth->length leibnitz->leibniz leightweight->lightweight lenggth->length lengh->length lenghs->lengths lenght->length lenghten->lengthen lenghtend->lengthened lenghtened->lengthened lenghtening->lengthening lenghth->length lenghthen->lengthen lenghths->lengths lenghthy->lengthy lenghtly->lengthy lenghts->lengths lenghty->lengthy lengtext->longtext lengthes->lengths lengthh->length leniant->lenient leninent->lenient lentgh->length lentghs->lengths lenth->length lenths->lengths leran->learn leraned->learned lerans->learns lesstiff->lesstif letgitimate->legitimate letmost->leftmost leutenant->lieutenant levae->leave, levee, levetate->levitate levetated->levitated levetates->levitates levetating->levitating levl->level levle->level lexial->lexical leyer->layer liasion->liaison liason->liaison liasons->liaisons libarary->library libaries->libraries libary->library libell->libel liberoffice->libreoffice liberry->library libgng->libpng libguistic->linguistic libguistics->linguistics libitarianisn->libertarianism lible->libel, liable, libraies->libraries librairies->libraries libraris->libraries libray->library libreoffie->libreoffice libreoficekit->libreofficekit libries->libraries libstc++->libstdc++ licenceing->licencing licese->license lieing->lying liek->like liekd->liked lient->client, clients, liesure->leisure lieuenant->lieutenant lieved->lived lifceycle->lifecycle lifecyle->lifecycle lifes->lives liftime->lifetime ligh->light, lie, lye, lightening->lightening, lightning, lighting, lightsensor->light sensor, lightweigh->lightweight lightwight->lightweight lightyear->light year lightyears->light years ligth->light lik->like, lick, link, likeley->likely likelyhood->likelihood likewis->likewise lileral->literal liminted->limited limitaion->limitation limite->limit limitiaion->limitation limitiaions->limitations limitiation->limitation limitiations->limitations limitied->limited limitier->limiter limitiers->limiters limitiing->limiting limitimg->limiting limition->limitation limitions->limitations limitis->limits limititation->limitation limititations->limitations limitited->limited limititer->limiter limititers->limiters limititing->limiting limitted->limited limk->link limted->limited lincese->license lincesed->licensed linceses->licenses linearily->linearly, linearity, linerisation->linearisation linerisations->linearisations linewdith->linewidth linez->lines lingth->length linheight->lineheight linkfy->linkify linnaena->linnaean lintain->lintian linz->lines lippizaner->lipizzaner liquify->liquefy liscense->license, licence, lisence->license, licence, lisense->license, licence, lising->listing listbbox->listbox listeing->listening listenes->listens listensers->listeners listenter->listener listenters->listeners listernes->listeners listner->listener listners->listeners liszt->list, liszt, litature->literature liteautrue->literature literaly->literally literture->literature litle->little lits->list litte->little littel->little littel-endian->little-endian littele->little litteral->literal litterally->literally litterals->literals litterate->literate litterature->literature liuke->like livel->level livetime->lifetime livley->lively lke->like lmits->limits loaader->loader loacal->local loacality->locality loacally->locally loacation->location loaction->location loactions->locations loadig->loading loadin->loading loadning->loading loafing->loading, loafing, locahost->localhost localation->location localed->located localtion->location localzation->localization loccked->locked locgical->logical lockingf->locking lod->load loding->loading loev->love logarithmical->logarithmically logcal->logical loged->logged, lodged, longed, loger->logger, lodger, longer, loggging->logging loggin->login, logging, logictech->logitech logile->logfile loging->logging, lodging, logitude->longitude logoic->logic logrithm->logarithm logwritter->logwriter lokal->local lokale->locale lokaly->locally lolal->total lond->long lonelyness->loneliness long-runnign->long-running longe->longer longers->longer longitudonal->longitudinal longitute->longitude longst->longest longuer->longer lonley->lonely lonly->lonely, only, lookes->looks looknig->looking looop->loop loopup->lookup loos->loose, lose, loosing->losing loosly->loosely loosy->lossy losely->loosely losen->loosen losened->loosened lotation->rotation lotharingen->lothringen lousily->lousily, loosely, lowd->load lpatform->platform lsat->last lsit->list lsits->lists lukid->likud luminose->luminous luminousity->luminosity lveo->love lvoe->love Lybia->Libya maake->make mabe->maybe mabye->maybe machanism->mechanism machanisms->mechanisms mached->matched maches->matches machinary->machinery machine-dependend->machine-dependent maching->machine, marching, matching, mackeral->mackerel maco->macro macor->macro macors->macros macpakge->package macroses->macros macrow->macro macthing->matching madantory->mandatory madatory->mandatory maddness->madness magasine->magazine magincian->magician magisine->magazine magizine->magazine magnatiude->magnitude magnatude->magnitude magnificient->magnificent magolia->magnolia mahcine->machine maibe->maybe mailling->mailing maillinglist->mailing list maillinglists->mailing lists mailny->mainly maininly->mainly maintainance->maintenance maintainence->maintenance maintaing->maintaining maintan->maintain maintanance->maintenance maintance->maintenance maintane->maintain maintanence->maintenance maintaner->maintainer maintaners->maintainers maintans->maintains maintenace->maintenance maintenence->maintenance maintiain->maintain maintians->maintains maintinaing->maintaining maintioned->mentioned mairabd->MariaDB mairadb->MariaDB maitain->maintain maitainance->maintenance maitained->maintained maitainers->maintainers majoroty->majority maka->make maked->marked, made, makefle->makefile makeing->making makign->making makro->macro makros->macros makrs->makes, makers, macros, maks->mask, masks, makes, make, makse->makes, masks, makss->masks, makes, Malcom->Malcolm malicous->malicious malicously->maliciously malplace->misplace malplaced->misplaced maltesian->Maltese mamagement->management mamal->mammal mamalian->mammalian mamory->memory managable->manageable, manageably, managament->management manageed->managed managemenet->management managenment->management managmenet->management managment->management manal->manual manange->manage manangement->management mananger->manager manangers->managers manaul->manual manaully->manually manauls->manuals mandatatory->mandatory mandetory->mandatory manement->management maneouvre->manoeuvre maneouvred->manoeuvred maneouvres->manoeuvres maneouvring->manoeuvring mangager->manager mangement->management mangementt->management manger->manager manifacture->manufacture manifacturer->manufacturer manifacturers->manufacturers manipluate->manipulate manipulatin->manipulating manipulaton->manipulation manisfestations->manifestations mannor->manner mannual->manual mannually->manually mannualy->manually manoeuverability->maneuverability manouver->maneuver, manoeuvre, manouverability->maneuverability, manoeuvrability, manouverable->maneuverable, manoeuvrable, manouvers->maneuvers, manoeuvres, mantain->maintain mantained->maintained mantainer->maintainer mantaining->maintaining mantains->maintains mantanine->maintain mantanined->maintained mantatory->mandatory mantenance->maintenance manualy->manually manualyl->manually manualyy->manually manuell->manual manuever->maneuver, manoeuvre, manuevers->maneuvers, manoeuvres, manufacturedd->manufactured manufature->manufacture manufatured->manufactured manufaturing->manufacturing manulally->manually manully->manually manupilations->manipulations manupulation->manipulation manupulations->manipulations manuver->maneuver manyal->manual manyally->manually manyals->manuals mapable->mappable mape->map maped->mapped maping->mapping mapings->mappings mapp->map mappeds->mapped mappping->mapping mapppings->mappings marge->merge marger->merger, marker, margers->mergers, markers, marging->margin, merging, margings->margins mariabd->MariaDB mariage->marriage marjority->majority markes->marks, marked, marketting->marketing marmelade->marmalade marrage->marriage marraige->marriage marrtyred->martyred marryied->married marter->martyr masakist->masochist mashetty->machete mashine->machine mashines->machines masia->messiah masicer->massacre masiff->massif maskerading->masquerading maskeraid->masquerade masos->macos masquarade->masquerade masqurade->masquerade Massachussets->Massachusetts Massachussetts->Massachusetts massagebox->messagebox massectomy->mastectomy massewer->masseur massmedia->mass media masster->master masterbation->masturbation mata-data->meta-data matadata->metadata matainer->maintainer matainers->maintainers mataphysical->metaphysical matc->match matchies->matches matchign->matching matchin->matching matchs->matches matcing->matching mateial->material, metal, mateials->materials, metals, mateiral->material mateirals->materials matemathical->mathematical mater->matter, master, mother, mater, materaial->material materaials->materials materail->material materails->materials materalists->materialist materil->material materils->materials materla->material materlas->materials mathamatics->mathematics mathces->matches mathcing->matching mathed->matched mathematicaly->mathematically mathematican->mathematician mathematicas->mathematics mathes->matches matheticians->mathematicians mathimatic->mathematic mathimatical->mathematical mathimatics->mathematics mathing->matching mathmatically->mathematically mathmatician->mathematician mathmaticians->mathematicians mathod->method matix->matrix matser->master matzch->match maximim->maximum maximimum->maximum maximun->maximum maxinum->maximum maxium->maximum maxiumum->maximum maxosx->macosx maxumum->maximum mayu->may mazilla->Mozilla mccarthyst->mccarthyist mchanics->mechanics mdoel->model meachanism->mechanism meachanisms->mechanisms meachinism->mechanism meachinisms->mechanisms meachnism->mechanism meachnisms->mechanisms meading->meaning meaing->meaning meanigfull->meaningful meanign->meaning meanin->meaning meaninful->meaningful meaningfull->meaningful meanining->meaning meaninless->meaningless meaninng->meaning mear->wear, mere, mare, mearly->merely, nearly, measuremenet->measurement measuremenets->measurements measurmenet->measurement measurmenets->measurements measurment->measurement measurments->measurements meatadata->metadata meatfile->metafile meathod->method meauring->measuring meausure->measure meausures->measures meber->member mebmer->member mecahinsm->mechanism mecahinsms->mechanisms mecahnic->mechanic mecahnics->mechanics mecahnism->mechanism mecanism->mechanism mecanisms->mechanisms mechamism->mechanism mechamisms->mechanisms mechananism->mechanism mechancial->mechanical mechandise->merchandise mechansim->mechanism mechine->machine mechines->machines mechinism->mechanism mechnanism->mechanism mechnism->mechanism mechnisms->mechanisms medacine->medicine medai->media medeival->medieval medevial->medieval medhod->method medhods->methods medias->media, mediums, mediciney->mediciny medievel->medieval mediterainnean->mediterranean Mediteranean->Mediterranean meeds->needs meens->means meerkrat->meerkat meganism->mechanism mege->merge mehods->methods mehtod->method mehtods->methods melieux->milieux membranaphone->membranophone memcahe->memcache memcahed->memcached memeasurement->measurement memeber->member memebered->remembered memebers->members memebership->membership memeberships->memberships memebr->member memebrof->memberof memebrs->members memember->member, remember, memembers->members mememory->memory mememto->memento memeory->memory memer->member memership->membership memerships->memberships memery->memory memmory->memory memor->memory memorise->memorise, memorize, mempry->memory memroy->memory menally->mentally menas->means menetion->mention ment->meant menthods->methods mentiond->mentioned mentione->mentioned mentionned->mentioned mentionning->mentioning mentionnned->mentioned menual->manual menue->menu menues->menus menutitems->menuitems meny->menu, many, meranda->veranda, Miranda, mercahnt->merchant mercentile->mercantile merchantibility->merchantability merget->merge merly->merely mermory->memory merory->memory merrors->mirrors mesage->message mesages->messages mesaureed->measured meshe->mesh, meshed, meshes, messag->message messagin->messaging messagoe->message messags->messages messanger->messenger messangers->messengers messave->message messenging->messaging messge->message messges->messages messsage->message messsages->messages mesure->measure mesured->measured mesurement->measurement mesuring->measuring mesurment->measurement meta-attrubute->meta-attribute meta-attrubutes->meta-attributes metacharater->metacharacter metacharaters->metacharacters metalic->metallic metalurgic->metallurgic metalurgical->metallurgical metalurgy->metallurgy metamorphysis->metamorphosis metapackge->metapackage metapackges->metapackages metaphoricial->metaphorical metatdata->metadata metdata->metadata meterial->material meterials->materials meterologist->meteorologist meterology->meteorology methaphor->metaphor methaphors->metaphors methd->method methds->methods methid->method methids->methods methjod->method methode->method methoden->methods methodss->methods methos->methods, method, methot->method methots->methods metion->mention metioned->mentioned metod->method metods->methods meybe->maybe miagic->magic miagical->magical mial->mail mices->mice Michagan->Michigan micorcode->microcode Micorsoft->Microsoft micoscopy->microscopy Micosoft->Microsoft Microfost->Microsoft microprocesspr->microprocessor Microsft->Microsoft microship->microchip Microsof->Microsoft Microsofot->Microsoft Micrsft->Microsoft Micrsoft->Microsoft midified->modified midwifes->midwives migth->might mikrosecond->microsecond mikroseconds->microseconds milage->mileage mileau->milieu milennia->millennia milennium->millennium mileu->milieu miliary->military miligram->milligram milimeters->millimeters milimiters->millimeters milion->million miliraty->military milisecond->millisecond miliseconds->milliseconds milivolts->millivolts millenia->millennia millenial->millennial millenialism->millennialism millenium->millennium millepede->millipede millioniare->millionaire millisencond->millisecond millisenconds->milliseconds milliseonds->milliseconds millitary->military millon->million millsencond->millisecond millsenconds->milliseconds miltary->military miltisite->multisite mimach->mismatch mimachd->mismatched mimached->mismatched mimaches->mismatches mimaching->mismatching mimatch->mismatch mimatchd->mismatched mimatched->mismatched mimatches->mismatches mimatching->mismatching mimicing->mimicking mimick->mimic mimicks->mimics mimimal->minimal mimimise->minimise, minimize, mimimize->minimize, minimise, mimimum->minimum mimimun->minimum miminal->minimal miminally->minimally miminaly->minimally minature->miniature minerial->mineral MingGW->MinGW minimial->minimal minimise->minimise, minimize, minimumm->minimum minimumn->minimum minimun->minimum mininal->minimal mininum->minimum miniscule->minuscule miniscully->minusculy ministery->ministry miniture->miniature minium->minimum miniums->minimums minmal->minimal minsitry->ministry minstries->ministries minstry->ministry mintor->mentor, monitor, mintored->mentored, monitored, mintoring->mentoring, monitoring, mintors->mentors, monitors, minum->minimum minumum->minimum minuts->minutes miplementation->implementation mirconesia->micronesia mircosoft->Microsoft mirgate->migrate mirgated->migrated mirgates->migrates mirro->mirror mirroed->mirrored mirrorn->mirror mirrorred->mirrored mis-alignement->misalignment mis-alignment->misalignment mis-intepret->mis-interpret mis-intepreted->mis-interpreted mis-match->mismatch misalignement->misalignment misbehaive->misbehave misceancellous->miscellaneous miscelaneous->miscellaneous miscellanious->miscellaneous miscellanous->miscellaneous miscelleneous->miscellaneous mischeivous->mischievous mischevious->mischievous mischievious->mischievous misconfiged->misconfigured Miscrosoft->Microsoft misdameanor->misdemeanor misdameanors->misdemeanors misdemenor->misdemeanor misdemenors->misdemeanors misfourtunes->misfortunes misile->missile mising->missing misintepret->misinterpret misintepreted->misinterpreted misinterprett->misinterpret misinterpretted->misinterpreted mismach->mismatch mismached->mismatched mismaches->mismatches mismaching->mismatching mismatchd->mismatched mismatich->mismatch Misouri->Missouri mispell->misspell mispelled->misspelled mispelling->misspelling mispelt->misspelt mispronounciation->mispronunciation missconfiguration->misconfiguration missconfigure->misconfigure missconfigured->misconfigured missconfigures->misconfigures missconfiguring->misconfiguring misscounted->miscounted missen->mizzen missin->mission, missing, missings->missing Missisipi->Mississippi Missisippi->Mississippi missle->missile missleading->misleading missmatch->mismatch missmatchd->mismatched missmatched->mismatched missmatches->mismatches missmatching->mismatching missonary->missionary misspel->misspell misssing->missing misstake->mistake misstaken->mistaken misstakes->mistakes misstype->mistype misstypes->mistypes missunderstood->misunderstood missuse->misuse misterious->mysterious mistery->mystery misteryous->mysterious mistmatches->mismatches mitre->miter mittigate->mitigate mixure->mixture mjor->major mkae->make mkaes->makes mkaing->making mke->make mkea->make mmaped->mapped mmatching->matching mmbers->members mmnemonic->mnemonic mocule->module mocules->modules modell->model moderm->modem modernination->modernization moderninations->modernizations moderninationz->modernizations modernizationz->modernizations modesettting->modesetting modeul->module modeuls->modules modfel->model modfied->modified modfies->modifies modfiy->modify modfy->modify modfying->modifying modications->modifications modifable->modifiable modifaction->modification modifactions->modifications modifation->modification modifations->modifications modifcation->modification modifcations->modifications modifciation->modification modifciations->modifications modifcication->modification modifcications->modifications modifdied->modified modifdy->modify modifed->modified modifer->modifier modifers->modifiers modifes->modifies modiffer->modifier modiffers->modifiers modifiation->modification modifiations->modifications modificatioon->modification modifid->modified modifing->modifying modifiy->modify modifiyng->modifying modifled->modified modifler->modifier modiflers->modifiers modift->modify modifty->modify modifu->modify modifuable->modifiable modifued->modified modifx->modify modifyable->modifiable modiration->moderation modle->model modlue->module modtified->modified modue->module moduel->module moduels->modules modukles->modules modul->module modules's->modules' modulie->module modulu->modulo modulues->modules modyfy->modify moent->moment moeny->money mofdified->modified mofification->modification mofified->modified mofifies->modifies mofify->modify mohammedans->muslims moil->soil, mohel, moint->mount moleclues->molecules momement->moment momemtn->moment momentarely->momentarily momento->memento momery->memory mone->mono, money, monestaries->monasteries monestary->monastery, monetary, monestic->monastic monickers->monikers moniter->monitor monkies->monkeys monochorome->monochrome monochromo->monochrome monocrome->monochrome monolite->monolithic monontonicity->monotonicity monopace->monospace Monserrat->Montserrat monstrum->monster montains->mountains montanous->mountainous montly->monthly Montnana->Montana monts->months montypic->monotypic moodify->modify moounting->mounting mopdule->module mopre->more mor->more mordern->modern moreso->more, more so, morever->moreover morgage->mortgage morisette->morissette mormalise->normalise mormalised->normalised mormalises->normalises mormalize->normalize mormalized->normalized mormalizes->normalizes morrisette->morissette morroccan->moroccan morrocco->morocco morroco->morocco mortage->mortgage mose->more, mouse, moslty->mostly mostlky->mostly mosture->moisture mosty->mostly mot->not motiviated->motivated motiviation->motivation motoroloa->motorola moudle->module moue->mouse mounth->month, mouth, mountian->mountain mountpiont->mountpoint mountpionts->mountpoints mouspointer->mousepointer moutn->mount moutned->mounted moutning->mounting moutnpoint->mountpoint moutnpoints->mountpoints moutns->mounts movebackwrd->movebackward moveble->movable movei->movie, disabled due to assembly code movemement->movement movemements->movements movememnt->movement movememnts->movements movememt->movement movememts->movements movemet->movement movemets->movements movemment->movement movemments->movements movemnet->movement movemnets->movements movemnt->movement movemnts->movements movment->movement mozila->Mozilla mozzilla->mozilla mroe->more MSDOS->MS-DOS mssing->missing mthod->method mtuually->mutually mucuous->mucous muder->murder mudering->murdering muext->mutex muhammadan->muslim mulithread->multithread mulitpart->multipart mulitpath->multipath mulitple->multiple mulitplicative->multiplicative mulitplied->multiplied multi-langual->multi-lingual multi-presistion->multi-precision multi-threded->multi-threaded multible->multiple multicat->multicast multicultralism->multiculturalism multidimensinal->multidimensional multidimensionnal->multidimensional multidimentionnal->multidimensional multifuction->multifunction multilangual->multilingual multile->multiple multilpe->multiple multipe->multiple multipes->multiples multipiler->multiplier multipl->multiple, multiply, multipled->multiplied multiplers->multipliers multipliciaton->multiplication multiplicites->multiplicities multiplicty->multiplicity multiplikation->multiplication multipresistion->multiprecision multipul->multiple multipy->multiply multipyling->multiplying multithreded->multithreaded multitute->multitude multixsite->multisite multliple->multiple multple->multiple multplied->multiplied multplies->multiplies multply->multiply multplying->multiplying multy-thread->multithread mumber->number mumbers->numbers munbers->numbers muncipalities->municipalities muncipality->municipality municiple->municipal munnicipality->municipality munute->minute muscels->mussels, muscles, muscial->musical muscician->musician muscicians->musicians musn't->mustn't mustator->mutator muste->must mut->must, mutt, moot, mutablity->mutability mutbale->mutable mutch->much mutches->matches muti->multi muticast->multicast mutices->mutexes mutiliated->mutilated mutimarked->multimarked mutipath->multipath mutipl->multiple, multiply, mutiple->multiple mutiply->multiply mutli->multi mutli-threaded->multi-threaded mutliple->multiple mutlipler->multiplier mutliplicites->multiplicities mutliply->multiply mutully->mutually muyst->must myabe->maybe mybe->maybe mye->may, my, myraid->myriad mysef->myself myslef->myself mysogynist->misogynist mysogyny->misogyny mysterous->mysterious Mythraic->Mithraic nadly->badly nagivation->navigation naieve->naive namemespace->namespace namepace->namespace namepsace->namespace namepsaces->namespaces namesd->named, names, namesspaces->namespaces namme->name nams->names nanosencond->nanosecond nanosenconds->nanoseconds Naploeon->Napoleon Napolean->Napoleon Napoleonian->Napoleonic nastly->nasty nastyness->nastiness natrual->natural naturaly->naturally naturely->naturally naturual->natural naturually->naturally natvigation->navigation nautral->natural, neutral, navagate->navigate navagating->navigating navagation->navigation navagitation->navigation Nazereth->Nazareth nclude->include nd->and, 2nd, nead->need neaded->needed, kneaded, neagtive->negative nealy->nearly, newly, neares->nearest nearset->nearest neast->nearest, beast, necassery->necessary necassry->necessary necause->because neccecarily->necessarily neccecary->necessary neccesarily->necessarily neccesary->necessary neccessarily->necessarily neccessarry->necessary neccessary->necessary neccessities->necessities neccsessary->necessary necesarily->necessarily necesarrily->necessarily necesarry->necessary necesary->necessary necessaery->necessary necessar->necessary necessarilly->necessarily necessariy->necessary, necessarily, necessarry->necessary necessaryly->necessarily necessay->necessary necesserily->necessarily necessery->necessary necessesary->necessary necessiate->necessitate nechanism->mechanism ned->need nedd->need nedded->needed neded->needed nedia->media nedium->medium nediums->mediums neede->needed, need, needeed->needed neeed->need neeeded->needed neeeding->needing neeedn't->needn't neeeds->needs nees->needs neesd->needs neesds->needs neet->need, neat, negaive->negative negarive->negative negatiotiable->negotiable negatiotiate->negotiate negatiotiated->negotiated negatiotiates->negotiates negatiotiating->negotiating negatiotiation->negotiation negatiotiations->negotiations negatiotiator->negotiator negatiotiators->negotiators negativ->negative negatve->negative negible->negligible negitive->negative neglible->negligible negligable->negligible negligble->negligible negoable->negotiable negoate->negotiate negoated->negotiated negoates->negotiates negoatiable->negotiable negoatiate->negotiate negoatiated->negotiated negoatiates->negotiates negoatiating->negotiating negoatiation->negotiation negoatiations->negotiations negoatiator->negotiator negoatiators->negotiators negoating->negotiating negoation->negotiation negoations->negotiations negoator->negotiator negoators->negotiators negociable->negotiable negociate->negotiate negociated->negotiated negociates->negotiates negociating->negotiating negociation->negotiation negociations->negotiations negociator->negotiator negociators->negotiators negogtiable->negotiable negogtiate->negotiate negogtiated->negotiated negogtiates->negotiates negogtiating->negotiating negogtiation->negotiation negogtiations->negotiations negogtiator->negotiator negogtiators->negotiators negoitable->negotiable negoitate->negotiate negoitated->negotiated negoitates->negotiates negoitating->negotiating negoitation->negotiation negoitations->negotiations negoitator->negotiator negoitators->negotiators negoptionsotiable->negotiable negoptionsotiate->negotiate negoptionsotiated->negotiated negoptionsotiates->negotiates negoptionsotiating->negotiating negoptionsotiation->negotiation negoptionsotiations->negotiations negoptionsotiator->negotiator negoptionsotiators->negotiators negosiable->negotiable negosiate->negotiate negosiated->negotiated negosiates->negotiates negosiating->negotiating negosiation->negotiation negosiations->negotiations negosiator->negotiator negosiators->negotiators negotable->negotiable negotaiable->negotiable negotaiate->negotiate negotaiated->negotiated negotaiates->negotiates negotaiating->negotiating negotaiation->negotiation negotaiations->negotiations negotaiator->negotiator negotaiators->negotiators negotaible->negotiable negotaite->negotiate negotaited->negotiated negotaites->negotiates negotaiting->negotiating negotaition->negotiation negotaitions->negotiations negotaitor->negotiator negotaitors->negotiators negotate->negotiate negotated->negotiated negotates->negotiates negotatiable->negotiable negotatiate->negotiate negotatiated->negotiated negotatiates->negotiates negotatiating->negotiating negotatiation->negotiation negotatiations->negotiations negotatiator->negotiator negotatiators->negotiators negotatible->negotiable negotatie->negotiate negotatied->negotiated negotaties->negotiates negotating->negotiating negotation->negotiation negotations->negotiations negotatior->negotiator negotatiors->negotiators negotator->negotiator negotators->negotiators negothiable->negotiable negothiate->negotiate negothiated->negotiated negothiates->negotiates negothiating->negotiating negothiation->negotiation negothiations->negotiations negothiator->negotiator negothiators->negotiators negotible->negotiable negoticable->negotiable negoticate->negotiate negoticated->negotiated negoticates->negotiates negoticating->negotiating negotication->negotiation negotications->negotiations negoticator->negotiator negoticators->negotiators negotinate->negotiate negotioable->negotiable negotioate->negotiate negotioated->negotiated negotioates->negotiates negotioating->negotiating negotioation->negotiation negotioations->negotiations negotioator->negotiator negotioators->negotiators negotioble->negotiable negotion->negotiation negotionable->negotiable negotionate->negotiate negotionated->negotiated negotionates->negotiates negotionating->negotiating negotionation->negotiation negotionations->negotiations negotionator->negotiator negotionators->negotiators negotions->negotiations negotiotable->negotiable negotiotate->negotiate negotiotated->negotiated negotiotates->negotiates negotiotating->negotiating negotiotation->negotiation negotiotations->negotiations negotiotator->negotiator negotiotators->negotiators negotiote->negotiate negotioted->negotiated negotiotes->negotiates negotioting->negotiating negotiotion->negotiation negotiotions->negotiations negotiotor->negotiator negotiotors->negotiators negotitable->negotiable negotitae->negotiate negotitaed->negotiated negotitaes->negotiates negotitaing->negotiating negotitaion->negotiation negotitaions->negotiations negotitaor->negotiator negotitaors->negotiators negotitate->negotiate negotitated->negotiated negotitates->negotiates negotitating->negotiating negotitation->negotiation negotitations->negotiations negotitator->negotiator negotitators->negotiators negotite->negotiate negotited->negotiated negotites->negotiates negotiting->negotiating negotition->negotiation negotitions->negotiations negotitor->negotiator negotitors->negotiators negoziable->negotiable negoziate->negotiate negoziated->negotiated negoziates->negotiates negoziating->negotiating negoziation->negotiation negoziations->negotiations negoziator->negotiator negoziators->negotiators negtive->negative neice->niece, nice, neigbor->neighbor neigborhood->neighborhood neigboring->neighboring neigbors->neighbors neigbour->neighbour, neighbor, neigbourhood->neighbourhood neigbouring->neighbouring, neighboring, neigbours->neighbours, neighbors, neighboor->neighbor, neighbour, neighboors->neighbors, neighbours, neighbout->neighbor neightbour->neighbour neightbours->neighbours neighter->neither nenviroment->environment neolitic->neolithic nescessarily->necessarily nescessary->necessary nesesarily->necessarily nessary->necessary nessasarily->necessarily nessasary->necessary nessecarilt->necessarily nessecarily->necessarily nessecarry->necessary nessecary->necessary nesseccary->necessary nessesarily->necessarily nessesary->necessary nessessarily->necessarily nessessary->necessary nestin->nesting nestwork->network netacpe->netscape netcape->netscape nethods->methods netiher->neither netowrk->network netowrks->networks netscpe->netscape netwplit->netsplit netwrok->network netwroked->networked netwroks->networks nevere->never nevers->never neverthless->nevertheless newletters->newsletters nework->network neworks->networks newslines->newlines newtork->network Newyorker->New Yorker nickle->nickel nighbor->neighbor nighborhood->neighborhood nighboring->neighboring nightfa;;->nightfall nightime->nighttime nimutes->minutes nineth->ninth ninjs->ninja ninteenth->nineteenth ninties->1990s ninty->ninety nither->neither nknown->unknown nkow->know nkwo->know nmae->name nned->need nnumber->number no-overide->no-override nodel->model nodels->models nodess->nodes nodulated->modulated noe->not, no, node, know, now, nofified->notified nofity->notify nohypen->nohyphen noice->noise, nice, notice, nomimal->nominal non-alphanumunder->non-alphanumeric non-asii->non-ascii non-assiged->non-assigned non-bloking->non-blocking non-compleeted->non-completed non-complient->non-compliant non-corelated->non-correlated non-existant->non-existent non-exluded->non-excluded non-indentended->non-indented non-inmediate->non-immediate non-inreractive->non-interactive non-instnat->non-instant non-meausure->non-measure non-negatiotiable->non-negotiable non-negatiotiated->non-negotiated non-negoable->non-negotiable non-negoated->non-negotiated non-negoatiable->non-negotiable non-negoatiated->non-negotiated non-negociable->non-negotiable non-negociated->non-negotiated non-negogtiable->non-negotiable non-negogtiated->non-negotiated non-negoitable->non-negotiable non-negoitated->non-negotiated non-negoptionsotiable->non-negotiable non-negoptionsotiated->non-negotiated non-negosiable->non-negotiable non-negosiated->non-negotiated non-negotable->non-negotiable non-negotaiable->non-negotiable non-negotaiated->non-negotiated non-negotaible->non-negotiable non-negotaited->non-negotiated non-negotated->non-negotiated non-negotatiable->non-negotiable non-negotatiated->non-negotiated non-negotatible->non-negotiable non-negotatied->non-negotiated non-negothiable->non-negotiable non-negothiated->non-negotiated non-negotible->non-negotiable non-negoticable->non-negotiable non-negoticated->non-negotiated non-negotioable->non-negotiable non-negotioated->non-negotiated non-negotioble->non-negotiable non-negotionable->non-negotiable non-negotionated->non-negotiated non-negotiotable->non-negotiable non-negotiotated->non-negotiated non-negotiote->non-negotiated non-negotitable->non-negotiable non-negotitaed->non-negotiated non-negotitated->non-negotiated non-negotited->non-negotiated non-negoziable->non-negotiable non-negoziated->non-negotiated non-priviliged->non-privileged non-referenced-counted->non-reference-counted non-reproducable->non-reproducible non-trasparent->non-transparent non-virutal->non-virtual nonbloking->non-blocking noncombatents->noncombatants nonexistance->nonexistence nonexistant->nonexistent nonnegarive->nonnegative nonsence->nonsense nonsens->nonsense nonte->note nontheless->nonetheless noo->no noone->no one noral->normal, moral, noralize->normalize noralized->normalized noraml->normal nore->nor, more, norhern->northern normailzation->normalization normaized->normalized normale->normal normales->normals normall->normal, normally, normaly->normally normalyl->normally normalyly->normally normalysed->normalised normalyy->normally normalyzed->normalized normlly->normally normnal->normal northen->northern northereastern->northeastern nortmally->normally notabley->notably notaion->notation notasion->notation notatin->notation noteable->notable noteably->notably noteriety->notoriety notfication->notification notfications->notifications noth->north nothern->northern nothign->nothing nothigng->nothing nothihg->nothing nothin->nothing nothind->nothing noticable->noticeable noticably->noticeably notication->notification notications->notifications noticeing->noticing noticiable->noticeable noticible->noticeable notidy->notify, not tidy, notifaction->notification notifactions->notifications notifcation->notification notifcations->notifications notifed->notified notifer->notifier notifes->notifies notificaction->notification notificiation->notification notifiy->notify notifiying->notifying notifycation->notification notity->notify notmalize->normalize notmalized->normalized notmutch->notmuch notning->nothing notse->notes, note, nott->not notwhithstanding->notwithstanding noveau->nouveau Novermber->November nowadys->nowadays nowdays->nowadays nowe->now ntification->notification nto->not, disabled due to \n nuber->number nubering->numbering nubmer->number nubmers->numbers nucular->nuclear nuculear->nuclear nuisanse->nuisance nuissance->nuisance nulk->null Nullabour->Nullarbor nulll->null numberal->numeral numberals->numerals numberic->numeric numberous->numerous numbert->number numbres->numbers numeber->number numebering->numbering numebers->numbers numebr->number numebrs->numbers numer->number numeraotr->numerator numerbering->numbering numerial->numeral numering->numbering numers->numbers nummbers->numbers numner->number numners->numbers numver->number numvers->numbers nunber->number nunbers->numbers Nuremburg->Nuremberg nusance->nuisance nutritent->nutrient nutritents->nutrients nuturing->nurturing o'caml->OCaml obay->obey obect->object obediance->obedience obediant->obedient obejct->object obeserve->observe obession->obsession obessions->obsessions obgect->object obgects->objects obious->obvious obiously->obviously objec->object objecs->objects objectss->objects objejct->object objekt->object objet->object objetc->object objetcs->objects objets->objects objext->object objtain->obtain objtained->obtained objump->objdump obnject->object obscur->obscure obselete->obsolete observered->observed obsevrer->observer obsevrers->observers obsolesence->obsolescence obsolite->obsolete obsolited->obsoleted obsolte->obsolete obsolted->obsoleted obssessed->obsessed obstacal->obstacle obstancles->obstacles obstruced->obstructed obsure->obscure obtaiend->obtained obtaion->obtain obtrain->obtain obtrained->obtained obvisious->obvious obvisous->obvious obvisously->obviously obyect->object obyekt->object ocasion->occasion ocasional->occasional ocasionally->occasionally ocasionaly->occasionally ocasioned->occasioned ocasions->occasions ocassion->occasion ocassional->occasional ocassionally->occasionally ocassionaly->occasionally ocassioned->occasioned ocassions->occasions occaison->occasion occasionaly->occasionally occassion->occasion occassional->occasional occassionally->occasionally occassionaly->occasionally occassioned->occasioned occassions->occasions occational->occasional occationally->occasionally occcur->occur occour->occur occoured->occurred occouring->occurring occourring->occurring occours->occurs occsionally->occasionally occuped->occupied occupided->occupied occuracy->accuracy occurance->occurrence occurances->occurrences occurately->accurately occurd->occurred, occur, occurded->occurred occure->occur, occurred, occured->occurred occurence->occurrence occurences->occurrences occures->occurs occuring->occurring occurr->occur occurrance->occurrence occurrances->occurrences occurrs->occurs oclock->o'clock ocntext->context ocorrence->occurrence ocorrences->occurrences octect->octet octohedra->octahedra octohedral->octahedral octohedron->octahedron ocuntries->countries ocuntry->country ocupied->occupied ocupies->occupies ocupy->occupy ocupying->occupying ocur->occur ocurr->occur ocurrance->occurrence ocurred->occurred ocurrence->occurrence ocurrences->occurrences od->of oder->order, odor, odly->oddly oen->one oerflow->overflow ofcource->of course offcers->officers offcially->officially offerd->offered offereings->offerings offest->offset offests->offsets offet->offset, offer, offets->offsets, offers, offic->office offical->official offically->officially officals->officials officaly->officially officeal->official officeally->officially officeals->officials officealy->officially officialy->officially offred->offered offseted->offsetted offseting->offsetting offsetp->offset offsett->offset offstets->offsets offten->often oficial->official oficially->officially ofo->of ofrom->from ofsetted->offsetted oftenly->often ofthe->of the oging->going, ogling, oherwise->otherwise ohter->other ohters->others ohterwise->otherwise oints->points, pints, ois->is ojbect->object oje->one oject->object ojection->objection ojective->objective ojects->objects ojekts->objects oldes->oldest olny->only oly->only omision->omission omited->omitted omiting->omitting omitt->omit omlette->omelette ommision->omission ommit->omit ommited->omitted ommiting->omitting ommits->omits ommitted->omitted ommitting->omitting omniverous->omnivorous omniverously->omnivorously omplementaion->implementation omplementation->implementation omre->more onces->once, ones, ond->one onece->once oneliners->one-liners oneyway->oneway ongly->only onl->only onlie->online, only, onliene->online onoly->only onot->note, not, ons->owns onself->oneself ontain->contain onthe->on the ontrolled->controlled ony->only onyl->only oommits->commits opacy->opacity opague->opaque opbjects->objects opeartion->operation opeation->operation opeations->operations opeing->opening opeinging->opening opeings->openings opem->open opemed->opened opemess->openness opeming->opening opems->opens openbrower->openbrowser openeing->opening openend->opened openened->opened openening->opening openess->openness openin->opening openned->opened openning->opening operaand->operand operaands->operands operaion->operation operaror->operator operatation->operation operatations->operations operater->operator operatio->operation operatior->operator operatng->operating operaton->operation operatons->operations operattion->operation operattions->operations opereation->operation opertaion->operation opertaions->operations opertion->operation opertional->operational opertions->operations opetional->optional ophan->orphan opion->option opionally->optionally opions->options opiton->option opitons->options opne->open opnegroup->opengroup oponent->opponent oportunity->opportunity opose->oppose oposed->opposed oposite->opposite oposition->opposition oppenly->openly opperation->operation opperational->operational opperations->operations oppertunist->opportunist oppertunities->opportunities oppertunity->opportunity oppinion->opinion oppinions->opinions opponant->opponent oppononent->opponent opportunisticly->opportunistically opportunistly->opportunistically opportunties->opportunities oppositition->opposition oppossed->opposed opprotunity->opportunity opproximate->approximate opps->oops oppsofite->opposite oppurtunity->opportunity opration->operation opreating->operating opreation->operation opreations->operations opression->oppression opressive->oppressive optain->obtain optaionl->optional opten->often, open, optening->opening optet->opted opthalmic->ophthalmic opthalmologist->ophthalmologist opthalmology->ophthalmology opthamologist->ophthalmologist optiional->optional optimasation->optimization optimation->optimization, optimisation, optimazation->optimization optimiality->optimality optimier->optimizer, optimiser, optimitation->optimization optimizaing->optimizing optimizier->optimizer optimyze->optimize optimze->optimize optimzie->optimize optin->option optinal->optional optinally->optionally optio->option optioanl->optional optioin->option optioinal->optional optioins->options optionall->optional, optionally, optionalliy->optionally optionallly->optionally optionaly->optionally optionel->optional optionn->option optionnal->optional optionnaly->optionally optionss->options optios->options optismied->optimised optizmied->optimized optmisation->optimisation optmisations->optimisations optmization->optimization optmizations->optimizations optmize->optimize optmized->optimized optomism->optimism orded->ordered orderd->ordered ordner->order orgamise->organise organim->organism organisaion->organisation organisaions->organisations organistion->organisation organistions->organisations organizaion->organization organizaions->organizations organiztion->organization organiztions->organizations organsiation->organisation organsiations->organisations organziation->organization organziations->organizations orgin->origin, organ, orginal->original orginally->originally orginals->originals orginate->originate orginated->originated orginates->originates orginating->originating orginial->original orginially->originally orginials->originals orginiate->originate orginiated->originated orginiates->originates orgininal->original orgininals->originals orginisation->organisation orginisations->organisations orginised->organised orginization->organization orginizations->organizations orginize->organise, organize, orginized->organized orgins->origins, organs, orginx->originx orginy->originy orhpan->orphan oridinal->ordinal, original, oridinarily->ordinarily orienation->orientation orientaion->orientation orientatied->orientated oriente->oriented orientiation->orientation orientied->oriented orientned->oriented origanaly->originally origianal->original origianally->originally origianaly->originally originall->original, originally, originaly->originally originial->original originially->originally originiated->originated originiating->originating origininal->original origininate->originate origininated->originated origininates->originates origininating->originating origining->originating originnally->originally origion->origin origional->original origionally->originally orign->origin orignal->original orignally->originally orignial->original orignially->originally origninal->original oringal->original oringally->originally orpan->orphan orpanage->orphanage orpaned->orphaned orpans->orphans orriginal->original orthagnal->orthogonal orthagonal->orthogonal orthagonalize->orthogonalize orthoganal->orthogonal orthoganalize->orthogonalize orthognal->orthogonal osbscure->obscure osciallator->oscillator oscilate->oscillate oscilated->oscillated oscilating->oscillating osffset->offset osffsets->offsets osffsetting->offsetting osicllations->oscillations ot->to, of, or, otains->obtains otehr->other otehrwice->otherwise otehrwise->otherwise otehrwize->otherwise oter->other, otter, oterwice->otherwise oterwise->otherwise oterwize->otherwise othe->other othere->other otherewise->otherwise otherise->otherwise otheriwse->otherwise otherwhise->otherwise otherwice->otherwise otherwis->otherwise otherwize->otherwise otherwse->otherwise otherwsie->otherwise othewice->otherwise othewise->otherwise othewize->otherwise otho->otoh othwerwise->otherwise othwhise->otherwise otification->notification otiginal->original otion->option otional->optional, notional, otions->options otpion->option otpions->options otput->output oublisher->publisher ouevre->oeuvre oultinenodes->outlinenodes oultiner->outliner oultline->outline oultlines->outlines ountline->outline ouptut->output ouptuted->outputted ouptuting->outputting ouptuts->outputs ouput->output ouputarea->outputarea ouputs->outputs ouputted->outputted ouputting->outputting ourselfs->ourselves ourselve->ourselves ourselvs->ourselves ouside->outside oustanding->outstanding outbut->output outbuts->outputs outgoign->outgoing outisde->outside outoign->outgoing outout->output outpupt->output outputed->outputted outputing->outputting outputof->output-of outselves->ourselves outter->outer outupt->output outupts->outputs outuput->output outut->output oututs->outputs outweight->outweigh outweights->outweighs oveerun->overrun oveflow->overflow oveflowed->overflowed oveflowing->overflowing oveflows->overflows over-engeneer->over-engineer over-engeneering->over-engineering overaall->overall overengeneer->overengineer overengeneering->overengineering overfl->overflow overfow->overflow overhread->overhead overiddden->overridden overidden->overridden overide->override overiden->overridden overides->overrides overiding->overriding overlaped->overlapped overlaping->overlapping overlayed->overlaid overlflow->overflow overlodaded->overloaded overloded->overloaded overlodes->overloads overreidden->overridden overreide->override overreides->overrides overriabled->overridable overriddable->overridable overriddden->overridden overridded->overrode, overridden, overridding->overriding overrideable->overridable overrided->overrode, overridden, overriden->overridden overrident->overridden overridiing->overriding overrie->override, ovary, overries->overrides, ovaries, overrite->overwrite, override, overrate, overrriddden->overridden overrridden->overridden overrride->override overrriden->overridden overrrides->overrides overrriding->overriding overshaddowed->overshadowed oversubscibe->oversubscribe oversubscibed->oversubscribed overthere->over there overun->overrun overvise->otherwise overvize->otherwise overwelm->overwhelm overwelming->overwhelming overwheliming->overwhelming overwiew->overview overwirte->overwrite overwirting->overwriting overwirtten->overwritten overwise->otherwise overwite->overwrite overwites->overwrites overwitten->overwritten overwize->otherwise overwridden->overridden, overwritten, overwriteable->overwritable overwriten->overwritten overwritren->overwritten overwrittes->overwrites overwrittin->overwriting overwritting->overwriting ovrlapped->overlapped ovrridable->overridable ovrridables->overridables ovrwrt->overwrite ovservable->observable ovservation->observation ovserve->observe ovveride->override ovverridden->overridden ovverride->override ovverrides->overrides ovverriding->overriding ower->lower owerflow->overflow owership->ownership owerwrite->overwrite owful->awful ownder->owner ownerhsip->ownership ownes->owns, ones, ownner->owner ownward->onward ownwer->owner ownwership->ownership owrk->work owudl->would oxigen->oxygen oximoron->oxymoron oxzillary->auxiliary p0enis->penis pacakge->package pacakges->packages pacakging->packaging paceholder->placeholder pach->patch pachage->package paches->patches pacht->patch pachtches->patches pachtes->patches pacjage->package pacjages->packages packacge->package packaeg->package packaege->package packaeges->packages packaegs->packages packaing->packaging packe->packed, packet, packege->package packge->package packged->packaged packgement->packaging packges'->packages' packges->packages packhage->package packhages->packages packtes->packets pading->padding paermission->permission paermissions->permissions paeth->path pagagraph->paragraph pahses->phases paide->paid painiting->painting paintile->painttile paintin->painting paitience->patience paiting->painting pakage->package pakageimpl->packageimpl pakages->packages pakcage->package paket->packet pakge->package pakvage->package palatte->palette palce->place, palace, palces->places, pales, paleolitic->paleolithic palete->palette paliamentarian->parliamentarian Palistian->Palestinian Palistinian->Palestinian Palistinians->Palestinians pallete->palette pallette->palette palletted->paletted paltette->palette paltform->platform pamflet->pamphlet pamplet->pamphlet paniced->panicked panicing->panicking pannel->panel pannels->panels panting->panting, painting, pantomine->pantomime paoition->position Papanicalou->Papanicolaou paradime->paradigm paradym->paradigm paraeters->parameters parafanalia->paraphernalia paragaph->paragraph paragaraph->paragraph paragarapha->paragraph paragarph->paragraph paragarphs->paragraphs paragph->paragraph paragpraph->paragraph paragraphy->paragraph paragrphs->paragraphs parahaps->perhaps paralel->parallel paralelising->parallelising paralelism->parallelism paralelizing->parallelizing paralell->parallel paralelle->parallel paralellism->parallelism paralellization->parallelization paralelly->parallelly paralely->parallelly parallell->parallel parallely->parallelly parallization->parallelization parallize->parallelize parallized->parallelized parallizes->parallelizes parallizing->parallelizing paramameters->parameters paramater->parameter paramaters->parameters paramemeter->parameter paramemeters->parameters paramemter->parameter paramemters->parameters paramenet->parameter paramenets->parameters paramenters->parameters paramer->parameter paramerters->parameters parameteras->parameters parametere->parameter, parameters, parameterical->parametrical parameterizes->parametrizes parameterts->parameters parametes->parameters parametic->parametric, paramedic, parametised->parametrised parametr->parameter parametter->parameter parametters->parameters paramss->params paramter->parameter paramteres->parameters paramterization->parametrization, parameterization, paramterize->parameterize paramterless->parameterless paramters->parameters paramtrical->parametrical parana->piranha paraniac->paranoiac paranoya->paranoia paranthes->parentheses, parenthesis, parantheses->parentheses paranthesis->parenthesis paraphanalia->paraphernalia paraphenalia->paraphernalia pararagraph->paragraph pararaph->paragraph parareter->parameter parargaph->paragraph parargaphs->paragraphs pararmeters->parameters parastic->parasitic parastics->parasitics paratmers->parameters paravirutalisation->paravirtualisation paravirutalise->paravirtualise paravirutalised->paravirtualised paravirutalization->paravirtualization paravirutalize->paravirtualize paravirutalized->paravirtualized parctical->practical parctically->practically pard->part parellelogram->parallelogram parellels->parallels parem->param paremeter->parameter paremeters->parameters paremter->parameter paremters->parameters parentesis->parentheses, parenthesis, parenthese->parentheses parenthesed->parenthesized parenthises->parentheses parenthsis->parenthesis paret->parent, parrot, parial->partial parially->partially parisitic->parasitic paritial->partial parition->partition paritioning->partitioning paritition->partition parititions->partitions parituclar->particular parliment->parliament parmaeter->parameter parmaeters->parameters parmeter->parameter parmeters->parameters parnoia->paranoia parrakeets->parakeets parralel->parallel parrallel->parallel parrallell->parallel parrallelly->parallelly parrallely->parallelly parrent->parent parseing->parsing parsering->parsing parsin->parsing parstree->parse tree partaining->pertaining partialy->partially partical->partial, particle, particalar->particular particalarly->particularly particale->particle particales->particles partically->partially particals->particles particaluar->particular particaluarly->particularly particalur->particular particalurly->particularly particant->participant particaular->particular particaularly->particularly particaulr->particular particaulrly->particularly particually->particularly particualr->particular particuar->particular particuarly->particularly particulaly->particularly particularily->particularly particulary->particularly partifular->particular partion->partition, portion, partioned->partitioned partioning->partitioning partision->partition partitial->partial partiticular->particular partitioing->partitioning partitiones->partitions partiton->partition partitoning->partitioning pary->party, parry, pase->pass, pace, parse, pased->passed pasengers->passengers paser->parser pash->hash pasing->passing, posing, pasitioning->positioning pasive->passive pass-thru->pass-through, pass through, passthrough, pass-trough->pass-through, pass through, passthrough, passerbys->passersby passin->passing passiv->passive passowrd->password passthrought->passthrough passtime->pastime passtrough->passthrough passwrod->password pasteing->pasting pasttime->pastime pastural->pastoral pasword->password patckets->packets patern->pattern paterns->patterns pathalogical->pathological pathane->pathname pathced->patched pathes->paths pathign->pathing pathnme->pathname patial->spatial paticular->particular paticularly->particularly patrent->parent, patent, patron, pattented->patented pattersn->patterns pavillion->pavilion payed->paid paínt->paint pblisher->publisher pbulisher->publisher peacd->peace peacefuland->peaceful and peacify->pacify peageant->pageant pecentage->percentage pecified->specified, pacified, pecularities->peculiarities pecularity->peculiarity peculure->peculiar pedestrain->pedestrian peding->pending pedning->pending peference->preference peferences->preferences peform->perform peformance->performance peformed->performed pege->page peice->piece peicemeal->piecemeal peices->pieces peicewise->piecewise Peloponnes->Peloponnesus penalities->penalties penality->penalty penatly->penalty pendantic->pedantic pendning->pending penerator->penetrator penisula->peninsula penisular->peninsular pennal->panel pennals->panels penninsula->peninsula penninsular->peninsular pennisula->peninsula Pennyslvania->Pennsylvania pensinula->peninsula pensle->pencil peom->poem peoms->poems peopel->people peopl->people peotry->poetry pepare->prepare peported->reported, purported, peprocessor->preprocessor per-interpeter->per-interpreter perade->parade peraphs->perhaps percentil->percentile percepted->perceived percieve->perceive percieved->perceived percision->precision perenially->perennially peresent->present, presents, presence, percent, perfecly->perfectly perference->preference perferences->preferences perferred->preferred perfix->prefix perfmormance->performance perfom->perform perfomance->performance perfomed->performed perfomers->performers perfoming->performing perfomr->perform perfomred->performed perfoms->performs perfoom->perfume, perform, performace->performance performamce->performance performane->performance performence->performance performes->performed, performs, performnace->performance perfrom->perform perfromance->performance perfromed->performed perfroming->performing perfroms->performs perhabs->perhaps perhas->perhaps perhasp->perhaps perheaps->perhaps perhpas->perhaps peridic->periodic periode->period periodicaly->periodically periodioc->periodic peripathetic->peripatetic peripherial->peripheral peripherials->peripherals perisist->persist peristent->persistent perjery->perjury perjorative->pejorative permament->permanent permanant->permanent permanantly->permanently permanentely->permanently permanenty->permanently permantly->permanently permenant->permanent permenantly->permanently permessioned->permissioned permision->permission permisions->permissions permissable->permissible permissiosn->permissions permissons->permissions permisssion->permission permisssions->permissions permited->permitted permition->permission permitions->permissions permormance->performance permuation->permutation permuations->permutations permutaion->permutation permutaions->permutations permuter->permutor peroendicular->perpendicular perogative->prerogative peroid->period peroidic->periodic peroids->periods peronal->personal peroperly->properly perosnality->personality perperties->properties perpertrated->perpetrated perperty->property perphas->perhaps perpindicular->perpendicular perrror->perror persepctive->perspective persepective->perspective persepectives->perspectives perserverance->perseverance perseverence->perseverance persistance->persistence persistant->persistent persistantly->persistently persisten->persistent persistented->persisted persited->persisted personalitie->personality personalitys->personalities personaly->personally personel->personnel, personal, personell->personnel personnal->personal personnell->personnel perspecitve->perspective persuded->persuaded persue->pursue persued->pursued persuing->pursuing persuit->pursuit persuits->pursuits persumably->presumably pertubation->perturbation pertubations->perturbations pervious->previous perviously->previously pessiary->pessary petetion->petition pevent->prevent pevents->prevents pezier->bezier Pharoah->Pharaoh phasepsace->phasespace phasis->phases phenomenom->phenomenon phenomenonal->phenomenal phenomenonly->phenomenally phenomonenon->phenomenon phenomonon->phenomenon phenonmena->phenomena pheriparials->peripherals Philipines->Philippines philisopher->philosopher philisophical->philosophical philisophy->philosophy Phillipine->Philippine phillipines->philippines Phillippines->Philippines phillosophically->philosophically philospher->philosopher philosphies->philosophies philosphy->philosophy phisosophy->philosophy Phonecian->Phoenecian phongraph->phonograph phote->photo photografic->photographic photografical->photographical photografy->photography photograpic->photographic photograpical->photographical phsyically->physically phyiscal->physical phyiscally->physically phyiscs->physics phylosophical->philosophical physcial->physical physial->physical physicaly->physically physisist->physicist phython->python phyton->python phy_interace->phy_interface piblisher->publisher pich->pitch pilgrimmage->pilgrimage pilgrimmages->pilgrimages pinapple->pineapple pinnaple->pineapple pinoneered->pioneered piont->point pionter->pointer pionts->points piority->priority pitmap->pixmap, bitmap, pitty->pity pixelx->pixels, pixel, pixes->pixels placehoder->placeholder placeholde->placeholder placeholdes->placeholders placeholer->placeholder placeholers->placeholders placematt->placemat, placement, placemenet->placement placholder->placeholder placmenet->placement plaform->platform plaforms->platforms plaftorm->platform plaftorms->platforms plagarism->plagiarism planation->plantation planed->planned plantext->plaintext plantiff->plaintiff plase->please plateu->plateau platfom->platform platform-spacific->platform-specific platformt->platforms platfrom->platform platfroms->platforms plathome->platform platofms->platforms plattform->platform plattforms->platforms plausability->plausibility plausable->plausible playble->playable playge->plague playgerise->plagiarise playgerize->plagiarize playright->playwright playwrite->playwright playwrites->playwrights pleacing->placing pleae->please pleaee->please pleaes->please pleasent->pleasant plebicite->plebiscite plecing->placing plent->plenty plesae->please plesant->pleasant plian->plain pllatforms->platforms ploting->plotting plugable->pluggable pluign->plugin pluigns->plugins pluse->pulse plyotropy->pleiotropy pobular->popular pobularity->popularity pocess->process, possess, pocessed->processed, possessed, pocession->procession, possession, podule->module poenis->penis poential->potential poentially->potentially poentials->potentials poeoples->peoples poeple->people poety->poetry pogress->progress poiner->pointer poing->point poinits->points poinnter->pointer poins->points pointes->points pointseta->poinsettia pointss->points pointzer->pointer poinyent->poignant poisin->poison poistion->position poit->point poiter->pointer poiters->pointers poitn->point poitner->pointer poitning->pointing poits->points poiunter->pointer poject->project pojecting->projecting pojnt->point poket->pocket polariy->polarity polical->political policie->policies, policy, police, poligon->polygon poligons->polygons polinator->pollinator polinators->pollinators politican->politician politicans->politicians politicing->politicking pollenate->pollinate polltry->poultry pologon->polygon pologons->polygons poltical->political poltry->poultry polute->pollute poluted->polluted polutes->pollutes poluting->polluting polution->pollution polyar->polar polygond->polygons polygone->polygon polylon->polygon, pylon, polymorpic->polymorphic polyphonyic->polyphonic polypoygon->polypolygon polypoylgons->polypolygons polysaccaride->polysaccharide polysaccharid->polysaccharide pomegranite->pomegranate pomotion->promotion pompay->Pompeii poninter->pointer pont->point pontential->potential ponter->pointer ponting->pointing ponts->points pontuation->punctuation pooint->point poointed->pointed poointer->pointer pooints->points poost->post poped->popped poperee->potpourri poperly->properly, property, poperty->property, properly, poping->popping popoen->popen poportional->proportional popoulation->population popoup->popup poppup->popup popularaty->popularity populare->popular populer->popular popullate->populate popullated->populated porblem->problem porblems->problems porcess->process porcessed->processed porcesses->processes porcessing->processing porcessor->processor porcessors->processors porgram->program porgrammeer->programmer porgrammeers->programmers porgramming->programming porgrams->programs poriferal->peripheral porject->project porjection->projection porjects->projects porotocol->protocol porotocols->protocols porperty->property porsalin->porcelain porshan->portion porshon->portion portait->portrait portaits->portraits portayed->portrayed portguese->Portuguese portioon->portion portrail->portrayal, portrait, portraing->portraying portugese->Portuguese portuguease->portuguese portugues->Portuguese poseesions->possessions posess->possess posessed->possessed posesses->possesses posessing->possessing posession->possession posessions->possessions posibilities->possibilities posibility->possibility posibilties->possibilities posible->possible posiitive->positive posion->poison posioned->positioned, poisoned, posioning->poisoning posisition->position posisitioned->positioned posistion->position positionn->position positionned->positioned positionning->positioning positionof->position, position of, positiv->positive positivies->positives positoin->position positoined->positioned positoins->positions positon->position positoned->positioned positons->positions positve->positive positves->positives POSIX-complient->POSIX-compliant pospone->postpone posponed->postponed posption->position possabilites->possibilities possabilities->possibilities possabilties->possibilities possabily->possibly possable->possible possably->possibly possbily->possibly possble->possible possbly->possibly posseses->possesses possesing->possessing possesion->possession possesive->possessive possessess->possesses possiable->possible possibbe->possible possibe->possible possibile->possible possibilites->possibilities possibilitities->possibilities possibillity->possibility possibilties->possibilities possibilty->possibility possibily->possibly possiblec->possible possiblility->possibility possiblilty->possibility possiblities->possibilities possiblity->possibility possiblly->possibly possilbe->possible possily->possibly possition->position possitive->positive possitives->positives possobily->possibly possoble->possible possobly->possibly posssible->possible post-morten->post-mortem post-proces->post-process post-procesing->post-processing postcondtion->postcondition postcondtions->postconditions Postdam->Potsdam postgress->postgresql postgressql->PostgreSQL posthomous->posthumous postiive->positive postincremend->postincrement postion->position postions->positions postition->position postive->positive postives->positives postmage->postimage postphoned->postponed postpocessing->postprocessing postprocesing->postprocessing postscritp->postscript postulat->postulate postuminus->posthumous postumus->posthumous potatoe->potato potatos->potatoes potencial->potential potencially->potentially potencials->potentials potenial->potential potenially->potentially potentail->potential potentailly->potentially potentails->potentials potental->potential potentally->potentially potentatially->potentially potententially->potentially potentiallly->potentially potentialy->potentially potentiel->potential potentiomenter->potentiometer potition->position potrait->portrait potrayed->portrayed poulations->populations pount->point pounts->points poverful->powerful poweful->powerful powerfull->powerful ppolygons->polygons ppublisher->publisher praameter->parameter praameters->parameters pracitcal->practical pracitcally->practically practial->practical practially->practically practicaly->practically practicioner->practitioner practicioners->practitioners practicly->practically practicval->practical practioner->practitioner practioners->practitioners pragam->pragma pragmato->pragma to prairy->prairie prameter->parameter prameters->parameters prarameter->parameter prarie->prairie praries->prairies pratical->practical pratically->practically pratice->practice prcess->process prcesses->processes prcessing->processing prctiles->percentiles pre-condifure->pre-configure pre-condifured->pre-configured pre-confifure->pre-configure pre-confifured->pre-configured pre-confure->pre-configure pre-confured->pre-configured pre-congifure->pre-configure pre-congifured->pre-configured pre-defiend->pre-defined pre-defiened->pre-defined pre-empt->preempt pre-pre-realease->pre-pre-release pre-proces->pre-process pre-procesing->pre-processing pre-realease->pre-release pre-registeres->pre-registers preallocationg->preallocating prealocate->preallocate prealocated->preallocated prealocates->preallocates prealocating->preallocating preambule->preamble preample->preamble preaorocessing->preprocessing preapared->prepared preapre->prepare preaprooved->preapproved prebious->previous precacheed->precached precceding->preceding precding->preceding preced->precede precedessor->predecessor preceds->precedes preceed->precede, proceed, preceeded->preceded preceeding->preceding preceeds->precedes preceision->precision precence->presence precendance->precedence precendances->precedences precende->precedence precendece->precedence precendeces->precedences precendence->precedence precendences->precedences precendencies->precedences precendent->precedent precendes->precedences precending->preceding precends->precedence precenence->preference, precedence, precenences->preferences precense->presence precent->percent, prescient, precentage->percentage precessor->predecessor, processor, precice->precise precicion->precision precidence->precedence preciding->preceding, presiding, precisily->precisely precisionn->precision precisision->precision precisly->precisely precison->precision precission->precision, percussion, precession, precize->precise precomuted->precomputed preconditoner->preconditioner preconditoners->preconditioners precondtion->precondition precondtioner->preconditioner precondtioners->preconditioners precondtionner->preconditioner precondtionners->preconditioners precondtions->preconditions preconfiged->preconfigured precsions->precisions precuation->precaution precumputed->precomputed precurser->precursor predecesor->predecessor predecesors->predecessors predefiend->predefined predefiened->predefined predefiined->predefined predefineds->predefined predessor->predecessor predicatble->predictable predicitons->predictions predictible->predictable predifined->predefined predomiantly->predominately preeceding->preceding prefectches->prefetches prefecth->prefetch prefectly->perfectly prefere->prefer, preferred, prefered->preferred preferend->preferred, preference, prefering->preferring prefernce->preference prefernces->preferences prefernec->preference preferr->prefer preferrable->preferable preferrably->preferably preferrence->preference preferrences->preferences prefetchs->prefetches prefferable->preferable prefferably->preferably preffered->preferred prefices->prefixes preform->perform preformance->performance preformed->performed preforms->performs pregancies->pregnancies prehaps->perhaps preiod->period preivew->preview preivous->previous preliferation->proliferation prelimitary->preliminary premeire->premiere premeired->premiered premillenial->premillennial preminence->preeminence premission->permission premit->permit premits->permits Premonasterians->Premonstratensians premption->preemption preocupation->preoccupation preoperty->property prepair->prepare prepaired->prepared prepartion->preparation prepartions->preparations prepatory->preparatory prependet->prepended prepented->prepended preperation->preparation preperations->preparations preppend->prepend preppended->prepended preppendet->prepended preppent->prepend, preprent, preppented->prepended prepresent->represent prepresented->represented prepresents->represents preproces->preprocess preprocesing->preprocessing preprocesor->preprocessor preprocesssing->preprocessing prequisites->prerequisites prerequesites->prerequisites prerequisit->prerequisite prerequisits->prerequisites prerequiste->prerequisite prerequsite->prerequisite prerequsites->prerequisites preriod->period preriodic->periodic prersistent->persistent pres->press presance->presence prescrition->prescription prescritions->prescriptions presedential->presidential presenece->presence presener->presenter presense->presence presentaion->presentation presentaions->presentations presernt->present preserv->preserve presetation->presentation preseverance->perseverance preseverence->perseverance preseving->preserving presidenital->presidential presidental->presidential presist->persist presistable->persistable presistance->persistence presistant->persistent presistantly->persistently presisted->persisted presistence->persistence presistency->persistency presistent->persistent presistently->persistently presisting->persisting presistion->precision presists->persists presitgious->prestigious prespective->perspective presreved->preserved presse->pressed, press, pressent->present pressentation->presentation pressented->presented prestigeous->prestigious prestigous->prestigious presuambly->presumably presumabely->presumably presumely->presumably presumibly->presumably pretection->protection pretendend->pretended pretty-printter->pretty-printer prevelance->prevalence prevelant->prevalent preven->prevent prevend->prevent prevente->prevented, prevent, preverse->perverse preverses->preserves preverve->preserve prevew->preview prevews->previews previious->previous previlege->privilege previos->previous previosly->previously previosuly->previously previou->previous previouly->previously previouse->previous previuous->previous previus->previous previvous->previous prevoius->previous prevous->previous prevously->previously prewview->preview prexisting->preexisting prexixed->prefixed prfer->prefer prferable->preferable prferables->preferables prference->preference prferred->preferred prgram->program priave->private pricipal->principal priciple->principle priciples->principles pricision->precision priestood->priesthood primarely->primarily primarly->primarily primative->primitive primatively->primitively primatives->primitives primay->primary primeter->perimeter primitiv->primitive primitve->primitive primitves->primitives primive->primitive primordal->primordial principaly->principality principial->principal principlaity->principality principly->principally princliple->principle prind->print pring->print, bring, ping, spring, pringing->printing, springing, prinicipal->principal printting->printing prioritiy->priority priorty->priority priotity->priority prirority->priority priting->printing privalege->privilege privaleges->privileges privcy->privacy privde->provide priveledges->privileges privelege->privilege priveleged->privileged priveleges->privileges privelige->privilege priveliged->privileged priveliges->privileges privelleges->privileges priviate->private privide->provide priview->preview privilage->privilege privilaged->privileged privilages->privileges priviledge->privilege priviledged->privileged priviledges->privileges privilige->privilege priviliged->privileged priviliges->privileges privious->previous priviously->previously privledge->privilege privleges->privileges privte->private prmitive->primitive prmitives->primitives prmopting->prompting proable->probable proably->probably probabaly->probably probabilaty->probability probabilty->probability probabily->probability, probably, probablistic->probabilistic probablly->probably probaby->probably probalby->probably probalibity->probability probaly->probably probelm->problem probelmatic->problematic probelms->problems probem->problem proberly->properly proberty->property, properly, problably->probably problamatic->problematic proble->probe problimatic->problematic problme->problem problmes->problems probly->probably procceed->proceed proccesors->processors proccess->process proccessed->processed proccesses->processes proccessing->processing procecure->procedure procecures->procedures procede->proceed, precede, proceded->proceeded, preceded, procedes->proceeds, precedes, procedger->procedure proceding->proceeding, preceding, procedings->proceedings proceedure->procedure proceedures->procedures proceeed->proceed proceeeded->proceeded proceeeding->proceeding proceeeds->proceeds proceeedures->procedures procees->process proceesed->processed proceesor->processor procelain->porcelain procelains->porcelains procentual->percentual proces->process procesed->processed proceses->processes proceshandler->processhandler procesing->processing process'->process's processeed->processed processer->processor processess->processes processessing->processing processig->processing processinf->processing processore->processor processpr->processor processs->process processsed->processed processses->processes processsing->processing processsors->processors procesure->procedure procesures->procedures procide->provide procided->provided procides->provides proclaimation->proclamation proclamed->proclaimed proclaming->proclaiming proclomation->proclamation procoess->process procoessed->processed procoessing->processing proctect->protect proctected->protected proctecting->protecting proctects->protects procude->produce procuded->produced prodceding->proceeding prodecure->procedure producable->producible producables->producibles produceds->produces, produced, producted->produced produkt->product produse->produce prodused->produced produses->produces proejct->project proejcted->projected proejcting->projecting proejction->projection proeprties->properties proeprty->property proerties->properties proerty->property, poetry, proessing->processing profesion->profusion, profession, profesor->professor professer->professor proffesed->professed proffesion->profession proffesional->professional proffesor->professor proffessor->professor profilic->prolific profissional->professional progam->program progams->programs progess->progress progessbar->progressbar progessed->progressed progesses->progresses progessive->progressive progessor->progressor progesss->progress progidy->prodigy programable->programmable programatic->programmatic programatically->programmatically programattically->programmatically programemer->programmer programemers->programmers programers->programmers programing->programming programm->program programmaticaly->programmatically programmend->programmed programmetically->programmatically programmical->programmatical programms->programs progres->progress progresively->progressively progresss->progress progrewss->progress progrmae->program progrom->pogrom, program, progroms->pogroms, programs, progrss->progress prohabition->prohibition prohibt->prohibit prohibted->prohibited prohibting->prohibiting prohibts->prohibits proirity->priority projct's->project's projct->project projction->projection projctions->projections projctor->projector projctors->projectors projcts->projects projectio->projection prolbems->problems prolem->problem prolems->problems prologomena->prolegomena prominance->prominence prominant->prominent prominantly->prominently prominately->prominently, predominately, promiscous->promiscuous promiss->promise promisse->promise, promised, promissing->promising prommpt->prompt prommpts->prompts promotted->promoted promprted->prompted promps->prompts promt->prompt promts->prompts pronnounced->pronounced pronomial->pronominal prononciation->pronunciation pronouce->pronounce pronouced->pronounced pronounched->pronounced pronounciation->pronunciation pronunce->pronounce proocecure->procedure proocecures->procedures proocedure->procedure proocedures->procedures proocess->process proocessed->processed proocesses->processes proocessing->processing proocol->protocol proocols->protocols prooduce->produce prooduced->produced prooduces->produces prooduct->product prooerties->properties prooerty->property prool->pool prooof->proof prooper->proper prooperly->properly prooperties->properties prooperty->property proose->propose proosed->proposed prooses->proposes proove->prove prooved->proved prooven->proven prooves->proves prooving->proving proovread->proofread prooxies->proxies prooxy->proxy propably->probably propage->propagate propbably->probably propely->properly propeoperties->properties properies->properties properities->properties properries->properties properrt->property properry->property, properly, properrys->properties propert->property properteis->properties propertery->property propertie->property, properties, propertise->properties propertly->properly, property, propertys->properties propertyst->properties propery->property, properly, propeties->properties propetry->property propetrys->properties propety->property propetys->properties propgated->propagated prophacy->prophecy propietary->proprietary propigate->propagate propigation->propagation proplem->problem propmt->prompt propmted->prompted propmter->prompter propmts->prompts propoagate->propagate propoganda->propaganda propogate->propagate propogated->propagated propogates->propagates propogating->propagating propogation->propagation proporpotion->proportion proporpotional->proportional proportianal->proportional propostion->proposition propotion->proportion, promotion, propotional->proportional, promotional, propotions->proportions, promotions, propper->proper propperly->properly proprietory->proprietary proproable->probable proproably->probably proproties->properties propt->prompt propteries->properties propvider->provider prority->priority proseletyzing->proselytizing prosess->process prosessor->processor prosses->process, processes, possess, prosses, prosseses->processes, possesses, protable->portable protaganist->protagonist protaganists->protagonists protcol->protocol protcted->protected protecion->protection protential->potential protext->protect protocal->protocol protocals->protocols protocl->protocol protoco->protocol protocoll->protocol protoganist->protagonist prototyes->prototypes protoype->prototype protoypes->prototypes protoytpe->prototype protoytpes->prototypes protrayed->portrayed protruberance->protuberance protruberances->protuberances prouncements->pronouncements provacative->provocative provate->private, provide, provded->provided provder->provider provdided->provided provicde->provide provicded->provided provicdes->provides provice->provide, province, provicial->provincial provid->provide providewd->provided providfers->providers providse->provides, provide, provie->provide, prove, provies->provides, proves, provinicial->provincial provisiosn->provision provisonal->provisional provode->provide provoding->providing proximty->proximity prozess->process prpeparations->preparations prrottypes->prototypes prtinf->printf prufe->proof prviate->private psace->space psaces->spaces psaswd->passwd pseude->pseudo pseudononymous->pseudonymous pseudonyn->pseudonym pseudopoential->pseudopotential pseudopoentials->pseudopotentials pseuo-palette->pseudo-palette psitoin->position psitoined->positioned psitoins->positions psrameter->parameter pssed->passed pssibility->possibility psuedo->pseudo psuedo-fork->pseudo-fork psuedolayer->pseudolayer psuh->push psychadelic->psychedelic psycology->psychology psyhic->psychic ptd->pdf pthred->pthread pthreds->pthreads ptorions->portions ptrss->press pubilsher->publisher pubisher->publisher publc->public publcation->publication publcise->publicise publcize->publicize publiaher->publisher publically->publicly publicaly->publicly publicher->publisher publihser->publisher publisehr->publisher publiser->publisher publisger->publisher publishd->published publisheed->published publisherr->publisher publishher->publisher publishor->publisher publishre->publisher publissher->publisher publlisher->publisher publsh->publish publshed->published publsher->publisher publshing->publishing publsih->publish publsihed->published publsiher->publisher publsihing->publishing publuc->public publucation->publication publusher->publisher puchasing->purchasing Pucini->Puccini Puertorrican->Puerto Rican Puertorricans->Puerto Ricans pulisher->publisher pullrequenst->pull requests, pull request, pullrequest->pull request pullrequests->pull requests puls->pulse, plus, pumkin->pumpkin punctation->punctuation puplisher->publisher pupulated->populated purcahed->purchased purcahse->purchase puritannical->puritanical purportive->supportive, purportive, purposedly->purposely purpotedly->purportedly purpse->purpose pursuade->persuade pursuaded->persuaded pursuades->persuades pusehd->pushed pususading->persuading puting->putting pwoer->power pxoxy->proxy pyhon->python pyhsical->physical pyhthon->python pyhton->python pyramide->pyramid pyramides->pyramids pyrhon->python pyscic->psychic pythin->python pytnon->python pytohn->python pyton->python qeueue->queue qoute->quote qouted->quoted qoutes->quotes qouting->quoting qtuie->quite, quiet, quadranle->quadrangle qualfied->qualified qualfy->qualify qualifer->qualifier quanitified->quantified quantaty->quantity quantitiy->quantity quarantaine->quarantine quarentine->quarantine quartically->quadratically quatation->quotation quckstarter->quickstarter qudrangles->quadrangles que->queue Queenland->Queensland queing->queueing queiried->queried queisce->quiesce queriable->queryable quering->querying querries->queries queryies->queries queryinterace->queryinterface querys->queries quesiton->question quesitonable->questionable quesitons->questions questionaire->questionnaire questionnair->questionnaire questonable->questionable queu->queue queueud->queued queus->queues quew->queue quickier->quicker quicklyu->quickly quicly->quickly quiessent->quiescent quinessential->quintessential quitely->quite, quietly, quiting->quitting quitt->quit quitted->quit quizes->quizzes quotaion->quotation quoteed->quoted quottes->quotes quried->queried quroum->quorum qutie->quite, quiet, rabinnical->rabbinical racaus->raucous ractise->practise rade->read, raid, radiactive->radioactive radify->ratify radiobuttion->radiobutton raelly->really raisedd->raised raison->reason, raisin, ralation->relation randmom->random raplace->replace raplacing->replacing rapresent->represent rapresentation->representation rapresented->represented rapresenting->representing rapresents->represents rarelly->rarely rarified->rarefied rasberry->raspberry raspoberry->raspberry rathar->rather rathern->rather rceate->create rceating->creating rduce->reduce re-attachement->re-attachment re-defiend->re-defined re-engeneer->re-engineer re-engeneering->re-engineering re-evaulated->re-evaluated re-impliment->re-implement re-implimenting->re-implementing re-negatiotiable->re-negotiable re-negatiotiate->re-negotiate re-negatiotiated->re-negotiated re-negatiotiates->re-negotiates re-negatiotiating->re-negotiating re-negatiotiation->re-negotiation re-negatiotiations->re-negotiations re-negatiotiator->re-negotiator re-negatiotiators->re-negotiators re-negoable->re-negotiable re-negoate->re-negotiate re-negoated->re-negotiated re-negoates->re-negotiates re-negoatiable->re-negotiable re-negoatiate->re-negotiate re-negoatiated->re-negotiated re-negoatiates->re-negotiates re-negoatiating->re-negotiating re-negoatiation->re-negotiation re-negoatiations->re-negotiations re-negoatiator->re-negotiator re-negoatiators->re-negotiators re-negoating->re-negotiating re-negoation->re-negotiation re-negoations->re-negotiations re-negoator->re-negotiator re-negoators->re-negotiators re-negociable->re-negotiable re-negociate->re-negotiate re-negociated->re-negotiated re-negociates->re-negotiates re-negociating->re-negotiating re-negociation->re-negotiation re-negociations->re-negotiations re-negociator->re-negotiator re-negociators->re-negotiators re-negogtiable->re-negotiable re-negogtiate->re-negotiate re-negogtiated->re-negotiated re-negogtiates->re-negotiates re-negogtiating->re-negotiating re-negogtiation->re-negotiation re-negogtiations->re-negotiations re-negogtiator->re-negotiator re-negogtiators->re-negotiators re-negoitable->re-negotiable re-negoitate->re-negotiate re-negoitated->re-negotiated re-negoitates->re-negotiates re-negoitating->re-negotiating re-negoitation->re-negotiation re-negoitations->re-negotiations re-negoitator->re-negotiator re-negoitators->re-negotiators re-negoptionsotiable->re-negotiable re-negoptionsotiate->re-negotiate re-negoptionsotiated->re-negotiated re-negoptionsotiates->re-negotiates re-negoptionsotiating->re-negotiating re-negoptionsotiation->re-negotiation re-negoptionsotiations->re-negotiations re-negoptionsotiator->re-negotiator re-negoptionsotiators->re-negotiators re-negosiable->re-negotiable re-negosiate->re-negotiate re-negosiated->re-negotiated re-negosiates->re-negotiates re-negosiating->re-negotiating re-negosiation->re-negotiation re-negosiations->re-negotiations re-negosiator->re-negotiator re-negosiators->re-negotiators re-negotable->re-negotiable re-negotaiable->re-negotiable re-negotaiate->re-negotiate re-negotaiated->re-negotiated re-negotaiates->re-negotiates re-negotaiating->re-negotiating re-negotaiation->re-negotiation re-negotaiations->re-negotiations re-negotaiator->re-negotiator re-negotaiators->re-negotiators re-negotaible->re-negotiable re-negotaite->re-negotiate re-negotaited->re-negotiated re-negotaites->re-negotiates re-negotaiting->re-negotiating re-negotaition->re-negotiation re-negotaitions->re-negotiations re-negotaitor->re-negotiator re-negotaitors->re-negotiators re-negotate->re-negotiate re-negotated->re-negotiated re-negotates->re-negotiates re-negotatiable->re-negotiable re-negotatiate->re-negotiate re-negotatiated->re-negotiated re-negotatiates->re-negotiates re-negotatiating->re-negotiating re-negotatiation->re-negotiation re-negotatiations->re-negotiations re-negotatiator->re-negotiator re-negotatiators->re-negotiators re-negotatible->re-negotiable re-negotatie->re-negotiate re-negotatied->re-negotiated re-negotaties->re-negotiates re-negotating->re-negotiating re-negotation->re-negotiation re-negotations->re-negotiations re-negotatior->re-negotiator re-negotatiors->re-negotiators re-negotator->re-negotiator re-negotators->re-negotiators re-negothiable->re-negotiable re-negothiate->re-negotiate re-negothiated->re-negotiated re-negothiates->re-negotiates re-negothiating->re-negotiating re-negothiation->re-negotiation re-negothiations->re-negotiations re-negothiator->re-negotiator re-negothiators->re-negotiators re-negotible->re-negotiable re-negoticable->re-negotiable re-negoticate->re-negotiate re-negoticated->re-negotiated re-negoticates->re-negotiates re-negoticating->re-negotiating re-negotication->re-negotiation re-negotications->re-negotiations re-negoticator->re-negotiator re-negoticators->re-negotiators re-negotioable->re-negotiable re-negotioate->re-negotiate re-negotioated->re-negotiated re-negotioates->re-negotiates re-negotioating->re-negotiating re-negotioation->re-negotiation re-negotioations->re-negotiations re-negotioator->re-negotiator re-negotioators->re-negotiators re-negotioble->re-negotiable re-negotion->re-negotiation re-negotionable->re-negotiable re-negotionate->re-negotiate re-negotionated->re-negotiated re-negotionates->re-negotiates re-negotionating->re-negotiating re-negotionation->re-negotiation re-negotionations->re-negotiations re-negotionator->re-negotiator re-negotionators->re-negotiators re-negotions->re-negotiations re-negotiotable->re-negotiable re-negotiotate->re-negotiate re-negotiotated->re-negotiated re-negotiotates->re-negotiates re-negotiotating->re-negotiating re-negotiotation->re-negotiation re-negotiotations->re-negotiations re-negotiotator->re-negotiator re-negotiotators->re-negotiators re-negotiote->re-negotiate re-negotioted->re-negotiated re-negotiotes->re-negotiates re-negotioting->re-negotiating re-negotiotion->re-negotiation re-negotiotions->re-negotiations re-negotiotor->re-negotiator re-negotiotors->re-negotiators re-negotitable->re-negotiable re-negotitae->re-negotiate re-negotitaed->re-negotiated re-negotitaes->re-negotiates re-negotitaing->re-negotiating re-negotitaion->re-negotiation re-negotitaions->re-negotiations re-negotitaor->re-negotiator re-negotitaors->re-negotiators re-negotitate->re-negotiate re-negotitated->re-negotiated re-negotitates->re-negotiates re-negotitating->re-negotiating re-negotitation->re-negotiation re-negotitations->re-negotiations re-negotitator->re-negotiator re-negotitators->re-negotiators re-negotite->re-negotiate re-negotited->re-negotiated re-negotites->re-negotiates re-negotiting->re-negotiating re-negotition->re-negotiation re-negotitions->re-negotiations re-negotitor->re-negotiator re-negotitors->re-negotiators re-negoziable->re-negotiable re-negoziate->re-negotiate re-negoziated->re-negotiated re-negoziates->re-negotiates re-negoziating->re-negotiating re-negoziation->re-negotiation re-negoziations->re-negotiations re-negoziator->re-negotiator re-negoziators->re-negotiators re-realease->re-release reaaly->really reaarange->rearrange reaaranges->rearranges reaasigned->reassigned reacahable->reachable reacahble->reachable reaccurring->recurring reaceive->receive reacher->richer reachs->reaches reacing->reaching reacll->recall readabilty->readability readapted->re-adapted readble->readable readby->read, read by, readd->readd, re-add, read, readded->readded, read, readeable->readable readed->read, readd, readded, readiable->readable readibility->readability readible->readable readius->radius readl-only->read-only readmition->readmission readnig->reading readning->reading reaeched->reached reaise->realise, realize, raise, reaktivate->reactivate reaktivated->reactivated realease->release realeased->released realeases->releases realiable->reliable realitime->realtime realitvely->relatively realiy->really reall->real, really, realling->really reallize->realize reallllly->really realsitic->realistic realted->related realtion->relation, reaction, realtions->relations, reactions, realtive->relative, reactive, realy->really realyl->really ream->ream, stream, reamde->README reamins->remains reampping->remapping, revamping, reander->render reaon->reason reaons->reasons reappeares->reappears reapper->reappear reappered->reappeared reappering->reappearing reaquire->reacquire, require, rearrangmenet->rearrangement reasearch->research reasearcher->researcher reasearchers->researchers reasnable->reasonable reasoable->reasonable reasonabily->reasonably reasonble->reasonable reasonbly->reasonably reasonnable->reasonable reasonnably->reasonably reassocition->reassociation reasssign->reassign reatime->realtime reattachement->reattachment rebiulding->rebuilding rebllions->rebellions reboto->reboot rebounce->rebound rebuil->rebuild, rebuilt, rebuilded->rebuilt rebuillt->rebuilt rebuils->rebuilds rebuilts->rebuilds, rebuilt, rebuild, rebuit->rebuilt rebuld->rebuild rebulding->rebuilding rebulds->rebuilds rebulid->rebuild rebuliding->rebuilding rebulids->rebuilds rebulit->rebuilt recahed->reached recalcuated->recalculated recalcution->recalculation recalulate->recalculate recalulation->recalculation reccomend->recommend reccomendations->recommendations reccomended->recommended reccomending->recommending reccommend->recommend reccommendation->recommendation reccommendations->recommendations reccommended->recommended reccommending->recommending reccommends->recommends reccuring->recurring reccursively->recursively receeded->receded receeding->receding receieve->receive receieved->received receieves->receives receieving->receiving receipient->recipient receipients->recipients receiption->reception receivedfrom->received from receiveing->receiving receiviing->receiving recenet->recent recenlty->recently recenly->recently recepient->recipient recepients->recipients recepion->reception receve->receive receved->received receves->receives recevie->receive recevied->received recevies->receives receving->receiving rechable->reachable rechargable->rechargeable recheability->reachability reched->reached rechek->recheck recide->reside recided->resided recident->resident recidents->residents reciding->residing reciepents->recipients reciept->receipt recieve->receive recieved->received reciever->receiver recievers->receivers recieves->receives recieving->receiving recievs->receives recipiant->recipient recipiants->recipients recipie->recipe recipies->recipes recive->receive recived->received recivership->receivership recives->receives reciving->receiving reclaimation->reclamation recod->record recofig->reconfig recoginizing-->recognizing recogise->recognise recogize->recognize recogized->recognized recogizes->recognizes recogizing->recognizing recogniced->recognised recogninse->recognise recognizeable->recognizable recomend->recommend recomendations->recommendations recomended->recommended recomending->recommending recomends->recommends recommad->recommend recommaded->recommended recommand->recommend recommanded->recommended recommands->recommends recommd->recommend recommded->recommended recommdend->recommend recommdended->recommended recommdends->recommends recommds->recommends recommed->recommend recommedation->recommendation recommedations->recommendations recommeded->recommended recommeding->recommending recommeds->recommends recommened->recommended recommeneded->recommended recommented->recommended recommmend->recommend recommmended->recommended recommmends->recommends recommnd->recommend recommnded->recommended recommnds->recommends recommned->recommend recommneded->recommended recommneds->recommends recommpile->recompile recommpiled->recompiled recompence->recompense recomplie->recompile, recomply, recomput->recompute recomputaion->recomputation recompuute->recompute recompuuted->recomputed recompuutes->recomputes recompuuting->recomputing reconaissance->reconnaissance reconcilation->reconciliation recondifure->reconfigure reconfifure->reconfigure reconfiged->reconfigured reconfugire->reconfigure reconfugre->reconfigure reconfugure->reconfigure reconfure->reconfigure recongifure->reconfigure recongized->recognized recongnises->recognises recongnizes->recognizes reconized->recognized reconnaisance->reconnaissance reconnaissence->reconnaissance reconsidder->reconsider reconstrcut->reconstruct reconstrcuted->reconstructed reconstrcution->reconstruction recontructed->reconstructed recontructing->reconstructing recontruction->reconstruction recontructions->reconstructions recontructor->reconstructor recontructors->reconstructors recontructs->reconstructs recordproducer->record producer recored->recorded recoriding->recording recource->resource recources->resources recquired->required recrational->recreational recreateation->recreation recrod->record recrods->records recrusevly->recursively recrusion->recursion recrusive->recursive recrusivelly->recursively recrusively->recursively rectange->rectangle rectanges->rectangles rectanglar->rectangular rectiinear->rectilinear recude->reduce recuiting->recruiting reculrively->recursively recuring->recurring recurisvely->recursively recurively->recursively recurrance->recurrence recursivelly->recursively recursivion->recursion recursivley->recursively recursivly->recursively recusion->recursion, reclusion, recusive->recursive, reclusive, recusively->recursively, reclusively, recusrive->recursive recusrsive->recursive recustion->recursion recyclying->recycling recylcing->recycling recyle->recycle recyled->recycled recyles->recycles recyling->recycling redandant->redundant redction->reduction, redaction, redeable->readable redeclaation->redeclaration redefiend->redefined redefiende->redefined redefintion->redefinition redefintions->redefinitions redenderer->renderer redered->rendered redict->redirect rediculous->ridiculous redifinition->redefinition redifintion->redefinition redifintions->redefinitions redircet->redirect redirectd->redirected redirectrion->redirection redisign->redesign redliens->redlines rednerer->renderer redonly->readonly redunant->redundant redundent->redundant reduntant->redundant reduse->reduce reedeming->redeeming reelation->relation reelease->release reenable->re-enable reenabled->re-enabled reencode->re-encode reenforced->reinforced reesrved->reserved reesult->result reevalute->reevaluate reevaulating->reevaluating refartor->refactor, refractor, refartored->refactored, refracted, refartoring->refactoring, refractoring, refcound->refcount refect->reflect refected->reflected refecting->reflecting refectiv->reflective refector->refactor refectoring->refactoring refects->reflects refedendum->referendum refeinement->refinement refeinements->refinements refelects->reflects refence->reference refences->references refenence->reference refenrenced->referenced referal->referral refere->refer, referee, referebces->references referece->reference referecence->reference referecences->references refereces->references referecne->reference refered->referred referefences->references referemce->reference referemces->references referenc->reference referencial->referential referencially->referentially referencs->references referenct->referenced referene->reference referenece->reference refereneced->referenced refereneces->references referenence->reference referenenced->referenced referenences->references referenes->references referense->reference referensed->referenced referenses->references referenz->reference referenzes->references referer->referrer, disabled as in http 1.0 spec refererd->referred refererence->reference referers->referrer, referrers, referes->refers, referees, referiang->referring refering->referring refernce->reference refernced->referenced refernces->references referncing->referencing refernece->reference referneced->referenced referneces->references referr->refer referrence->reference referrenced->referenced referrences->references referres->refers referrs->refers refertence->reference refertenced->referenced refertences->references refesh->refresh refeshed->refreshed refeshes->refreshes refeshing->refreshing reffered->referred refference->reference refferes->refers, referees, reffering->referring refferr->refer reffers->refers refinemenet->refinement refinmenet->refinement refinment->refinement refocuss->refocus refocussed->refocused reformating->reformatting reformattd->reformatted refreh->refresh refrence->reference refrenced->referenced refrences->references refrencing->referencing refrerence->reference refrerenced->referenced refrerenceing->referencing refrerences->references refrerencial->referential refrers->refers refridgeration->refrigeration refridgerator->refrigerator refromatting->refomatting refromist->reformist refrormatting->reformatting refure->refuse refures->refuses refusla->refusal regardes->regards regardles->regardless regardlesss->regardless regaring->regarding regarldess->regardless regarless->regardless regart->regard regarted->regarded regarting->regarding regartless->regardless regeister->register regeistered->registered regeistration->registration regenarated->regenerated regession->regression regestered->registered regidstered->registered regiser->register regisration->registration regist->register registartion->registration registe->register registed->registered registeing->registering registeration->registration registerd->registered, registers, registerered->registered registeres->registers registeresd->registered registert->registered registes->registers registing->registering registors->registers registrain->registration registraration->registration registred->registered registrer->register registring->registering registrs->registers registy->registry regiter->register regitered->registered regitering->registering regiters->registers regluar->regular regon->region regorded->recorded regresion->regression regrigerator->refrigerator regsiter->register regsitered->registered regsitering->registering regsiters->registers regster->register regstered->registered regstering->registering regsters->registers regstry->registry regualar->regular regualarly->regularly regualator->regulator regualr->regular regualtor->regulator reguardless->regardless reguarldess->regardless reguarlise->regularise reguarliser->regulariser reguarlize->regularize reguarlizer->regularizer reguarly->regularly reguator->regulator regulaion->regulation regulamentations->regulations regulaotrs->regulators regulaotry->regulatory regularily->regularly regulariry->regulary regultor->regulator regultors->regulators regurlarly->regulary reguster->register rehersal->rehearsal rehersing->rehearsing reicarnation->reincarnation reigining->reigning reigster->register reigstered->registered reigstering->registering reigsters->registers reimplemenet->reimplement reimplementaion->reimplementation reimplementaions->reimplementations reimplented->reimplemented reimplents->reimplements reimpliment->reimplement reimplimenting->reimplementing reimplmenet->reimplement reimplment->reimplement reimplmentation->reimplementation reimplmented->reimplemented reimplmenting->reimplementing reimplments->reimplements reinitailise->reinitialise reinitailised->reinitialised reinitailize->reinitialize reinitalize->reinitialize reinitilize->reinitialize reinitilized->reinitialized reintepret->reinterpret reintepreted->reinterpreted reister->register reivison->revision reknown->renown reknowned->renowned rekursed->recursed rekursion->recursion rekursive->recursive rela->real, disabled due to lots of false positives relaative->relative relaease->release relaese->release relaesed->released relaeses->releases relaesing->releasing relaged->related relaimed->reclaimed relaion->relation relaive->relative relaly->really relase->release relased->released relases->releases relasing->releasing relatated->related relatd->related relatdness->relatedness relatib->relative, relatable, relatibe->relative relatibely->relatively relatievly->relatively relatiopnship->relationship relativ->relative relativated->relative, relatively, relativly->relatively relavant->relevant relavent->relevant releaase->release releaased->released relead->reload releant->relevant, relent, releas->release releasead->released releasse->release releated->related releating->relating releation->relation releations->relations releationship->relationship releationships->relationships releative->relative relecant->relevant relected->reelected releive->relieve releived->relieved releiver->reliever releoad->reload relese->release relesed->released releses->releases reletive->relative reletively->relatively relevabt->relevant relevane->relevant releveant->relevant relevence->relevance relevent->relevant relfected->reflected reliablity->reliability relient->reliant religeous->religious religous->religious religously->religiously relinguish->relinquish relinguishing->relinquishing relinqushment->relinquishment relitavely->relatively relized->realised, realized, rellocates->reallocates, relocates, relly->really relocateable->relocatable reloccate->relocate reloccated->relocated reloccates->relocates relpacement->replacement relpy->reply reltive->relative relyable->reliable relyably->reliably relyed->relied relyes->relies, realize, realise, relys->relies remainer->remainder remaines->remains remaing->remaining remainging->remaining remainst->remains remaning->remaining remaping->remapping rember->remember remeber->remember remebered->remembered remebering->remembering remebers->remembers rememberable->memorable rememberance->remembrance remembrence->remembrance rememeber->remember rememebered->remembered rememebering->remembering rememebers->remembers rememebr->remember rememebred->remembered rememebrs->remembers rememember->remember rememembered->remembered rememembers->remembers rememer->remember rememered->remembered rememers->remembers remenant->remnant remenber->remember remenicent->reminiscent remian->remain remiander->remainder, reminder, remianed->remained remianing->remaining remians->remains reminent->remnant reminescent->reminiscent remining->remaining reminiscense->reminiscence reminscent->reminiscent reminsicent->reminiscent remmove->remove remoce->remove remontly->remotely remoote->remote remore->remote remorted->reported removeable->removable removefromat->removeformat removeing->removing removerd->removed remved->removed remvoe->remove remvoed->removed remvoved->removed renabled->re-enabled rende->render, rend, renderadble->renderable rendereing->rendering rendererers->renderers renderering->rendering renderr->render renderring->rendering rendevous->rendezvous rendezous->rendezvous renedered->rendered renegatiotiable->renegotiable renegatiotiate->renegotiate renegatiotiated->renegotiated renegatiotiates->renegotiates renegatiotiating->renegotiating renegatiotiation->renegotiation renegatiotiations->renegotiations renegatiotiator->renegotiator renegatiotiators->renegotiators renegoable->renegotiable renegoate->renegotiate renegoated->renegotiated renegoates->renegotiates renegoatiable->renegotiable renegoatiate->renegotiate renegoatiated->renegotiated renegoatiates->renegotiates renegoatiating->renegotiating renegoatiation->renegotiation renegoatiations->renegotiations renegoatiator->renegotiator renegoatiators->renegotiators renegoating->renegotiating renegoation->renegotiation renegoations->renegotiations renegoator->renegotiator renegoators->renegotiators renegociable->renegotiable renegociate->renegotiate renegociated->renegotiated renegociates->renegotiates renegociating->renegotiating renegociation->renegotiation renegociations->renegotiations renegociator->renegotiator renegociators->renegotiators renegogtiable->renegotiable renegogtiate->renegotiate renegogtiated->renegotiated renegogtiates->renegotiates renegogtiating->renegotiating renegogtiation->renegotiation renegogtiations->renegotiations renegogtiator->renegotiator renegogtiators->renegotiators renegoitable->renegotiable renegoitate->renegotiate renegoitated->renegotiated renegoitates->renegotiates renegoitating->renegotiating renegoitation->renegotiation renegoitations->renegotiations renegoitator->renegotiator renegoitators->renegotiators renegoptionsotiable->renegotiable renegoptionsotiate->renegotiate renegoptionsotiated->renegotiated renegoptionsotiates->renegotiates renegoptionsotiating->renegotiating renegoptionsotiation->renegotiation renegoptionsotiations->renegotiations renegoptionsotiator->renegotiator renegoptionsotiators->renegotiators renegosiable->renegotiable renegosiate->renegotiate renegosiated->renegotiated renegosiates->renegotiates renegosiating->renegotiating renegosiation->renegotiation renegosiations->renegotiations renegosiator->renegotiator renegosiators->renegotiators renegotable->renegotiable renegotaiable->renegotiable renegotaiate->renegotiate renegotaiated->renegotiated renegotaiates->renegotiates renegotaiating->renegotiating renegotaiation->renegotiation renegotaiations->renegotiations renegotaiator->renegotiator renegotaiators->renegotiators renegotaible->renegotiable renegotaite->renegotiate renegotaited->renegotiated renegotaites->renegotiates renegotaiting->renegotiating renegotaition->renegotiation renegotaitions->renegotiations renegotaitor->renegotiator renegotaitors->renegotiators renegotate->renegotiate renegotated->renegotiated renegotates->renegotiates renegotatiable->renegotiable renegotatiate->renegotiate renegotatiated->renegotiated renegotatiates->renegotiates renegotatiating->renegotiating renegotatiation->renegotiation renegotatiations->renegotiations renegotatiator->renegotiator renegotatiators->renegotiators renegotatible->renegotiable renegotatie->renegotiate renegotatied->renegotiated renegotaties->renegotiates renegotating->renegotiating renegotation->renegotiation renegotations->renegotiations renegotatior->renegotiator renegotatiors->renegotiators renegotator->renegotiator renegotators->renegotiators renegothiable->renegotiable renegothiate->renegotiate renegothiated->renegotiated renegothiates->renegotiates renegothiating->renegotiating renegothiation->renegotiation renegothiations->renegotiations renegothiator->renegotiator renegothiators->renegotiators renegotible->renegotiable renegoticable->renegotiable renegoticate->renegotiate renegoticated->renegotiated renegoticates->renegotiates renegoticating->renegotiating renegotication->renegotiation renegotications->renegotiations renegoticator->renegotiator renegoticators->renegotiators renegotioable->renegotiable renegotioate->renegotiate renegotioated->renegotiated renegotioates->renegotiates renegotioating->renegotiating renegotioation->renegotiation renegotioations->renegotiations renegotioator->renegotiator renegotioators->renegotiators renegotioble->renegotiable renegotion->renegotiation renegotionable->renegotiable renegotionate->renegotiate renegotionated->renegotiated renegotionates->renegotiates renegotionating->renegotiating renegotionation->renegotiation renegotionations->renegotiations renegotionator->renegotiator renegotionators->renegotiators renegotions->renegotiations renegotiotable->renegotiable renegotiotate->renegotiate renegotiotated->renegotiated renegotiotates->renegotiates renegotiotating->renegotiating renegotiotation->renegotiation renegotiotations->renegotiations renegotiotator->renegotiator renegotiotators->renegotiators renegotiote->renegotiate renegotioted->renegotiated renegotiotes->renegotiates renegotioting->renegotiating renegotiotion->renegotiation renegotiotions->renegotiations renegotiotor->renegotiator renegotiotors->renegotiators renegotitable->renegotiable renegotitae->renegotiate renegotitaed->renegotiated renegotitaes->renegotiates renegotitaing->renegotiating renegotitaion->renegotiation renegotitaions->renegotiations renegotitaor->renegotiator renegotitaors->renegotiators renegotitate->renegotiate renegotitated->renegotiated renegotitates->renegotiates renegotitating->renegotiating renegotitation->renegotiation renegotitations->renegotiations renegotitator->renegotiator renegotitators->renegotiators renegotite->renegotiate renegotited->renegotiated renegotites->renegotiates renegotiting->renegotiating renegotition->renegotiation renegotitions->renegotiations renegotitor->renegotiator renegotitors->renegotiators renegoziable->renegotiable renegoziate->renegotiate renegoziated->renegotiated renegoziates->renegotiates renegoziating->renegotiating renegoziation->renegotiation renegoziations->renegotiations renegoziator->renegotiator renegoziators->renegotiators reneweal->renewal renewl->renewal rennovate->renovate rennovated->renovated rennovating->renovating rennovation->renovation rentime->runtime rentors->renters reoccurrence->recurrence reocurring->reoccurring, recurring, reoder->reorder reonly->read-only reopended->reopened reoport->report reopsitory->repository reord->record reorded->reorder reorer->reorder reorganision->reorganisation reorginised->reorganised reorginized->reorganized reosnable->reasonable reosne->reason reosurces->resources reounded->rounded reouted->routed, rerouted, repace->replace repaced->replaced repacement->replacement repaces->replaces repacing->replacing repackge->repackage repackged->repackaged repaitnt->repaint repant->repaint, repent, repatition->repetition, repartition, repblic->republic repblican->republican repblicans->republicans repblics->republics repeatly->repeatedly repect->respect repectable->respectable repected->respected repecting->respecting repective->respective repectively->respectively repects->respects repedability->repeatability repedable->repeatable repeition->repetition repentence->repentance repentent->repentant reperesent->represent repersentation->representation repertoir->repertoire repesent->represent repesentation->representation repesented->represented repesenting->representing repesents->represents repet->repeat repete->repeat repeteadly->repeatedly repeting->repeating repetion->repetition repetions->repetitions repetive->repetitive repid->rapid repitition->repetition replacable->replicable, replaceable, replacemenet->replacement replacmenet->replacement replacment->replacement replacments->replacements replaint->repaint replcace->replace replcaced->replaced repling->replying replys->replies reponding->responding reponse->response reponses->responses reponsibilities->responsibilities reponsibility->responsibility reponsible->responsible reporing->reporting reporitory->repository reportadly->reportedly reportresouces->reportresources reposiotory->repository repositiories->repositories repositiory->repository repositiroes->repositories reposititioning->repositioning repositry->repository reposoitory->repository repostiories->repositories repostiory->repository repote->report, remote, repport->report repraesentation->representation reprecussion->repercussion reprecussions->repercussions repreesnt->represent repreesnts->represents reprensent->represent reprensentation->representation reprepresents->represents represantation->representation represantations->representations represantative->representative represenatation->representation represenation->representation represend->represent representaion->representation representaions->representations representaiton->representation representated->represented representating->representing representd->represented represente->represents, represented, representiative->representative representive->representative representives->representatives represnet->represent represneted->represented represneting->representing represnets->represents represnt->represent represntative->representative represnted->represented represnts->represents repressent->represent repressentation->representation repressenting->representing repressents->represents reprociblbe->reproducible reprocible->reproducible reprocuce->reproduce, reprocure, reprocuced->reproduced, reprocured, reprocuces->reproduces, reprocures, reprocucing->reproducing, reprocuring, reproducabely->reproducibly reproducability->reproducibility reproducable->reproducible reproducablitity->reproducibility reproducably->reproducibly reproduciblity->reproducibility reprot->report reprots->reports reprsent->represent reprsentation->representation reprsentations->representations reprsented->represented reprsenting->representing reprsents->represents reprtoire->repertoire repsectively->respectively repsonse->response repsonses->responses repsonsible->responsible repspectively->respectively repsresents->represents reptition->repetition repubic->republic repubican->republican repubicans->republicans repubics->republics republi->republic republian->republican republians->republicans republis->republics repulic->republic repulican->republican repulicans->republicans repulics->republics reqest->request reqested->requested reqests->requests reqeust->request reqeusted->requested reqeusting->requesting reqeusts->requests reqiure->require requeried->required requeset->request, requisite, requestd->requested requestes->requests requestesd->requested requestested->requested requestests->requests requeum->requiem requied->required requierd->required requiere->require requiered->required requierement->requirement requierements->requirements requieres->requires requiering->requiring requies->requires requiest->request requiested->requested requiesting->requesting requiests->requests requireing->requiring requiremenet->requirement requiremenets->requirements requiremnt->requirement requirment->requirement requirments->requirements requisit->requisite requisits->requisites requre->require requred->required requrement->requirement requres->requires requrest->request requrested->requested requresting->requesting requrests->requests requried->required requries->requires requriment->requirement requring->requiring requrired->required requrirement->requirement requrirements->requirements requris->require requsite->requisite requsites->requisites requst->request requsted->requested requsting->requesting requsts->requests rererences->references rerference->reference rerferences->references rerpesentation->representation rertieves->retrieves reruning->rerunning rerurn->return, rerun, resarch->research resart->restart resarts->restarts resaurant->restaurant resaurants->restaurants rescource->resource rescources->resources rescrition->restriction rescritions->restrictions reselction->reselection resembelance->resemblance resembes->resembles resemblence->resemblance resently->recently resepect->respect resepected->respected resepecting->respecting resepective->respective resepectively->respectively resepects->respects reseration->reservation reserverd->reserved reservered->reserved resest->reset, recessed, resetable->resettable reseted->reset reseting->resetting resetted->reset reseved->reserved reseverd->reserved resevoir->reservoir resgister->register resgisters->registers residental->residential resierfs->reiserfs resignement->resignment resistable->resistible resistence->resistance resistent->resistant resivwar->reservoir resizeble->resizable reslection->reselection reslove->resolve resloved->resolved resloves->resolves resloving->resolving reslut->result resluts->results resoect->respect resoective->respective resoiurce->resource resoltion->resolution resoluitons->resolutions resoluton->resolution reson->reason resonable->reasonable resons->reasons resoource->resource resoources->resources resopnse->response resorce->resource resorces->resources resore->restore resouce->resource resouces->resources resourceype->resourcetype resoure->resource resoures->resources resoution->resolution resoves->resolves respecitve->respective respecitvely->respectively respecive->respective respecively->respectively respectivley->respectively respectivly->respectively respnse->response respoduce->reproduce responce->response responces->responses responde->respond, response, responds, responded, responder, responibilities->responsibilities responisble->responsible responnsibilty->responsibility respons->response responsabilities->responsibilities responsability->responsibility responsable->responsible responsed->responded responser's->responder's responser->responder responsers->responders responsibile->responsible responsibilites->responsibilities responsibilty->responsibility responsiblities->responsibilities responsiblity->responsibility responsing->responding respose->response resposibility->responsibility resposible->responsible respositories->repositories respository->repository resposive->responsive resrved->reserved ressapee->recipe ressemblance->resemblance ressemble->resemble ressembled->resembled ressemblence->resemblance ressembling->resembling ressemle->resemble ressetting->resetting ressize->resize ressource->resource ressources->resources resssurecting->resurrecting ressult->result ressurect->resurrect ressurected->resurrected ressurecting->resurrecting ressurection->resurrection ressurects->resurrects ressurrection->resurrection restarant->restaurant restarants->restaurants restaraunt->restaurant restaraunteur->restaurateur restaraunteurs->restaurateurs restaraunts->restaurants restauranteurs->restaurateurs restauration->restoration restauraunt->restaurant restaurnad->restaurant restaurnat->restaurant resteraunt->restaurant resteraunts->restaurants restes->reset resticted->restricted restoding->restoring restoiring->restoring restorated->restored restors->restores restouration->restoration restraunt->restraint, restaurant, restrcted->restricted restrcuture->restructure restriced->restricted restroing->restoring restuarant->restaurant restucturing->restructuring resturant->restaurant resturants->restaurants resturaunt->restaurant resturaunts->restaurants resturn->return resturns->returns resubstituion->resubstitution resuction->reduction resue->reuse, rescue, resued->reused, rescued, resul->result resuling->resulting resulotion->resolution resulsets->resultsets resultion->resolution resultions->resolutions resultung->resulting resulution->resolution resumitted->resubmitted resumt->resume resuorce->resource resurce->resource resurecting->resurrecting resurse->recurse, resource, resursive->recursive, resourceful, resursively->recursively resuse->reuse resuts->results resycn->resync retalitated->retaliated retalitation->retaliation retangles->rectangles retanslate->retranslate retcieves->retrieves, receives, retet->reset, retest, retetting->resetting, retesting, rether->rather retieve->retrieve retieved->retrieved retieves->retrieves retinew->retinue retireving->retrieving retore->restore retored->restored retores->restores retoric->rhetoric retorical->rhetorical retoring->restoring retourned->returned retpresenting->representing retransmited->retransmitted retransmition->retransmission retreivable->retrievable retreival->retrieval retreive->retrieve retreived->retrieved retreiving->retrieving retrict->restrict retricted->restricted retriebe->retrieve retriece->retrieve retrieces->retrieves retriev->retrieve retrieveds->retrieved retrive->retrieve retrived->retrieved retrives->retrieves retriving->retrieving retrun->return retruned->returned retruns->returns retsart->restart retsarts->restarts retun->return retuned->retuned, returned, retunr->return, retune, retunrned->returned retunrs->returns retuns->returns retur->return reture->return retured->returned returend->returned returing->returning returm->return returmed->returned returming->returning returms->returns returnd->returned returnes->returns returnn->return returnning->returning returs->returns retursn->returns retutning->returning retying->retrying reuest->request reuests->requests reulator->regulator reuqest->request reuqested->requested reuqesting->requesting reuqests->requests reurn->return reursively->recursively reussing->reusing reutrn->return reutrns->returns revaildating->revalidating revaluated->reevaluated reveive->receive, revive, reveiw->review reveiwed->reviewed revelent->relevant reveokes->revokes rever->revert, fever, reveral->reversal reverce->reverse reverced->reversed reverece->reference, reverence, revereces->references revered->revered, reversed, reverese->reverse reveresed->reversed reveret->revert revereted->reverted reversable->reversible reverse-engeneer->reverse-engineer reverse-engeneering->reverse-engineering reverse-engieer->reverse-engineer reverve->reserve reverved->reserved revewrse->reverse reviewsectio->reviewsection revisisions->revisions revison->revision revisons->revisions revoluion->revolution revolutionar->revolutionary revrese->reverse rewirtable->rewritable rewirte->rewrite rewirtten->rewritten rewitable->rewritable rewitten->rewritten rewriet->rewrite rewrited->rewrote, rewritten, rewriten->rewritten rewuired->required rference->reference rferences->references rfeturned->returned rgister->register rhymme->rhyme rhythem->rhythm rhythim->rhythm rhythimcally->rhythmically rhytmic->rhythmic rigeur->rigueur, rigour, rigor, righht->right rigourous->rigorous rigt->right rigth->right rigths->rights rigurous->rigorous rime->rhyme riminder->reminder riminders->reminders riminding->reminding rimitives->primitives rininging->ringing rised->raised, rose, ristrict->restrict ristricted->restricted ristriction->restriction ritable->writable rivised->revised rizes->rises rlation->relation rmeote->remote rmeove->remove rmeoved->removed rmeoves->removes rmove->remove rmoved->removed rmoving->removing roataion->rotation roatation->rotation roated->rotated roation->rotation roboustness->robustness Rockerfeller->Rockefeller rococco->rococo rocord->record roduce->reduce, produce, roduceer->producer roomate->roommate rorated->rotated rotaion->rotation rotaions->rotations rotaiton->rotation rotaitons->rotations rotataion->rotation rotataions->rotations rotatio->rotation rouding->rounding rouge->rogue roughtly->roughly rougly->roughly rouine->routine rouines->routines round-robbin->round-robin roundign->rounding rountine->routine rountines->routines rountrip->roundtrip routet->routed routins->routines rovide->provide rovided->provided rovider->provider rovides->provides roviding->providing rqeuests->requests rquest->request rquested->requested rquesting->requesting rquests->requests rranslation->translation rrase->erase rsizing->resizing rsource->resource rturns->returns rubarb->rhubarb rucuperate->recuperate rudimentally->rudimentary rudimentatry->rudimentary rudimentry->rudimentary rulle->rule rumatic->rheumatic runing->running runned->ran, run, runnging->running runnig->running runnign->running runnigng->running runnint->running runnning->running runns->runs runnung->running runtine->runtime rurrent->current russina->Russian Russion->Russian rwite->write rysnc->rsync rythem->rhythm rythim->rhythm rythm->rhythm rythmic->rhythmic rythyms->rhythms sabatage->sabotage sabatour->saboteur sacalar->scalar sacalars->scalars sacarin->saccharin sacle->scale sacrafice->sacrifice sacreligious->sacrilegious Sacremento->Sacramento sacrifical->sacrificial sacrifying->sacrificing sacrilegeous->sacrilegious sacrin->saccharin sade->sad safe-pooint->safe-point safe-pooints->safe-points safeguared->safeguard, safeguarded, safeing->saving safepooint->safepoint safepooints->safepoints safequard->safeguard saferi->Safari safetly->safely safly->safely saftey->safety safty->safety sais->says salery->salary samll->small samller->smaller sammon->salmon samori->samurai samue->same, Samuel, samwich->sandwich samwiches->sandwiches sanaty->sanity sanctionning->sanctioning sandobx->sandbox sandwhich->sandwich Sanhedrim->Sanhedrin sanitizisation->sanitization sanizer->sanitizer santioned->sanctioned santize->sanitize santized->sanitized santizes->sanitizes santizing->sanitizing sanwich->sandwich sanwiches->sandwiches sanytise->sanitise sanytize->sanitize saphire->sapphire saphires->sapphires sargant->sergeant sargeant->sergeant sargent->sergeant, argent, sarting->starting, sorting, sastisfies->satisfies sasy->says, sassy, satandard->standard satandards->standards sate->state, sate, satelite->satellite satelites->satellites satelitte->satellite Saterday->Saturday Saterdays->Saturdays satified->satisfied satifies->satisfies satify->satisfy satifying->satisfying satisfactority->satisfactorily satisfiabilty->satisfiability satisfyied->satisfied satisifed->satisfied satisified->satisfied satisifies->satisfies satisify->satisfy satisifying->satisfying satric->satiric satrical->satirical satrically->satirically sattelite->satellite sattelites->satellites sattellite->satellite sattellites->satellites saught->sought sav->save savable->saveable savees->saves saveing->saving savelt->svelte, save it, savely->safely savere->severe savety->safety savgroup->savegroup savve->save, savvy, salve, savy->savvy saxaphone->saxophone sbsampling->subsampling scahr->schar scaleable->scalable scalled->scaled scandanavia->Scandinavia scaned->scanned scaning->scanning scannning->scanning scarch->search scaricity->scarcity scavanged->scavenged scecified->specified sceen->screen sceme->scheme, scene, scenarion->scenario sceond->second schdule->schedule schedual->schedule schedulier->scheduler schme->scheme schmea->schema schmeas->schemas schmes->schemes scholarhip->scholarship scholarhips->scholarships scholarstic->scholastic, scholarly, scholdn't->shouldn't schould->should scientfic->scientific scientifc->scientific scientis->scientist scince->science scinece->science scintiallation->scintillation scipt->script scirpt->script scirpts->scripts sclar->scalar scoll->scroll scolling->scrolling scopeing->scoping scorebord->scoreboard scrach->scratch scrached->scratched scraches->scratches scraching->scratching scrachs->scratches scrao->scrap screenwrighter->screenwriter screnn->screen scriopts->scripts scriping->scripting scripst->scripts scriptype->scripttype scritp->script scritps->scripts scritpt->script scritpts->scripts scrollablbe->scrollable scrollin->scrolling scroolbar->scrollbar scrren->screen scrutinity->scrutiny scuccessully->successfully scuptures->sculptures seach->search seached->searched seaches->searches seaching->searching seacrchable->searchable searcahble->searchable searcheable->searchable searchin->searching searchs->searches secant->second, disabled due to valid mathematical concept secants->seconds, disabled due to valid mathematical concept secceeded->seceded, succeeded, seccond->second secconds->seconds secction->section seceed->succeed, secede, seceeded->succeeded, seceded, secific->specific secion->section secions->sections seciton->section secitons->sections secod->second seconadry->secondary seconday->secondary secondy->secondly, secondary, seconly->secondly secord->second secotr->sector secound->second secratary->secretary secretery->secretary secrion->section secruity->security sectin->section sectins->sections sectionis->section is sectionning->sectioning secund->second securtity->security securtiy->security securty->security sedereal->sidereal seeem->seem seeen->seen seeked->sought seelect->select seemes->seems seemless->seamless seemlessly->seamlessly seesion->session seesions->sessions segement->segment segementation->segmentation segements->segments segemnts->segments segfualt->segfault segfualts->segfaults segmantation->segmentation segmenet->segment segmenetd->segmented segmeneted->segmented segmenets->segments segmentaion->segmentation segmetn->segment segmetned->segmented segmetns->segments segument->segment seguoys->segues seige->siege seing->seeing seinor->senior selcetion->selection selctable->selectable selctables->selectables selcted->selected selcting->selecting selction->selection selctions->selections seldomly->seldom seleced->selected selecetd->selected selecgt->select selecgted->selected selecgting->selecting selecing->selecting selectd->selected selecte->selected, select, selectes->selects selectin->selection, selecting, selecton->selection selectons->selections seledted->sekected selektions->selections selektor->selector seleted->selected self-contianed->self-contained self-referencial->self-referential self-refering->self-referring semaintics->semantics semapthores->semaphores sematic->semantic sematical->semantical sematically->semantically sematics->semantics sematnics->semantics semding->sending semgent->segment semicolor->semicolon semicolumn->semicolon semicondutor->semiconductor sempahore->semaphore sempahores->semaphores semphore->semaphore senario->scenario senarios->scenarios sence->sense, since, sencond->second sencondary->secondary senconds->seconds sendign->sending senfile->sendfile senquence->sequence sensative->sensitive sensisble->sensible sensistive->sensitive sensistively->sensitively, sensitivity, sensitiv->sensitive sensitivy->sensitivity, sensitively, sensitve->sensitive sensivity->sensitivity, sensitively, senstive->sensitive sensure->censure sentance->sentence sentances->sentences senteces->sentences sentense->sentence sentinal->sentinel sentinals->sentinels sentive->sensitive sentively->sensitively, sensitivity, sepaate->separate separartor->separator separat->separate separater->separator separatly->separately separed->separated separete->separate separeted->separated separetedly->separately separetely->separately separeter->separator separetes->separates separeting->separating separetly->separately separetor->separator separtates->separates separte->separate separted->separated separtes->separates separting->separating sepatae->separate sepatate->separate sepcial->special sepcific->specific sepcifically->specifically sepcification->specification sepcifications->specifications sepcified->specified sepcifier->specifier sepcifies->specifies sepcify->specify sepcifying->specifying sepecial->special sepecific->specific sepecified->specified sepectral->spectral sepend->depend, suspend, sependent->dependent seperate->separate seperated->separated seperatedly->separately seperately->separately seperates->separates seperating->separating seperation->separation seperatism->separatism seperatist->separatist seperatly->separately seperator->separator seperators->separators sepina->subpoena seporate->separate sepperate->separate seprarate->separate seprate->separate seprator->separator seprators->separators Septemer->September sepulchure->sepulchre, sepulcher, sepulcre->sepulchre, sepulcher, seqence->sequence seqences->sequences seqeuental->sequential seqeunce->sequence seqeuntials->sequentials sequcne->sequence sequece->sequence sequeces->sequences sequeence->sequence sequelce->sequence sequemce->sequence sequemces->sequences sequencial->sequential sequencially->sequentially sequencies->sequences sequenzes->sequences sequeze->squeeze, sequence, sequnces->sequences ser->set serach->search serached->searched serailisation->serialisation serailization->serialization sergent->sergeant serialiazation->serialization serie->series serieses->series serios->serious seriouly->seriously seriuos->serious serivce->service serivces->services sertificate->certificate sertificates->certificates servce->service servces->services serveice->service serveral->several serverite->severity serverites->severities serveritie->severity, severities, serverities->severities serverity->severity servie->service servies->services serwer->server, sewer, sesitive->sensitive sessio->session sesssion->session sesssions->sessions setgit->setgid seting->setting setings->settings setis->set is, settees, setitng->setting setitngs->settings setted->set settelement->settlement settinga->settings settingss->settings settins->settings settlment->settlement settng->setting setts->sets settter->setter settters->setters settting->setting setttings->settings settup->setup seuence->sequence seuences->sequences sevaral->several seve->save, sieve, severeal->several severirirty->severity severirities->severities severite->severity severites->severities severitie->severity, severities, severley->severely severly->severely sevice->service sewdonim->pseudonym sewdonims->pseudonyms sewrvice->service sgadow->shadow sh1sum->sha1sum shadasloo->shadaloo shaddow->shadow shadhow->shadow shadoloo->shadaloo shamen->shaman, shamans, shandeleer->chandelier shandeleers->chandeliers shandow->shadow shaneal->chenille shanghi->Shanghai sharable->shareable sharloton->charlatan sharraid->charade sharraids->charades shashes->slashes shatow->château shbang->shebang sheat->sheath, sheet, cheat, sheck->check, cheque, shuck, shecked->checked, shucked, shecker->checker, shucker, shecking->checking, shucking, shecks->checks, cheques, shucks, shedule->schedule sheduled->scheduled shedules->schedules sheduling->scheduling sheepherd->shepherd sheepherds->shepherds sheild->shield sheme->scheme, shame, shepe->shape sherif->sheriff shicane->chicane shif->shift shif-tab->shift-tab shineing->shining shiped->shipped shiping->shipping shoftware->software shoild->should shoing->showing shold->should, hold, sold, sholder->shoulder shopkeeepers->shopkeepers shorcuts->shortcuts shorly->shortly short-cicruit->short-circuit short-cicruits->short-circuits shortcat->shortcut shortcats->shortcuts shortcomming->shortcoming shortcommings->shortcomings shortend->shortened, short end, shortern->shorten shortkut->shortcut shortkuts->shortcuts shortwhile->short while shotcut->shortcut shotdown->shutdown shoucl->should shoud->should shoudl->should shoudld->should shoudle->should shoudln't->shouldn't shoudln->should, shouldn't, shoudlnt->shouldn't shoudn't->shouldn't shoudn->shouldn shoudt->should, shouldn't, should'nt->shouldn't should't->shouldn't shouldbe->should, should be, shouldn;t->shouldn't shouldnt'->shouldn't shouldnt->shouldn't shouldnt;->shouldn't shoule->should shouln't->shouldn't shouls->should shoult->should shouod->should shouw->show shouws->shows showfer->chauffeur, shower, showvinism->chauvinism shpae->shape shpaes->shapes shpapes->shapes shpere->sphere shperes->spheres shpped->shipped shreak->shriek shreshold->threshold shriks->shrinks shrinked->shrunk shttp->https shuld->should shure->sure shurely->surely shutdownm->shutdown shuting->shutting shwo->show shystems->systems sibiling->sibling sicinctly->succinctly sicne->since sidde->side sideral->sidereal siduction->seduction siez->size sieze->seize, size, siezed->seized, sized, siezing->seizing, sizing, siezure->seizure siezures->seizures sigaled->signaled sigen->sign sightly->slightly sigificance->significance siginificant->significant siginificantly->significantly siginify->signify sigit->digit sigle->single sigleton->singleton signales->signals signall->signal signatue->signature signatur->signature signficant->significant signficantly->significantly signficiant->significant signfies->signifies signguature->signature signifanct->significant signifant->significant signifantly->significantly signifcant->significant signifcantly->significantly significently->significantly signifigant->significant signifigantly->significantly signitories->signatories signitory->signatory signle->single signol->signal signto->sign to signul->signal signular->singular signularity->singularity silentely->silently silenty->silently siliently->silently, saliently, simialr->similar simiar->similar similarily->similarly similary->similarly similat->similar similia->similar similiar->similar similiarity->similarity similiarly->similarly similiarty->similarity similiary->similarity simlar->similar simlarlity->similarity simlarly->similarly simliar->similar simlicity->simplicity simlified->simplified simmetric->symmetric simmetrical->symmetrical simmetry->symmetry simmilar->similar simpified->simplified simplei->simply simpley->simply simplicty->simplicity simplier->simpler simplies->implies, simplifies, simpliest->simplest simplifys->simplifies simpliifcation->simplification simpliifcations->simplifications simpy->simply simulantaneous->simultaneous simulantaneously->simultaneously simulataeous->simultaneous simulataeously->simultaneously simulataneity->simultaneity simulataneous->simultaneous simulataneously->simultaneously simulatanious->simultaneous simulataniously->simultaneously simulatanous->simultaneous simulatanously->simultaneously simulatation->simulation simultanous->simultaneous simultanously->simultaneously simutaneously->simultaneously sinature->signature sinc->sinc, synch, sync, sink, since, sincerley->sincerely sincerly->sincerely sincs->sincs, syncs, sinks, since, singal->signal, single, singals->signals singe->singe, single, singed->signed, singled, singed, singelton->singleton singificand->significand, significant, singlar->singular single-threded->single-threaded singls->single singlton->singleton singlular->singular singlularly->singularly singnal->signal singnalled->signalled singnals->signals singol->signal, single, singoolar->singular singsog->singsong singuarity->singularity singuarl->singular sinlges->singles sinply->simply sinse->sines, since, sintac->syntax sintacks->syntax sintacs->syntax sintact->syntax sintacts->syntax sintak->syntax sintaks->syntax sintakt->syntax sintakts->syntax sintax->syntax Sionist->Zionist Sionists->Zionists sitation->situation sitations->situations sitaution->situation sitautions->situations sitck->stick siteu->site sitll->still situatution->situation siturations->situations situtation->situation situtations->situations siute->suite sivible->visible siwtch->switch siwtched->switched siwtching->switching Sixtin->Sistine, Sixteen, Skagerak->Skagerrak skalar->scalar skateing->skating skeep->skip skelton->skeleton skept->skipped sketchs->sketches skipd->skipped skiped->skipped, skyped, skiping->skipping skipp->skip, skipped, skippd->skipped skipt->skip, Skype, skipped, skyp->skip, Skype, slase->slash slases->slashes slashs->slashes slaugterhouses->slaughterhouses slect->select slected->selected slecting->selecting slection->selection slient->silent sliently->silently slighlty->slightly slighly->slightly slighty->slightly sligth->slight sligthly->slightly sligtly->slightly slippy->slippery sliseshow->slideshow slowy->slowly sluggify->slugify smae->same smaler->smaller smallar->smaller smalles->smallest smaple->sample smaples->samples smealting->smelting smething->something smll->small, smell, smller->smaller smoe->some smoot->smooth smooter->smoother smoothign->smoothing smooting->smoothing smouth->smooth smouthness->smoothness smove->move snaped->snapped snaphot->snapshot snaphsot->snapshot snaping->snapping snappng->snapping snapsnot->snapshot snapsnots->snapshots sneeks->sneaks snese->sneeze snipet->snippet snipets->snippets snpashot->snapshot snpashots->snapshots snyc->sync Soalris->Solaris socail->social socalism->socialism socities->societies soecialize->specialized soem->some soemthing->something soemwhere->somewhere sofisticated->sophisticated softend->softened softwares->software sofware->software sofwtare->software sohw->show soilders->soldiers soiurce->source soket->socket sokets->sockets solarmutx->solarmutex solatary->solitary soler->solver, solar, solely, soley->solely soliders->soldiers solification->solidification soliliquy->soliloquy soluable->soluble solum->solemn solveable->solvable solwed->solved som->some someboby->somebody somehting->something somehwat->somewhat somehwere->somewhere somehwo->somehow somelse->someone else somene->someone somenone->someone someon->someone somes->some somethig->something somethign->something somethimes->sometimes somethimg->something somethiong->something sometiems->sometimes sometihng->something sometims->sometimes sometines->sometimes someting->something somewere->somewhere somewho->somehow somthign->something somthing->something somtimes->sometimes somwhat->somewhat somwhere->somewhere somwho->somehow somwhow->somehow sonething->something songlar->singular songle->single, dongle, songled->singled, dongled, songles->singles, dongles, songling->singling, dongling, sooaside->suicide soodonim->pseudonym sooit->suet, suit, soop->soup, scoop, snoop, soource->source sophicated->sophisticated sophmore->sophomore sorce->source sorceror->sorcerer sord->sword, sore, sored, sawed, sorrounding->surrounding sortings->sorting sortlst->sortlist sortner->sorter sortnr->sorter sortrage->storage, shortage, soruce->source soruces->sources soscket->socket soterd->stored, sorted, sotfware->software sotrage->storage, shortage, sotred->sorted, stored, sotring->storing, sorting, sotry->story sotyr->satyr, story, souce->source souces->sources soucre->source soucres->sources soudn->sound soudns->sounds sould'nt->shouldn't sould->could, should, sold, souldn't->shouldn't soundard->soundcard sountrack->soundtrack sourcedrectory->sourcedirectory sourct->source soure->source, sure, soures->sources sourrounding->surrounding sourt->sort, south, sourth->south sourthern->southern southbrige->southbridge souvenier->souvenir souveniers->souvenirs soveits->soviets sover->solver sovereignity->sovereignty soverign->sovereign soverignity->sovereignty soverignty->sovereignty sovle->solve sovled->solved sovren->sovereign sowe->sow, so we, spacific->specific spacifics->specifics spacified->specified spacifies->specifies spageti->spaghetti spagetti->spaghetti spagheti->spaghetti spagnum->sphagnum spainish->Spanish spaning->spanning sparate->separate sparately->separately spaw->spawn spawed->spawned spawing->spawning spawnve->spawn spaws->spawns spcecified->specified spcial->special spcifies->specifies speach->speech speacial->special, spacial, spearator->separator spearators->separators spec-complient->spec-compliant specail->special specefied->specified specfic->specific specfically->specifically specfication->specification specfications->specifications specfied->specified specfies->specifies specfy->specify specfying->specifying speciafied->specified specialiced->specialised, specialized, specialitzed->specialised, specialized, speciallized->specialised, specialized, specialy->specially specic->specific specication->specification specidic->specific specied->specified speciefied->specified specif->specific, specify, specifactions->specifications specifc->specific specifcation->specification specifcations->specifications specifcied->specified specifclly->specifically specifed->specified specifially->specifically specificallly->specifically specificaly->specifically specificated->specified specificateion->specification specificatin->specification specificaton->specification specificed->specified specifices->specifies specificially->specifically specificiation->specification specificiations->specifications specificically->specifically specificied->specified specificl->specific specificly->specifically specificy->specify, specificity, specifically, specifid->specified specifing->specifying specifiy->specify specifiying->specifying specifric->specific specifyed->specified specifyied->specified specifyig->specifying specifyinhg->specifying speciied->specified specilized->specialized speciman->specimen specivied->specified speciy->specify speciyfing->specifying speciyfying->specifying speciying->specifying specktor->specter, spectre, spectauclar->spectacular spectaulars->spectaculars spects->aspects, expects, specs, spectular->spectacular spectularly->spectacularly spectum->spectrum specturm->spectrum specufies->specifies specufy->specify spedific->specific spedified->specified spedify->specify speeak->speak speeaking->speaking speep->sleep speep-up->speed-up speeped->sped speeping->sleeping spefic->specific spefically->specifically speficically->specifically speficied->specified speficies->specifies speficy->specify spefific->specific spefixic->specific spefixied->specified speices->species speicfied->specified speicify->specify speling->spelling spendour->splendour speparated->separated speparator->separator spepc->spec sperate->separate sperately->separately spermatozoan->spermatozoon speshal->special speshally->specially, especially, speshel->special speshelly->specially, especially, spesialisation->specialization spesified->specified spesify->specify spezialisation->specialization spezific->specific spezified->specified spezify->specify spicific->specific spiltting->splitting spinock->spinlock spliitting->splitting splite->split spliting->splitting splitted->split splittng->splitting spllitting->splitting spoace->space sponser->sponsor sponsered->sponsored sponsers->sponsors sponsership->sponsorship spontanous->spontaneous sponzored->sponsored spoonfulls->spoonfuls sporatic->sporadic sporious->spurious sppeches->speeches spport->support spported->supported spporting->supporting spports->supports spreaded->spread spreadhseet->spreadsheet spreadhseets->spreadsheets spreasheet->spreadsheet spreasheets->spreadsheets sprech->speech spred->spread spredsheet->spreadsheet spreedsheet->spreadsheet spriritual->spiritual spritual->spiritual sproon->spoon spsace->space spsaces->spaces sptintf->sprintf spurios->spurious spurrious->spurious sqaure->square sqeuence->sequence squence->sequence squirel->squirrel squirl->squirrel srcipt->script srcipts->scripts sreenshot->screenshot sreenshots->screenshots sreturns->returns srew->screw, shrew, sew, srikeout->strikeout sring->string srings->strings srink->shrink srinkd->shrunk srinked->shrunk srinking->shrinking srollbar->scrollbar srtructure->structure sructure->structure sructures->structures srunk->shrunk srunken->shrunken srunkn->shrunken ssee->see ssome->some stabalization->stabilization stabilty->stability stablility->stability stablilization->stabilization stablize->stabilize stach->stack stae->state staement->statement staically->statically stainlees->stainless staion->station stalagtite->stalactite stamement's->statement's, statements, statement, standalown->standalone, stand-alone, standar->standard standarad->standard standard-complient->standard-compliant standardss->standards standarized->standardized standars->standards standart->standard standartd->standard standartds->standards standartisation->standardisation standartisator->standardiser standartised->standardised standartization->standardization standartizator->standardizer standartized->standardized standarts->standards standatd->standard standtard->standard stange->strange stanp->stamp staration->starvation stard->start startd->started startegic->strategic startegies->strategies startegy->strategy startet->started startign->starting startlisteneing->startlistening startnig->starting startting->starting starup->startup starups->startups statamenet->statement statamenets->statements stateman->statesman statemanet->statement statememts->statements statemen->statement statemenet->statement statemenets->statements statemet->statement statemnts->statements stati->statuses staticly->statically statictic->statistic statictics->statistics statisfied->satisfied statisfies->satisfies statisfy->satisfy statisfying->satisfying statisitics->statistics statitic->statistic statitics->statistics statmenet->statement statmenmt->statement statment->statement statments->statements statrt->start stattistic->statistic statubar->statusbar statup->startup statuss->status statusses->statuses statustics->statistics staulk->stalk staus->status stawk->stalk stcokbrush->stockbrush stdanard->standard stength->strength steram->stream sterio->stereo steriods->steroids sterotypes->stereotypes stiffneing->stiffening stil->still stilus->stylus stingent->stringent stipped->stripped stiring->stirring stirng->string stirngs->strings stirrs->stirs stivk->stick stivks->sticks stle->style stlye->style stlyes->styles stndard->standard stocahstic->stochastic stocastic->stochastic stoer->store stoers->stores stoll->still stomache->stomach stompted->stomped stong->strong stoped->stopped stoping->stopping stopp->stop stoppped->stopped stoppping->stopping stopps->stops stopry->story storag->storage storeage->storage stoream->stream storeis->stories storise->stories stornegst->strongest stoyr->story stpo->stop strack->stack stradegies->strategies stradegy->strategy stragedy->strategy stragegy->strategy straigh-forward->straightforward straighforward->straightforward straightaway->straight away straightfoward->straightforward straigt->straight straigth->straight straines->strains straming->streaming stran->strand strangly->strangely, strange, strangness->strangeness strat->start, strata, stratagically->strategically strcutre->structure strcutural->structural strcuture->structure strcutures->structures streamm->stream streammed->streamed streamming->streaming streatched->stretched strech->stretch streched->stretched streches->stretches streching->stretching strectch->stretch streem->stream streemlining->streamlining stregth->strength strem->stream strema->stream strengh->strength strenghen->strengthen strenghened->strengthened strenghening->strengthening strenght->strength strenghten->strengthen strenghtened->strengthened strenghtening->strengthening strenghts->strengths strengtened->strengthened strenous->strenuous strenth->strength strerrror->strerror striaghtforward->straightforward striclty->strictly strictist->strictest strig->string strigification->stringification strigifying->stringifying strikely->strikingly stringifed->stringified strinsg->strings strippen->stripped stript->stripped strirngification->stringification strnad->strand strng->string stroage->storage stroing->storing stronlgy->strongly stronly->strongly strore->store strored->stored strores->stores stroring->storing strotage->storage stroy->story, destroy, struc->struct strucrure->structure strucrured->structured strucrures->structures structer->structure structere->structure structered->structured structeres->structures structire->structure structre->structure structred->structured structres->structures structrual->structural structual->structural structue->structure structued->structured structues->structures structur->structure strucutre->structure strucutred->structured strucutres->structures struttural->structural strutture->structure struture->structure ststr->strstr sttetings->settings stting->string stubborness->stubbornness stucked->stuck stuct->struct stucts->structs stucture->structure stuctured->structured stuctures->structures studdy->study studi->study studing->studying stuggling->struggling stuill->still stummac->stomach sturcture->structure sturctures->structures sturucture->structure stutus->status styhe->style sub-lcuase->sub-clause subcatagories->subcategories subcatagory->subcategory subcirucit->subcircuit subcommannd->subcommand subconchus->subconscious subconsiously->subconsciously subcribe->subscribe subcribed->subscribed subcribes->subscribes subcribing->subscribing subdirectoires->subdirectories subdirectorys->subdirectories subdirecty->subdirectory subdivisiond->subdivisioned subelemet->subelement subelemets->subelements subexperession->subexpression subexperessions->subexpressions subexpresssion->subexpression subexpresssions->subexpressions subfroms->subforms subirectory->subdirectory subjet->subject subjudgation->subjugation sublass->subclass sublasse->subclasse sublasses->subclasses sublcasses->subclasses sublcuase->subclause suble->subtle submachne->submachine submision->submission submisson->submission submited->submitted submition->submission submitions->submissions submittted->submitted submoule->submodule submti->submit subnegatiotiation->subnegotiation subnegatiotiations->subnegotiations subnegoatiation->subnegotiation subnegoatiations->subnegotiations subnegoation->subnegotiation subnegoations->subnegotiations subnegociation->subnegotiation subnegociations->subnegotiations subnegogtiation->subnegotiation subnegogtiations->subnegotiations subnegoitation->subnegotiation subnegoitations->subnegotiations subnegoptionsotiation->subnegotiation subnegoptionsotiations->subnegotiations subnegosiation->subnegotiation subnegosiations->subnegotiations subnegotaiation->subnegotiation subnegotaiations->subnegotiations subnegotaition->subnegotiation subnegotaitions->subnegotiations subnegotatiation->subnegotiation subnegotatiations->subnegotiations subnegotation->subnegotiation subnegotations->subnegotiations subnegothiation->subnegotiation subnegothiations->subnegotiations subnegotication->subnegotiation subnegotications->subnegotiations subnegotioation->subnegotiation subnegotioations->subnegotiations subnegotion->subnegotiation subnegotionation->subnegotiation subnegotionations->subnegotiations subnegotions->subnegotiations subnegotiotation->subnegotiation subnegotiotations->subnegotiations subnegotiotion->subnegotiation subnegotiotions->subnegotiations subnegotitaion->subnegotiation subnegotitaions->subnegotiations subnegotitation->subnegotiation subnegotitations->subnegotiations subnegotition->subnegotiation subnegotitions->subnegotiations subnegoziation->subnegotiation subnegoziations->subnegotiations subobjecs->subobjects suboutine->subroutine subpackge->subpackage subpackges->subpackages subpecies->subspecies subporgram->subprogram subproccese->subprocess subprocess'->subprocess's subpsace->subspace subquue->subqueue subract->subtract subracted->subtracted subraction->subtraction subroutie->subroutine subrouties->subroutines subsceptible->susceptible subscibe->subscribe subscibed->subscribed subsciber->subscriber subscibers->subscribers subscritpion->subscription subscritpions->subscriptions subscritpiton->subscription subscritpitons->subscriptions subscritpt->subscript subscritption->subscription subscritptions->subscriptions subsecrion->subsection subsedent->subsequent subseqence->subsequence subseqent->subsequent subsequest->subsequent subsidary->subsidiary subsiduary->subsidiary subsitute->substitute subsituting->substituting subsitution->substitution subsquent->subsequent subsquently->subsequently substace->substance substact->subtract substaintially->substantially substancial->substantial substantialy->substantially substatial->substantial substition->substitution substitions->substitutions substititions->substitutions substituation->substitution substituations->substitutions substitude->substitute substituded->substituted substitudes->substitutes substituding->substituting substitue->substitute substituing->substituting substituion->substitution substituions->substitutions substiution->substitution substract->subtract substracted->subtracted substracting->subtracting substraction->subtraction substracts->subtracts substutite->substitute subsysytem->subsystem subsysytems->subsystems subsytem->subsystem subsytems->subsystems subtabels->subtables subtances->substances subtarger->subtarget, sub-target, subtargers->subtargets, sub-targets, subterranian->subterranean subtitute->substitute subtituted->substituted subtitutes->substitutes subtituting->substituting subtitution->substitution subtitutions->substitutions subtrafuge->subterfuge subtring->substring subtrings->substrings suburburban->suburban subystem->subsystem succceeded->succeeded succcess->success succcesses->successes succcessful->successful succcessfully->successfully succcessor->successor succcessors->successors succcessul->successful succcessully->successfully succecful->successful succed->succeed succedd->succeed succedded->succeeded succedding->succeeding succedds->succeeds succede->succeed succeded->succeeded succedes->succeeds succedfully->successfully succeding->succeeding succeds->succeeds succeedes->succeeds succeeed->succeed, succeeded, succees->success succes->success succesful->successful succesfull->successful succesfully->successfully succesfuly->successfully succesion->succession succesive->successive succesor->successor succesors->successors successfule->successful successfull->successful successfullies->successfully successfullly->successfully successfulln->successful successfullness->successfulness successfullt->successfully successfuly->successfully successing->successive successs->success successsfully->successfully successsion->succession successul->successful successully->successfully succint->succinct succseeded->succeeded succsess->success succsessfull->successful succsessive->successive suceed->succeed suceeded->succeeded suceeding->succeeding suceeds->succeeds suces->success sucesful->successful sucesfull->successful sucesfully->successfully sucesfuly->successfully sucesion->succession sucesive->successive sucess->success sucesses->successes sucessful->successful sucessfull->successful sucessfully->successfully sucessfuly->successfully sucession->succession sucessive->successive sucessor->successor sucessot->successor sucide->suicide sucidial->suicidal sucome->succumb sucsede->succeed sudmobule->submodule sudmobules->submodules sueful->useful suface->surface sufaces->surfaces sufface->surface suffaces->surfaces sufferage->suffrage sufferred->suffered sufferring->suffering sufficent->sufficient sufficently->sufficiently suffisticated->sophisticated suficcient->sufficient sugested->suggested sugestion->suggestion sugestions->suggestions sugests->suggests suggestsed->suggested suggesttion->suggestion suggesttions->suggestions suh->such suiete->suite suiteable->suitable sumamry->summary sumary->summary sumbitted->submitted sumed-up->summed-up summay->summary summerized->summarized summersalt->somersault sumodules->submodules sunglases->sunglasses suntask->subtask suop->soup supeblock->superblock supeena->subpoena supercalifragilisticexpialidoceous->supercalifragilisticexpialidocious supercede->supersede superceded->superseded supercedes->supersedes superceding->superseding superceed->supersede superceeded->superseded superflouous->superfluous superflous->superfluous superflouse->superfluous superfluious->superfluous superfluos->superfluous superfulous->superfluous superintendant->superintendent supersed->superseded superseedd->superseded superseede->supersede superseeded->superseded suphisticated->sophisticated suplementary->supplementary suplied->supplied suplimented->supplemented supllies->supplies suport->support suported->supported suporting->supporting suports->supports suportted->supported supose->suppose suposed->supposed suposedly->supposedly suposes->supposes suposing->supposing suposse->suppose suppied->supplied suppier->supplier suppies->supplies supplamented->supplemented suppliementing->supplementing suppliment->supplement suppoed->supposed suppoert->support suppoort->support suppoorts->supports suppopose->suppose suppor->support suppored->supported supporession->suppression supportd->supported supporte->supported supportin->supporting supportted->supported supposeded->supposed supposedely->supposedly supposeds->supposed supposedy->supposedly supposingly->supposedly suppossed->supposed suppoted->supported suppplied->supplied suppport->support suppported->supported suppporting->supporting suppports->supports suppres->suppress suppressable->suppressable, suppressible, suppressingd->suppressing supprt->support suppy->supply suppying->supplying supres->suppress supresed->suppressed supreses->suppresses supresing->suppressing supresion->suppression supress->suppress supressed->suppressed supresses->suppresses supressible->suppressible supressing->suppressing supression->suppression supressions->suppressions supressor->suppressor supressors->suppressors supresssion->suppression suprious->spurious suprise->surprise suprised->surprised suprises->surprises suprising->surprising suprisingly->surprisingly suprize->surprise suprized->surprised suprizing->surprising suprizingly->surprisingly supsend->suspend surbert->sherbet surfce->surface surgest->suggest surgested->suggested surgestion->suggestion surgestions->suggestions surgests->suggests surley->surly, surely, suround->surround surounded->surrounded surounding->surrounding suroundings->surroundings surounds->surrounds surpise->surprise surpises->surprises surplanted->supplanted surport->support surported->supported surpress->suppress surpressed->suppressed surpresses->suppresses surpressing->suppressing surprisinlgy->surprisingly surprize->surprise surprized->surprised surprizing->surprising surprizingly->surprisingly surregat->surrogate surrended->surrounded, surrendered, surrepetitious->surreptitious surrepetitiously->surreptitiously surreptious->surreptitious surreptiously->surreptitiously surrogage->surrogate surronded->surrounded surrouded->surrounded surrouding->surrounding surrrounded->surrounded surrundering->surrendering surveilence->surveillance surveill->surveil surveyer->surveyor survice->service, survive, survices->services, survives, surviver->survivor survivers->survivors survivied->survived susbsystem->subsystem susbsytem->subsystem susbsytems->subsystems suscribe->subscribe suscribed->subscribed suscribes->subscribes suseptable->susceptible suseptible->susceptible susinctly->succinctly susinkt->succinct suspedn->suspend suspention->suspension suspicios->suspicious suspicous->suspicious suspicously->suspiciously suspision->suspicion sussinct->succinct sustem->system sustitution->substitution sustitutions->substitutions susupend->suspend sutable->suitable sutdown->shutdown suttle->subtle suuport->support suuported->supported suuporting->supporting suuports->supports suvenear->souvenir svae->save svelt->svelte swaer->swear swaers->swears swalloed->swallowed swaped->swapped swapiness->swappiness swaping->swapping swcloumns->swcolumns swepth->swept swich->switch swiched->switched swiching->switching swicth->switch swicthed->switched swicthing->switching swiming->swimming switchs->switches switchting->switching swith->switch swithc->switch swithcboard->switchboard swithced->switched swithces->switches swithch->switch swithches->switches swithching->switching swithcing->switching swithcover->switchover swithed->switched swithing->switching switiches->switches swown->shown swtich->switch swtichs->switches sxl->xsl syas->says syatem->system sybsystem->subsystem sychronisly->synchronously sychronmode->synchronmode sycology->psychology sycronise->synchronise sycronised->synchronised sycronises->synchronises sycronising->synchronising sycronization->synchronization sycronizations->synchronizations sycronize->synchronize sycronized->synchronized sycronizes->synchronizes sycronizing->synchronizing sycronous->synchronous sycronously->synchronously sycronus->synchronous sylabus->syllabus sylabuses->syllabuses, syllabi, syle->style syles->styles sylibol->syllable syllabills->syllabus, syllabification, sylog->syslog symantics->semantics symbo->symbol symboll->symbol symbsol->symbol symbsols->symbols symemetric->symmetric symetri->symmetry symetric->symmetric symetrical->symmetrical symetrically->symmetrically symetry->symmetry symettric->symmetric symmetic->symmetric symmetral->symmetric symmetri->symmetry symmetricaly->symmetrically symnol->symbol symnols->symbols symobilic->symbolic symobl->symbol symol->symbol symols->symbols synagouge->synagogue synamic->dynamic synax->syntax synching->syncing synchonisation->synchronisation synchonise->synchronise synchonised->synchronised synchonises->synchronises synchonising->synchronising synchonization->synchronization synchonize->synchronize synchonized->synchronized synchonizes->synchronizes synchonizing->synchronizing synchonrous->synchronous synchroizing->synchronizing synchromized->synchronized synchroneous->synchronous synchroneously->synchronously synchronious->synchronous synchroniously->synchronously synchronizaton->synchronization synchronsouly->synchronously synchronuous->synchronous synchronus->synchronous syncrhonise->sychronise syncrhonised->synchronised syncrhonize->sychronize syncrhonized->synchronized syncronise->synchronise syncronised->synchronised syncronises->synchronises syncronising->synchronising syncronization->synchronization syncronizations->synchronizations syncronize->synchronize syncronized->synchronized syncronizes->synchronizes syncronizing->synchronizing syncronous->synchronous syncronously->synchronously syncronus->synchronous syncting->syncing syndonic->syntonic synomym->synonym synonim->synonym synonomous->synonymous synonymns->synonyms synopsys->synopsis synoym->synonym synphony->symphony synronous->synchronous syntac->syntax syntacks->syntax syntacs->syntax syntact->syntax syntactally->syntactically syntacts->syntax syntak->syntax syntaks->syntax syntakt->syntax syntakts->syntax syntaxg->syntax syntehsise->synthesise syntehsised->synthesised syntehsize->synthesize syntehsized->synthesized syntesis->synthesis syntetic->synthetic syntetize->synthesize syntetized->synthesized synthethic->synthetic synthtic->synthetic syphyllis->syphilis sypmtoms->symptoms sypport->support syrap->syrup sysbols->symbols syschronize->synchronize sysmatically->systematically sysmbol->symbol sysmograph->seismograph systax->syntax syste->system systemwindiow->systemwindow, system window, systen->system systens->systems systme->system systmes->systems sysyem->system sysyems->systems sytem->system sytematic->systematic sytemd->systemd sytemerror->systemerror sytemmemory->systemmemory sytems->systems sythesis->synthesis sytle->style sytled->styled sytles->styles sytlesheet->stylesheet sytling->styling sytnax->syntax sytntax->syntax szenario->scenario szenarios->scenarios szes->sizes szie->size szied->sized szies->sizes tabacco->tobacco tabbaray->taboret tabblow->tableau tabe->table tabel->table tabeles->tables tabels->tables tabeview->tabview tabke->table tablepsace->tablespace tablepsaces->tablespaces tablle->table tage->stage, take, tag, tagged, taged->tagged taget->target tagggen->taggen tagnet->tangent tagnetial->tangential tagnets->tangents tahn->than taht->that taks->task, tasks, takslet->tasklet talekd->talked tallerable->tolerable tangeant->tangent tangeantial->tangential tangeants->tangents tangensial->tangential tangentailly->tangentially tanget->tangent tangetial->tangential tangetially->tangentially tangets->tangents tanseint->transient tansfomed->transformed tansient->transient tanslate->translate tanslated->translated tanslates->translates tanslation->translation tanslations->translations tanslator->translator tarbal->tarball tarbals->tarballs targed->target targer->target targetted->targeted targetting->targeting targettting->targeting targt->target targte->target tarmigan->ptarmigan tarnsparent->transparent tarpolin->tarpaulin tasbar->taskbar tast->taste tath->that tatoos->tattoos tattooes->tattoos tavelling->travelling tawk->talk taxanomic->taxonomic taxanomy->taxonomy taxnomy->taxonomy taxomonmy->taxonomy taxonmy->taxonomy taxonoy->taxonomy taylored->tailored tbe->the tbey->they tcahce->cache tcahces->caches tcheckout->checkout te->the, be, teached->taught teamplate->template teated->treated techical->technical techician->technician techicians->technicians techincal->technical techincally->technically techinically->technically techiniques->techniques techique->technique techiques->techniques techneek->technique technic->technique technics->techniques technik->technique techniks->techniques technitian->technician technition->technician technlogy->technology technnology->technology technolgy->technology technoloiges->technologies tecnic->technique tedeous->tedious teh->the tehy->they tekst->text teksts->texts telegramm->telegram telelevision->television televsion->television telocom->telecom telphony->telephony temerature->temperature teminated->terminated teminating->terminating temlate->template temmporary->temporary, temporarily, temorarily->temporarily temorary->temporary tempalte->template tempaltes->templates tempararily->temporarily temparary->temporary temparate->temperate temparily->temporarily tempate->template tempated->templated tempates->templates tempatied->templatized tempation->temptation tempatised->templatised tempatized->templatized tempature->temperature tempdate->template tempearure->temperature tempelate->template temperarily->temporarily temperarure->temperature temperary->temporary temperatur->temperature tempereature->temperature temperment->temperament tempertaure->temperature temperture->temperature templaet->template templat->template templateas->templates tempoaray->temporary tempopary->temporary temporaere->temporary temporafy->temporary temporalily->temporarily temporaly->temporary, temporarily, temporally, temporarely->temporarily temporarilly->temporarily temporarilty->temporarily temporarilu->temporary temporarirly->temporarily temporarly->temporarily, temporary, temporay->temporary temporily->temporarily tempory->temporary temprarily->temporarily temprary->temporary, temporarily, temprature->temperature temproarily->temporarily temproary->temporary temproraily->temporarily temproraly->temporarily temprorarily->temporarily temprorarly->temporarily temprorary->temporary temproray->temporary temprorily->temporarily temprory->temporary temptatation->temptation tempurature->temperature tempurture->temperature temr->term temtation->temptation tenacle->tentacle tenacles->tentacles tenative->tentative tenatively->tentatively tendacy->tendency tendancies->tendencies tendancy->tendency tennisplayer->tennis player tepmorarily->temporarily teridactyl->pterodactyl terific->terrific terimnate->terminate terminater->terminator terminaters->terminators terminats->terminates termindate->terminate termine->determine termined->terminated terminte->terminate termperature->temperature ternament->tournament terrable->terrible terrestial->terrestrial terriories->territories terriory->territory territorist->terrorist territoy->territory terroist->terrorist tescase->testcase tescases->testcases tese->these tesed->used, teased, tesellate->tessellate tesellated->tessellated tesellation->tessellation tesellator->tessellator tessealte->tessellate tessealted->tessellated tesselatad->tessellated tesselate->tessellate tesselated->tessellated tesselation->tessellation tesselator->tessellator tessleate->tessellate tessleated->tessellated tessleating->tessellating tessleator->tessellator testeing->testing testiclular->testicular testin->testing testof->test of testomony->testimony tetrahedran->tetrahedron tetrahedrans->tetrahedrons tetry->retry tetss->tests tetxture->texture texchnically->technically texline->textline textfrme->textframe texual->textual texually->textually texxt->text tey->they tghe->the tha->than, that, the, thann->than, thank, thansk->thanks thansparent->transparent thant->than thare->there thast->that, that's, that;s->that's thatn->that, than, thats'->that's thats->that's thats;->that's thay->they thck->thick theather->theater theef->thief theer->there theery->theory theese->these thefore->therefore theif->thief theifs->thieves theire->their, they're, theiv->thief, they've, theive->thief theives->thieves themplate->template themselces->themselves themselfs->themselves themselve->themselves themslves->themselves thenes->themes thenn->then theorectical->theoretical theoreticall->theoretically ther->there, their, the, other, therafter->thereafter therapudic->therapeutic therby->thereby thereads->threads therefor->therefore, therefor, therefrom->there from therem->there thererin->therein theres->there's therfore->therefore theri->their, there, therough->through, thorough, thes->this, these, theses->these, thesis, theses, theshold->threshold thesholds->thresholds thess->this, these, thest->test thether->tether, whether, thetrahedron->tetrahedron thev->the theves->thieves thex->the, then, theyr->their, there, they're, theyre->they're, their, there, thgat->that thge->the thi->the, this, thicking->thinking, thickening, thicknes->thickness, thickens, thid->this thie->the, this, thier->their thign->thing thigns->things thigny->thingy thigsn->things thik->thick, think, thikn->think thikness->thickness thiknesses->thicknesses thikning->thinking, thickening, thikns->thinks thiks->thinks thimngs->things thinigs->things thinn->thin thirs->third, thirst, thirtyth->thirtieth this'd->this would thise->these, this, thisle->thistle thist->this thisy->this thiunk->think thjese->these thn->then thna->than thnak->thank thnaks->thanks thne->then thnig->thing thnigs->things tho->though, to, thou, thoe->those, though, thonic->chthonic thorugh->through, thorough, thorwn->thrown, thorn, thos->those, this, thoses->those thoughout->throughout thougth->thought thounsands->thousands thourough->thorough thouroughly->thoroughly thow->throw, tow, thown->thrown, town, thq->the thrad->thread thre->three, there, their, the, threadsave->threadsafe threashold->threshold threasholds->thresholds threatend->threatened threatment->treatment threatments->treatments threatning->threatening thred->thread threded->threaded thredhold->threshold threding->threading threds->threads threee->three threhold->threshold threrefore->therefore threshhold->threshold threshholds->thresholds threshol->threshold thresold->threshold thresshold->threshold thrid->third throen->thrown throgh->through thron->thrown, throne, throrough->thorough throttoling->throttling throug->through througg->through throughly->thoroughly throught->thought, through, throughout, througout->throughout througt->through througth->through throuh->through throuth->through throwed->threw, thrown, throwgh->through thru->through thrue->through thruout->throughout ths->the, this, thses->these thsi->this thsoe->those thsose->those thsould->should thst->that tht->the, that, thta->that thtat->that thte->the, that, thumbbnail->thumbnail thundebird->thunderbird thur->their thurough->thorough thurrow->thorough thurver->further thw->the, thaw, thyat->that tieing->tying tiem->time, item, tiemout->timeout tiemstamp->timestamp tieth->tithe tigger->trigger tiggered->triggered tiggering->triggering tiggers->triggers tighly->tightly tightely->tightly tigth->tight tigthen->tighten tigthened->tightened tigthening->tightening tigthens->tightens tigthly->tightly tihkn->think tihs->this tim->time, Tim, disabled due to being a person's name timedlta->timedelta timeing->timing timere->timer timestan->timespan timestemp->timestamp timestemps->timestamps timestmap->timestamp timetamp->timestamp timetamps->timestamps timmestamp->timestamp timming->timing timne->time timout->timeout timtout->timeout tinterrupts->interrupts tiome->time, tome, tipe->type, tip, tipically->typically titel->title titels->titles titile->title tje->the tjhe->the tjpanishad->upanishad tkae->take tkaes->takes tkaing->taking tlaking->talking toally->totally tobbaco->tobacco tobot->robot toches->touches tocksen->toxin todays->today's, disabled because of var names todya->today togehter->together toggel->toggle togheter->together toghether->together togling->toggling toglle->toggle toglled->toggled togther->together toi->to, toy, toke->took tolarable->tolerable tolelerance->tolerance tolen->token tolens->tokens toleranz->tolerance tolerence->tolerance tolernce->tolerance Tolkein->Tolkien tollerable->tolerable tollerance->tolerance tomatoe->tomato tomatos->tomatoes tommorow->tomorrow tommorrow->tomorrow tomorrrow->tomorrow tongiht->tonight tood->todo toogle->toggle toogling->toggling tookits->toolkits toolar->toolbar toolsbox->toolbox toom->tomb tooo->todo toos->tools tootonic->teutonic topicaizer->topicalizer topologie->topology torerable->tolerable toriodal->toroidal tork->torque tormenters->tormentors tornadoe->tornado torpeados->torpedoes torpedos->torpedoes tortilini->tortellini tortise->tortoise totation->rotation tothe->to the tothiba->toshiba totol->total totorial->tutorial totorials->tutorials touble->trouble toubles->troubles toubling->troubling tought->thought, taught, tough, toughtful->thoughtful toughtly->tightly toughts->thoughts tounge->tongue touple->tuple tourch->torch, touch, towords->towards towrad->toward toxen->toxin trabsform->transform trackign->tracking tradgic->tragic tradionally->traditionally traditilnal->traditional traditiona->traditional traditionaly->traditionally traditionnal->traditional traditition->tradition tradtional->traditional tradtionally->traditionally trafficed->trafficked trafficing->trafficking trafic->traffic tragectory->trajectory traiing->trailing, training, trailling->trailing traker->tracker trama->trauma tramsmitted->transmitted tranaction->transaction tranactional->transactional tranactions->transactions tranceiver->transceiver tranceivers->transceivers trancendent->transcendent trancending->transcending tranclate->translate tranfer->transfer tranfered->transferred tranfering->transferring tranferred->transferred tranfers->transfers tranform->transform tranformation->transformation tranformations->transformations tranformative->transformative tranformed->transformed tranforming->transforming tranforms->transforms tranient->transient tranlate->translate tranlated->translated tranlates->translates tranlating->translating tranlation->translation tranlations->translations tranmission->transmission tranmist->transmit tranmitted->transmitted tranmitting->transmitting tranparent->transparent tranparently->transparently tranport->transport transacion->transaction transaction-spacific->transaction-specific transactoin->transaction transalte->translate transation->transaction, translation, transations->transactions, translations, transcendance->transcendence transcendant->transcendent transcendentational->transcendental transciever->transceiver transcievers->transceivers transcripting->transcribing, transcription, transeint->transient transending->transcending transer->transfer transesxuals->transsexuals transferd->transferred transfered->transferred transfering->transferring transferrd->transferred transfert->transfer, transferred, transfom->transform transfomed->transformed transfomm->transform transfoprmation->transformation transformated->transformed transformaton->transformation transformatted->transformed transfrom->transform transfromate->transform, transformed, transfromation->transformation transfromations->transformations transfromed->transformed transfroming->transforming transfroms->transforms transision->transition transisions->transitions transisition->transition transistion->transition transistions->transitions transitionned->transitioned transiton->transition transitons->transitions transitor->transistor transitors->transistors translater->translator translaters->translators translatied->translated translatoin->translation translatoins->translations translteration->transliteration transmision->transmission transmisive->transmissive transmissable->transmissible transmissione->transmission transmist->transmit transmited->transmitted transmiter->transmitter transmiters->transmitters transmiting->transmitting transmition->transmission transmitsion->transmission transmittion->transmission transmitts->transmits transmmit->transmit transorm->transform transormed->transformed transorming->transforming transorms->transforms transpable->transposable transpacencies->transparencies transpacency->transparency transpaernt->transparent transpaerntly->transparently transpancies->transparencies transpancy->transparency transpant->transplant transparaent->transparent transparaently->transparently transparanceies->transparencies transparancey->transparency transparancies->transparencies transparancy->transparency transparanet->transparent transparanetly->transparently transparanies->transparencies transparant->transparent transparantly->transparently transparany->transparency transpararent->transparent transpararently->transparently transparcencies->transparencies transparcency->transparency transparcenies->transparencies transparceny->transparency transparecy->transparency transparities->transparencies transparity->transparency transparnecies->transparencies transparnecy->transparency transparnt->transparent transparntly->transparently transparren->transparent transparrenly->transparently transparrent->transparent transparrently->transparently transpart->transport transparts->transports transpatrent->transparent transpatrently->transparently transpencies->transparencies transpency->transparency transpeorted->transported transperancies->transparencies transperancy->transparency transperant->transparent transperantly->transparently transperencies->transparencies transperency->transparency transperent->transparent transperently->transparently transporation->transportation transportatin->transportation transprencies->transparencies transprency->transparency transprent->transparent transprently->transparently transprot->transport transproted->transported transprots->transports transprt->transport transprts->transports transpsition->transposition transsend->transcend transtion->transition transtions->transitions transtition->transition transtitions->transitions transtorm->transform transtormed->transformed tranversing->traversing trasaction->transaction trascation->transaction trasfer->transfer trasferred->transferred trasfers->transfers traslate->translate traslated->translated traslates->translates traslating->translating traslucency->translucency trasmission->transmission trasnaction->transaction trasnlate->translate trasnlated->translated trasnlation->translation trasnport->transport trasnports->transports trasparency->transparency trasparent->transparent trasparently->transparently trasport->transport trasportable->transportable trasported->transported trasporter->transporter trasports->transports traspose->transpose trasposed->transposed trasposition->transposition traspositions->transpositions traveral->traversal travese->traverse tre->tree treadet->treated treak->treat, tweak, treate->treat treatement->treatment treates->treats tremelo->tremolo tremelos->tremolos trempoline->trampoline treshhold->threshold treshold->threshold tressle->trestle treting->treating trgistration->registration trhe->the triange->triangle trianglular->triangular trianglutaion->triangulation triangulataion->triangulation triangultaion->triangulation trigerred->triggered trigerring->triggering trigers->triggers trigged->triggered triggerd->triggered triggeres->triggers triggerred->triggered triggger->trigger triguered->triggered trimed->trimmed triming->trimming, timing, tring->trying, string, ring, trings->strings, rings, triology->trilogy tripple->triple trival->trivial trivally->trivially trivias->trivia trnasmit->transmit trnasmited->transmitted trnasmits->transmits trnsfer->transfer trnsfered->transferred trnsfers->transfers troling->trolling trought->through troup->troupe troups->troupes, troops, trubble->trouble trubbled->troubled trubbles->troubles truble->trouble trubled->troubled trubles->troubles trucate->truncate trucated->truncated trucates->truncates trucating->truncating trucnate->truncate trucnated->truncated trucnating->truncating truelly->truly truely->truly truied->tried trully->truly trun->turn trunacted->truncated truncat->truncate trunctation->truncation truncted->truncated truned->turned trustworthyness->trustworthiness trustworty->trustworthy trustwortyness->trustworthiness tryed->tried tryes->tries tryig->trying tryinng->trying trys->tries ttests->tests tthe->the tufure->future tuhmbnail->thumbnail tunelled->tunnelled tunelling->tunneling tunned->tuned tunnell->tunnel tuotiral->tutorial tuotirals->tutorials tupel->tuple tupple->tuple tupples->tuples ture->true turle->turtle turly->truly turnk->turnkey, trunk, turtorial->tutorial turtorials->tutorials Tuscon->Tucson tust->trust tutoriel->tutorial tutoriels->tutorials twelth->twelfth twon->town twpo->two tye->type, tie, tyes->types, ties, tyhat->that tyhe->they tyies->tries tyope->type typcial->typical typechek->typecheck typecheking->typechecking typicall->typically, typical, typicallly->typically typicaly->typically typicially->typically typle->tuple typles->tuples typoes->typos typographc->typographic tyranies->tyrannies tyrany->tyranny tyrranies->tyrannies tyrrany->tyranny ubelieveble->unbelievable ubelievebly->unbelievably ubiquitious->ubiquitous ubiquituously->ubiquitously ublisher->publisher ubunut->Ubuntu ubutunu->Ubuntu udpate->update udpated->updated udpater->updater udpates->updates udpating->updating ue->due ueful->useful uegister->unregister uesd->used uglyness->ugliness uint->unit, disabled due to being a data type uique->unique uise->use uite->suite uites->suites uknown->unknown uknowns->unknowns ukowns->unknowns, unknown, Ukranian->Ukrainian ulimited->unlimited ulter->alter ulteration->alteration ulterations->alterations ultered->altered ultering->altering ulters->alters ultimatly->ultimately ultimely->ultimately umambiguous->unambiguous umark->unmark umarked->unmarked umbrealla->umbrella uminportant->unimportant umit->unit ummark->unmark umoutn->umount unabailable->unavailable unabale->unable unabel->unable unacceptible->unacceptable unaccesible->unaccessible unacompanied->unaccompanied unahppy->unhappy unalllowed->unallowed unambigious->unambiguous unambigous->unambiguous unambigously->unambiguously unamed->unnamed unanimuous->unanimous unanymous->unanimous unaquired->unacquired unarchving->unarchiving unathorised->unauthorised unavaiable->unavailable unavaialable->unavailable unavaialbale->unavailable unavaialbe->unavailable unavaialbel->unavailable unavaialbility->unavailability unavaialble->unavailable unavaible->unavailable unavailabel->unavailable unavailible->unavailable unavaliable->unavailable unavaoidable->unavoidable unavilable->unavailable unballance->unbalance unbeknowst->unbeknownst unbeleifable->unbelievable unbeleivable->unbelievable unbeliefable->unbelievable unbelivable->unbelievable unbeliveable->unbelievable unbeliveably->unbelievably unbelivebly->unbelievably unborned->unborn unbunded->unbundled, unbounded, uncahnged->unchanged unce->once uncehck->uncheck uncehcked->unchecked uncertainities->uncertainties uncertainity->uncertainty unchache->uncache unchached->uncached unchaged->unchanged unchainged->unchanged unchallengable->unchallengeable unchaned->unchanged unchaneged->unchanged unchangable->unchangeable uncheked->unchecked unchenged->unchanged uncoment->uncomment uncomented->uncommented uncomenting->uncommenting uncoments->uncomments uncomitted->uncommitted uncommited->uncommitted uncommment->uncomment uncommmented->uncommented uncommmenting->uncommenting uncommments->uncomments uncommmitted->uncommitted uncommmon->uncommon uncommpresed->uncompressed uncommpresion->uncompression uncommpressd->uncompressed uncommpressed->uncompressed uncommpression->uncompression uncommtited->uncommitted uncomon->uncommon uncompetetive->uncompetitive uncompetive->uncompetitive uncomplete->incomplete uncompleteness->incompleteness uncompletness->incompleteness uncompres->uncompress uncompresed->uncompressed uncompreses->uncompresses uncompresing->uncompressing uncompresor->uncompressor uncompresors->uncompressors uncomprss->uncompress unconcious->unconscious unconciousness->unconsciousness uncondisional->unconditional uncondisionaly->unconditionally uncondisionnal->unconditional uncondisionnaly->unconditionally unconditinally->unconditionally unconditionaly->unconditionally unconditionnal->unconditional unconditionnally->unconditionally unconditionnaly->unconditionally uncondtional->unconditional uncondtionally->unconditionally unconfiged->unconfigured unconfortability->discomfort unconsistent->inconsistent uncontitutional->unconstitutional uncontrolable->uncontrollable unconvential->unconventional uncorelated->uncorrelated uncorrect->incorrect uncorrectly->incorrectly uncorrolated->uncorrelated uncoverted->unconverted uncrypted->unencrypted undecideable->undecidable undefied->undefined undefien->undefine undefiend->undefined undeflows->underflows undefuned->undefined undependend->independent, nondependent, underlayed->underlaid underlaying->underlying underlow->underflow underrrun->underrun undersacn->underscan understadn->understand understadning->understanding understoon->understood understoud->understood undertable->understandable, understand, undertand->understand undertsand->understand undertsanding->understanding undertsands->understands undertsood->understood underun->underrun underuns->underruns undesireable->undesirable undestand->understand undestood->understood undet->under undetecable->undetectable undfine->undefine undfined->undefined undfines->undefines undistinghable->indistinguishable undoubtely->undoubtedly undreground->underground undupplicated->unduplicated uneccesary->unnecessary uneccessarily->unnecessarily unecessary->unnecessary uneeded->unneeded, needed, uneforceable->unenforceable uneform->uniform unencrpt->unencrypt unencrpted->unencrypted unenforcable->unenforceable unepected->unexpected unepectedly->unexpectedly unequalities->inequalities unequality->inequality uner->under unesacpe->unescape unesacped->unescaped unessecarry->unnecessary unessecary->unnecessary unexcpected->unexpected unexecpted->unexpected unexected->unexpected unexepcted->unexpected unexepected->unexpected unexepectedly->unexpectedly unexpacted->unexpected unexpcted->unexpected unexpect->unexpected unexpectdly->unexpectedly unexpecte->unexpected unexpectend->unexpected unexpeted->unexpected unexpetedly->unexpectedly unexspected->unexpected unflaged->unflagged unflexible->inflexible unforetunately->unfortunately unforgetable->unforgettable unforgiveable->unforgivable unformated->unformatted unforseen->unforeseen unfortuante->unfortunate unfortuantely->unfortunately unfortunatelly->unfortunately unfortunatetly->unfortunately unfortunatley->unfortunately unfortunatly->unfortunately unfortunetly->unfortunately unfortuntaly->unfortunately unforunate->unfortunate unforunately->unfortunately unfourtunately->unfortunately unfourtunetly->unfortunately unfurtunately->unfortunately ungeneralizeable->ungeneralizable unhandeled->unhandled unhilight->unhighlight unhilighted->unhighlighted unhilights->unhighlights Unicde->Unicode unidentifiedly->unidentified unidimensionnal->unidimensional unifiy->unify uniformely->uniformly unifrom->uniform unifromed->uniformed unifromity->uniformity unifroms->uniforms unihabited->uninhabited unilateraly->unilaterally unilatreal->unilateral unilatreally->unilaterally unimpemented->unimplemented unimplemeneted->unimplemented unimplimented->unimplemented uninfrom->uninform, uniform, uninfromed->uninformed, uniformed, uninfromes->uninforms, uniforms, uninfroming->uninforming, uniforming, uninfroms->uninforms, uniforms, uninitailised->uninitialised uninitailized->uninitialized uninitalise->uninitialise uninitalised->uninitialised uninitalises->uninitialises uninitalize->uninitialize uninitalized->uninitialized uninitalizes->uninitializes uniniteresting->uninteresting uninitialse->uninitialise uninitialsed->uninitialised uninitialses->uninitialises uninitialze->uninitialize uninitialzed->uninitialized uninitialzes->uninitializes uninstalable->uninstallable uninstatiated->uninstantiated unintelligable->unintelligible unintented->unintended unintentially->unintentionally uninteressting->uninteresting uninterpretted->uninterpreted uninterruped->uninterrupted uninterruptable->uninterruptible unintersting->uninteresting uninteruppted->uninterrupted uninterupted->uninterrupted unintesting->uninteresting unintialised->uninitialised unintialized->uninitialized unintiallised->uninitialised unintiallized->uninitialized unintialsied->uninitialised unintialzied->uninitialized uniqe->unique uniqu->unique uniquness->uniqueness UnitesStates->UnitedStates unitialize->uninitialize unitialized->uninitialized unitilised->uninitialised unitilising->uninitialising unitilities->utilities unitility->utility unitilized->uninitialized unitilizing->uninitializing unitilties->utilities unitilty->utility unititialized->uninitialized unitss->units univeral->universal univerally->universally univeriality->universality univeristies->universities univeristy->university univerities->universities univerity->university universial->universal universiality->universality universirty->university universtal->universal universtiy->university univesities->universities univesity->university univrsal->universal unknon->unknown unknonw->unknown unknonwn->unknown unknonws->unknowns unknow->unknown, unknow, unknows->unknowns, unknows, unknwon->unknown unknwons->unknowns unkonwn->unknown unkonwns->unknowns unkown->unknown unkowns->unknowns unkwown->unknown unlcear->unclear unles->unless unlikey->unlikely unlikley->unlikely unlimitied->unlimited unlimted->unlimited unline->unlike unloadins->unloading unmainted->unmaintained unmanouverable->unmaneuverable, unmanoeuvrable, unmaping->unmapping unmappend->unmapped unmarsalling->unmarshalling unmistakeably->unmistakably unmodifable->unmodifiable unmodifed->unmodified unmoutned->unmounted unnacquired->unacquired unncessary->unnecessary unneccecarily->unnecessarily unneccecary->unnecessary unneccesarily->unnecessarily unneccesary->unnecessary unneccessarily->unnecessarily unneccessary->unnecessary unnecesarily->unnecessarily unnecesarrily->unnecessarily unnecesarry->unnecessary unnecesary->unnecessary unnecessar->unnecessary unnecessarilly->unnecessarily unnecesserily->unnecessarily unnecessery->unnecessary unnecssary->unnecessary unnedded->unneeded unneded->unneeded unneedingly->unnecessarily unnescessarily->unnecessarily unnescessary->unnecessary unnesesarily->unnecessarily unnessasary->unnecessary unnessecarily->unnecessarily unnessecarry->unnecessary unnessecary->unnecessary unnessesarily->unnecessarily unnessesary->unnecessary unnessessarily->unnecessarily unnessessary->unnecessary unning->running unocde->Unicode unoffical->unofficial unoin->union unompress->uncompress unoperational->nonoperational unorderd->unordered unorotated->unrotated unoticeable->unnoticeable unpacke->unpacked unpacket->unpacked unparseable->unparsable unplease->displease unpleasent->unpleasant unplesant->unpleasant unplesent->unpleasant unprecendented->unprecedented unprecidented->unprecedented unprecise->imprecise unpredictablity->unpredictability unpredictible->unpredictable unpriviliged->unprivileged unprmopted->unprompted unqiue->unique unqoute->unquote unqouted->unquoted unqoutes->unquotes unqouting->unquoting unque->unique unreacahable->unreachable unreacahble->unreachable unreacheable->unreachable unrealeased->unreleased unreasonabily->unreasonably unrechable->unreachable unrecocnized->unrecognized unrecoginized->unrecognized unrecogized->unrecognized unrecognixed->unrecognized unreconized->unrecognized unrecovable->unrecoverable unrecoverd->unrecovered unregiste->unregister unregisted->unregistered unregisteing->registering unregisterd->unregistered unregisteres->unregisters unregistert->unregistered unregistes->unregisters unregisting->unregistering unregistred->unregistered unregistrs->unregisters unregiter->unregister unregiters->unregisters unregnized->unrecognized unregognised->unrecognised unregsiter->unregister unregsitered->unregistered unregsitering->unregistering unregsiters->unregisters unregster->unregister unregstered->unregistered unregstering->unregistering unregsters->unregisters unreigister->unregister unreigster->unregister unreigstered->unregistered unreigstering->unregistering unreigsters->unregisters unrelatd->unrelated unreleated->unrelated unrelted->unrelated unrelyable->unreliable unrelying->underlying unrepentent->unrepentant unrepetant->unrepentant unrepetent->unrepentant unreproducable->unreproducible unresgister->unregister unresgisterd->unregistered unresgistered->unregistered unresgisters->unregisters unresonable->unreasonable unresposive->unresponsive unrestrcited->unrestricted unroated->unrotated unsable->unusable, usable, unstable, unsccessful->unsuccessful unsearcahble->unsearchable unsed->unused, used, unselcted->unselected unselctes->unselects unselcting->unselecting unselcts->unselects unselecgt->unselect unselecgted->unselected unselecgtes->unselects unselecgting->unselecting unselecgts->unselects unselectabe->unselectable unsepcified->unspecified unser->under, unset, unsure, user, unseting->unsetting unsettin->unsetting unsharable->unshareable unsiged->unsigned unsignificant->insignificant unsinged->unsigned unspecificed->unspecified unspported->unsupported unstall->install, uninstall, unstallation->installation, uninstallation, unstalled->installed, uninstalled, unstaller->installer, uninstaller, unstalles->installs, uninstalls, unstalling->installing, uninstalling, unstalls->installs, uninstalls, unsual->unusual unsubscibe->unsubscribe unsubscibed->unsubscribed unsubscibing->unsubscribing unsubscritpion->unsubscription unsubscritpions->unsubscriptions unsubscritpiton->unsubscription unsubscritpitons->unsubscriptions unsubscritption->unsubscription unsubscritptions->unsubscriptions unsubstanciated->unsubstantiated unsucccessful->unsuccessful unsucccessfully->unsuccessfully unsucccessul->unsuccessful unsucccessully->unsuccessfully unsuccesful->unsuccessful unsuccesfull->unsuccessful unsuccesfully->unsuccessfully unsuccessfull->unsuccessful unsuccessfullly->unsuccessfully unsucesful->unsuccessful unsucesfuly->unsuccessfully unsucessful->unsuccessful unsucessfull->unsuccessful unsucessfully->unsuccessfully unsued->unused unsufficient->insufficient unsuportable->unsupportable unsuported->unsupported unsupport->unsupported unsupress->unsuppress unsupressed->unsuppressed unsupresses->unsuppresses unsuprised->unsurprised unsuprising->unsurprising unsuprisingly->unsurprisingly unsuprized->unsurprised unsuprizing->unsurprising unsuprizingly->unsurprisingly unsurprized->unsurprised unsurprizing->unsurprising unsurprizingly->unsurprisingly unsused->unused unswithced->unswitched untargetted->untargeted unter->under untill->until untintuitive->unintuitive untoched->untouched untrached->untracked untranslateable->untranslatable untrasposed->untransposed untrustworty->untrustworthy untypically->atypically unued->unused ununsed->unused ununsual->unusual unusal->unusual unusally->unusually unuseable->unusable unuseful->useless unusre->unsure unusuable->unusable unvailable->unavailable unversionned->unversioned unversoned->unversioned unviersity->university unwarrented->unwarranted unweildly->unwieldy unwieldly->unwieldy unwraped->unwrapped unwrritten->unwritten unx->unix unxepected->unexpected unxepectedly->unexpectedly unxpected->unexpected unziped->unzipped upadte->update upadted->updated upadter->updater upadters->updaters upadtes->updates upate->update upated->updated upater->updater upates->updates upating->updating upcomming->upcoming updat->update updateded->updated updateed->updated updatees->updates updateing->updating updatig->updating updats->updates updgrade->upgrade uperclass->upperclass upgade->upgrade upgarde->upgrade upgarte->upgrade upgradded->upgraded upgradei->upgrade upgradingn->upgrading upgrate->upgrade upholstry->upholstery upliad->upload uppon->upon upported->supported upporterd->supported uppstream->upstream uppwards->upwards uprade->upgrade uprgaded->upgraded upsream->upstream upsrteam->upstream upsrteamed->upstreamed upsrteams->upstreams upsteam->upstream upsteram->upstream upstread->upstream upstreamedd->upstreamed upstreammed->upstreamed upstreammer->upstreamer upstreamming->upstreaming upstrema->upstream uptadeable->updatable uptim->uptime uptions->options upto->up to uptodate->up-to-date uptodateness->up-to-dateness uptream->upstream urrlib->urllib usal->usual usally->usually uscaled->unscaled useability->usability useable->usable useage->usage usebility->usability useble->usable useed->used usees->uses usefule->useful usefulfor->useful for usefull->useful usefullness->usefulness usefult->useful usefuly->usefully usefutl->useful useg->user, usage, usege->usage useing->using user-defiend->user-defined user-defiened->user-defined usera->users userapace->userspace userful->useful userpace->userspace userpsace->userspace usersapce->userspace userspase->userspace usesfull->useful usespace->userspace usetnet->Usenet usibility->usability usig->using usign->using, unsign, usin->using usind->using usinging->using usinng->using usng->using uspported->supported, unsupported, ussual->usual ussuall->usual ussually->usually usuable->usable usuage->usage usuall->usually, usual, usuallly->usually usualy->usually usueful->useful ususal->usual ususally->usually UTF8ness->UTF-8-ness utiilties->utilities utilies->utilities utilis->utilise utilites->utilities utiliz->utilize utiliza->utilize utilizaton->utilization utillities->utilities utilties->utilities utiltities->utilities utiltity->utility utilty->utility utitlty->utility utlities->utilities utlity->utility utput->output utputs->outputs uupload->upload vaalues->values vaccum->vacuum vaccume->vacuum vaccuum->vacuum vacinity->vicinity vacuosly->vacuously vaguaries->vagaries vaiable->variable vaiables->variables vaiant->variant vaiants->variants vaid->valid, void, vaieties->varieties vaild->valid vailidity->validity vailidty->validity vairous->various valailable->available valdate->validate valetta->valletta valiator->validator validaterelase->validaterelease valididty->validity validing->validating valied->valid valies->values valif->valid valitdity->validity valkues->values vallue->value vallues->values valu->value valuble->valuable valudes->values value-to-pack->value to pack valueable->valuable valuess->values valuie->value valuse->values, value, vanishs->vanishes varable->variable varables->variables varaiable->variable varaiables->variables varaiance->variance varaiation->variation varaible->variable varaibles->variables varation->variation varations->variations variabe->variable variabel->variable variabele->variable variabes->variables varialbles->variables varian->variant variantions->variations variatinos->variations variatoin->variation variatoins->variations varibable->variable varibables->variables varibale->variable varibales->variables varibaless->variables varibel->variable varibels->variables varibility->variability variblae->variable variblaes->variables varible->variable varibles->variables varience->variance varient->variant varients->variants varierty->variety variey->variety variing->varying varing->varying varities->varieties varity->variety variuos->various variuous->various varius->various varn->warn varned->warned varning->warning varnings->warnings varns->warns varoius->various vartical->vertical vartically->vertically vas->was vasall->vassal vasalls->vassals vaue->value vaule->value vauled->valued vaules->values vauling->valuing vave->have, valve, vavlue->value vbsrcript->vbscript vebrose->verbose vecotr->vector vecotrs->vectors vectore->vector vectores->vectors vedio->video vefiry->verify vegatarian->vegetarian vegeterian->vegetarian vegitable->vegetable vegitables->vegetables vegtable->vegetable vehicule->vehicle vektor->vector vektors->vectors velidate->validate vell->well vender->vendor venders->vendors venemous->venomous vengance->vengeance vengence->vengeance verbatum->verbatim verbous->verbose verbouse->verbose verbously->verbosely verbse->verbose veresion->version veresions->versions verfication->verification verfy->verify verfying->verifying verifi->verify, verified, verifiaction->verification verifie->verify, verified, verifing->verifying verifty->verify veriftying->verifying verifyied->verified verion->version verions->versions veriosn->version veriosns->versions verious->various verison->version verisoned->versioned verisons->versions veritcal->vertical veritical->vertical verly->very vermillion->vermilion verndor->vendor verrical->vertical verry->very vershin->version versin->version versioed->versioned versioing->versioning versiom->version versionaddded->versionadded versionm->version versionms->versions versionned->versioned versionning->versioning versios->versions versitilaty->versatility versitlity->versatility versoin->version verson->version versoned->versioned versons->versions vertexes->vertices vertextes->vertices vertexts->vertices vertial->vertical verticall->vertical verticaly->vertically verticies->vertices verticle->vertical verticlealign->verticalalign vertiece->vertex vertieces->vertices vertikal->vertical vertix->vertex vertixes->vertices vertixs->vertices veryfieng->verifying veryified->verified veryifies->verifies veryify->verify veryifying->verifying vesion->version vesions->versions vetex->vertex vetexes->vertices vetween->between vew->view veyr->very vhild->child viatnamese->vietnamese vicefersa->vice-versa videostreamming->videostreaming vie->via vieport->viewport vieports->viewports vietnamesea->Vietnamese viewtransfromation->viewtransformation vigeur->vigueur, vigour, vigor, vigilence->vigilance vigourous->vigorous vill->will villian->villain villification->vilification villify->vilify villin->villi, villain, villein, vincinity->vicinity vinrator->vibrator vioalte->violate vioaltion->violation violentce->violence virtaul->virtual virtiual->virtual virtualiziation->virtualization virtualy->virtually virtuell->virtual virtural->virtual virture->virtue virual->virtual, viral, virutal->virtual virutalenv->virtualenv virutalisation->virtualisation virutalise->virtualise virutalised->virtualised virutalization->virtualization virutalize->virtualize virutalized->virtualized virutally->virtually virutals->virtuals visability->visibility visable->visible visably->visibly visblie->visible vise->vice, vise, visiable->visible visiably->visibly visibale->visible visibile->visible visibilty->visibility visibleable->visible visibles->visible visiblities->visibilities visiblity->visibility visiblle->visible visinble->visible visious->vicious visisble->visible visiter->visitor visiters->visitors visivble->visible vissible->visible visted->visited visting->visiting vistors->visitors vitories->victories vitual->virtual viusally->visually viusualisation->visualisation viwer->viewer viwers->viewers vlarge->large vlaue->value vlaues->values vlues->values volatage->voltage volcanoe->volcano volenteer->volunteer volenteered->volunteered volenteers->volunteers voleyball->volleyball volontary->voluntary volonteer->volunteer volonteered->volunteered volonteering->volunteering volonteers->volunteers volounteer->volunteer volounteered->volunteered volounteering->volunteering volounteers->volunteers volumne->volume volums->volume vonfig->config vould->would voxes->voxels, voxel, vreity->variety vresion->version vrey->very vriety->variety vrsion->version vrsions->versions vulerabilities->vulnerabilities vulerability->vulnerability vulerable->vulnerable vulerabuilities->vulnerabilities vulerabuility->vulnerability vulerabule->vulnerable vulnearable->vulnerable vulnearabule->vulnerable vulnearbilities->vulnerabilities vulnearbility->vulnerability vulnearbuilities->vulnerabilities vulnearbuility->vulnerability vulnerabilility->vulnerability vulnerabilites->vulnerabilities vulnerabiliti->vulnerability vulnerabilitie->vulnerability vulnerabilitis->vulnerabilities vulnerabilitiy->vulnerability vulnerabillities->vulnerabilities vulnerabillity->vulnerability vulnerabilties->vulnerabilities vulnerabilty->vulnerability vulnerablility->vulnerability vulnerabuilility->vulnerability vulnerabuilites->vulnerabilities vulnerabuiliti->vulnerability vulnerabuilitie->vulnerability vulnerabuilities->vulnerabilities vulnerabuilitis->vulnerabilities vulnerabuilitiy->vulnerability vulnerabuility->vulnerability vulnerabuillities->vulnerabilities vulnerabuillity->vulnerability vulnerabuilties->vulnerabilities vulnerabuilty->vulnerability vulnerabule->vulnerable vulnerabulility->vulnerability vulnerbilities->vulnerabilities vulnerbility->vulnerability vulnerbuilities->vulnerabilities vulnerbuility->vulnerability vyer->very vyre->very waht->what wakup->wakeup wallthickness->wall thickness wan't->want, wasn't, wan->want wan;t->want, wasn't, wanna->want to, disabled because one might want to allow informal spelling want's->wants want;s->wants wantto->want to wappers->wrappers warantee->warranty waranties->warranties waranty->warranty wardobe->wardrobe waring->warning warinigs->warnings warks->works warlking->walking warnig->warning warnign->warning warnigns->warnings warnigs->warnings warrent->warrant warrriors->warriors was'nt->wasn't was't->wasn't was;t->wasn't wasn->wasn't, was, wasn;t->wasn't wasnt'->wasn't wasnt->wasn't wasnt;->wasn't wass->was watchog->watchdog watermask->watermark wathc->watch wating->waiting watn->want wavelenght->wavelength wavelenghts->wavelengths wavelnes->wavelines wayword->wayward weant->want, wean, weaponary->weaponry weas->was webiste->website wedensday->Wednesday wednesdaay->Wednesday wege->wedge wehere->where wehn->when wehther->whether weigth->weight weigthed->weighted weigths->weights weild->wield, wild, weilded->wielded weill->will weired->weird weitght->weight well-reknown->well-renowned, well renown, well-reknowned->well-renowned, well renowned, wen->we, when, wendesday->Wednesday wendsay->Wednesday wensday->Wednesday were'->we're were'nt->weren't wereabouts->whereabouts wereas->whereas weree->were werent->weren't werever->wherever wery->very, wary, weary, wether->weather, whether, wew->we whan->want, when, whant->want whants->wants whataver->whatever whatepsace->whitespace whatepsaces->whitespaces whather->whether, weather, whats->what's whch->which whcih->which whe->when, we, wheather->weather, whether, whehter->whether wheigh->weigh whell->wheel, well, whenevery->whenever whenver->whenever wher->where wheras->whereas wherease->whereas whereever->wherever wherether->whether whery->where whet->when, what, wet, whet, whetehr->whether wheter->whether whethe->whether whethter->whether whheel->wheel whic->which whicg->which which;s->which's whichs->which's whicht->which whihc->which whihch->which whilest->whilst whiling->while whilw->while whioch->which whiped->wiped whis->this whish->wish whishlist->wishlist whitch->which whitchever->whichever whitepsace->whitespace whitepsaces->whitespaces whith->with whithin->within whithout->without whitout->without, whiteout, whitre->white whitspace->whitespace whlch->which whle->while whlie->while whn->when whne->when whoes->whose whoknows->who knows wholey->wholly wholy->wholly, holy, whoose->whose whos->whose, who's, whould->would whta->what whther->whether whyth->with whythout->without wich->which widesread->widespread widged->widget widgit->widget widht->width widhtpoint->widthpoint widhtpoints->widthpoints widthn->width wief->wife wieh->view wierd->weird wierdness->weirdness wieth->width wiew->view wighed->weighed, wicked, wight->weight, white, right, wight, wighted->weighted, weighed, wights->weights, whites, rights, wights, wih->with wihich->which wihite->white wihle->while wihout->without wiht->with wihtin->within wiil->will wikpedia->wikipedia wil->will, well, wilcard->wildcard wilcards->wildcards wilh->will wille->will willingless->willingness willk->will willl->will windo->window windos->windows windwo->window winn->win winodw->window wipoing->wiping wirded->wired, weird, wirh->with wirtable->writable, writeable, wirte->write wirter->writer wirters->writers wirtes->writes wirth->with, worth, wirting->writing wirtten->written wirtual->virtual wit->wit, with, witable->writeable witdh->width wite->write, white, witha->with a, with, withdrawl->withdrawal, withdraw, withe->with witheld->withheld withh->with withih->within withing->within withinn->within withion->within witho->with withold->withhold withoud->without withoug->without withough->without withought->without withour->without, with our, withouth->without withs->with, widths, witht->with withthe->with the witin->within witk->with witn->with witout->without witth->with wiull->will wiyh->with wiyhout->without wiyth->with wizzard->wizard wll->will wnat->want, what, wnated->wanted wnating->wanting wnats->wants wohle->whole woill->will woithout->without wokr->work wokring->working wollow->follow, wallow, wollowing->following, wallowing, wolrd->world wolrdly->worldly wolrdwide->worldwide wolwide->worldwide womens->women's, women, won;t->won't, wonderfull->wonderful wonderig->wondering wont't->won't wont->won't, wont, woraround->workaround worarounds->workarounds wordlwide->worldwide wordpres->wordpress worfklow->workflow worfklows->workflows workaorund->workaround workaraound->workaround workarbound->workaround workarould->workaround workaroung->workaround workarround->workaround workarrounds->workarounds workarund->workaround workarunds->workarounds workbanch->workbench workbanches->workbenches workbanchs->workbenches workbennch->workbench workbennches->workbenches workboos->workbooks workes->works workign->working workpsace->workspace workpsaces->workspaces workspsace->workspace workspsaces->workspaces workstaiton->workstation workststion->workstation world-reknown->world renown world-reknowned->world renowned worls->world worser->worse worstened->worsened worthing->worth, meriting, worthwile->worthwhile wothout->without woud->would woudl->would woudn't->wouldn't would'nt->wouldn't would't->wouldn't wouldn;t->wouldn't wouldnt'->wouldn't wouldnt->wouldn't wouldnt;->wouldn't wounder->wonder wounderful->wonderful wqs->was wraped->wrapped, warped, wraper->wrapper wraping->wrapping, warping, wrapp->wrap wrappng->wrapping wrapps->wraps wresters->wrestlers wriet->write writebufer->writebuffer writeing->writing writen->written writet->writes writewr->writer writingm->writing writtin->written, writing, writting->writing writtten->written wroet->wrote wrog->wrong wrok->work wroked->worked wroking->working wroks->works wron->wrong wronf->wrong wront->wrong wrtie->write wsee->see wth->with wtih->with wuold->would wupport->support wyth->with wythout->without xdescribe->describe xdpf->xpdf xenophoby->xenophobia xepect->expect xepected->expected xepectedly->expectedly xepecting->expecting xepects->expects xgetttext->xgettext xinitiazlize->xinitialize xmdoel->xmodel xour->your yaching->yachting yaer->year yaerly->yearly yaers->years yatch->yacht yau->you, yaw, yearm->year yeasr->years yeild->yield yeilded->yielded yeilding->yielding yeilds->yields yeld->yield yelded->yielded yelding->yielding yelds->yields Yementite->Yemenite, Yemeni, yera->year yeras->years yersa->years yhe->the yieldin->yielding ymbols->symbols yotube->youtube youn->your, you, young, youre->your, you're, youseff->yourself, yousef, youself->yourself ypes->types yrea->year yse->yes, use, NYSE, ytou->you yugoslac->yugoslav yuo->you yur->your zeebra->zebra ziped->zipped ziper->zipper ziping->zipping zlot->slot zoon->zoom, zoon, zuser->user évaluate->evaluate codespell-1.16.0/codespell_lib/data/linux-kernel.exclude000066400000000000000000000072471353646377500233070ustar00rootroot00000000000000N: Tom Dyas * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) * Tom Dyas * Copyright (C) 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu) MODULE_AUTHOR("Thomas K. Dyas (tdyas@noc.rutgers.edu) and Eddie C. Dost (ecd@skynet.be)"); * Thomas K. Dyas * Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas. * Tom Dyas : Module support. * Tom Dyas : Export net symbols. * Copyright (C) 1996,1997 Thomas K. Dyas (tdyas@eden.rutgers.edu) MODULE_AUTHOR("Thomas K. Dyas and David S. Miller"); * Sun people can't spell worth damn. "compatability" indeed. .asciz "compatability" * Sun people can't spell worth damn. "compatability" indeed. .asciz "compatability" Jonathan Teh Soon Yew and Alex van Kaam .) ) */ inv24 - change timings parameters for 24bpp modes on Millenium and Millenium II. Specify this if you see strange color shadows around non-Millenium. Millenium I or II, because of these devices have hardware * ThrustMaster Millenium 3D Inceptor DC390F (Sym53c875) accepted this as well as my Millenium. But the Am53C974 { 1, "ThrustMaster Millenium 3D Inceptor", 6, 2, { 4, 2 }, { 4, 6 }, tmdc_abs, tmdc_btn_joy }, * DoC 2000 (it's in the Millenium docs), but it seems to work. */ minfo->millenium = 1; int millenium; /* 0 except for 6MB Millenium */ #define isMillenium(x) (x->millenium) #define isMillenium(x) (x->millennium) #define FB_AUX_TEXT_MGA_STEP16 3 /* MGA Millenium I: text, attr, 14 reserved bytes */ #define FB_ACCEL_MATROX_MGA2064W 16 /* Matrox MGA2064W (Millenium) */ #define FB_ACCEL_MATROX_MGA2164W 18 /* Matrox MGA2164W (Millenium II) */ #define FB_ACCEL_MATROX_MGA2164W_AGP 19 /* Matrox MGA2164W (Millenium II) */ * Copyright (C) 2007 Marvell Internation Ltd. * Copyright (C) 2007-2008 Marvell Internation Ltd. dbug(1,dprintf("PTY/ECT/addCONF,relPLCI=%lx",relatedPLCIvalue)); /* send PTY/ECT req, cannot check all states because of US stuff */ dbug(1,dprintf("ECT OK")); { /* first indication after ECT-Request on Consultation Call */ #define INT_CT_REJ 70 /* ECT rejected internal command */ __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */ __u8 ece:1, cwr:1; /* TCP ECT bits */ /* set ECT codepoint from IP header. pr_info("new ECT codepoint %x out of mask\n", einfo->ip_ect); /* Funny extension: if ECT is not set on a segment, /* Not-retransmitted data segment: set ECT and inject CWR. */ /* ACK or retransmitted segment: clear ECT|CE */ * "The ECN-Capable Transport (ECT) bit would be set by the * Now setting the ECT bit all the time, as it should not cause * Copyright © 2003 Agere Systems Inc. S: 1326 De Val-Brillant at91_set_A_periph(AT91_PIN_PC1, 0); /* [-SMOE-]{+SOME+} */ _REGISTER_CLOCK(NULL, "ect", ect_clk) infinit: bra infinit the read on an 8-byte boundary (e.g., if you seeked an odd number of bytes #define ISNT 12 (Some conversion-factor data were contributed by Jonathan Teh Soon Yew From HWMon.cpp (Copyright 1998-2000 Jonathan Teh Soon Yew): (These conversions were contributed by Jonathan Teh Soon Yew /* linear fits from HWMon.cpp (Copyright 1998-2000 Jonathan Teh Soon Yew) /* __u16 pallete:1; */ __be32 pallete; struct diu_addr pallete; int virtualX, virtualY; struct regid archType; .ident = "Toshiba Satelite S1800-814", at91_set_A_periph(AT91_PIN_PC1, 0); /* SMOE */ codespell-1.16.0/codespell_lib/tests/000077500000000000000000000000001353646377500175365ustar00rootroot00000000000000codespell-1.16.0/codespell_lib/tests/__init__.py000066400000000000000000000000001353646377500216350ustar00rootroot00000000000000codespell-1.16.0/codespell_lib/tests/test_basic.py000066400000000000000000000277731353646377500222500ustar00rootroot00000000000000# -*- coding: utf-8 -*- from __future__ import print_function import contextlib import os import os.path as op import subprocess import sys import codespell_lib as cs def run_codespell(args=(), cwd=None): """Helper to run codespell""" return subprocess.Popen( ['codespell'] + list(args), cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE).wait() def test_command(tmpdir): """Test running the codespell executable""" # With no arguments does "." d = str(tmpdir) assert run_codespell(cwd=d) == 0 with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned\nAbandonned\nABANDONNED\nAbAnDoNnEd') assert run_codespell(cwd=d) == 4 def test_basic(tmpdir, capsys): """Test some basic functionality""" assert cs.main('_does_not_exist_') == 0 with open(op.join(str(tmpdir), 'tmp'), 'w') as f: pass assert cs.main('-D', 'foo', f.name) == 1, 'missing dictionary' try: assert 'cannot find dictionary' in capsys.readouterr()[1] assert cs.main(f.name) == 0, 'empty file' with open(f.name, 'a') as f: f.write('this is a test file\n') assert cs.main(f.name) == 0, 'good' with open(f.name, 'a') as f: f.write('abandonned\n') assert cs.main(f.name) == 1, 'bad' with open(f.name, 'a') as f: f.write('abandonned\n') assert cs.main(f.name) == 2, 'worse' finally: os.remove(f.name) d = str(tmpdir) with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned\nAbandonned\nABANDONNED\nAbAnDoNnEd') assert cs.main(d) == 4 capsys.readouterr() assert cs.main('-w', d) == 0 assert 'FIXED:' in capsys.readouterr()[1] with open(op.join(d, 'bad.txt')) as f: new_content = f.read() assert cs.main(d) == 0 assert new_content == 'abandoned\nAbandoned\nABANDONED\nabandoned' with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned abandonned\n') assert cs.main(d) == 2 capsys.readouterr() assert cs.main('-q', '16', '-w', d) == 0 assert capsys.readouterr() == ('', '') assert cs.main(d) == 0 # empty directory os.mkdir(op.join(d, 'test')) assert cs.main(d) == 0 def test_interactivity(tmpdir, capsys): """Test interaction""" # Windows can't read a currently-opened file, so here we use # NamedTemporaryFile just to get a good name with open(op.join(str(tmpdir), 'tmp'), 'w') as f: pass try: assert cs.main(f.name) == 0, 'empty file' with open(f.name, 'w') as f: f.write('abandonned\n') assert cs.main('-i', '-1', f.name) == 1, 'bad' with FakeStdin('y\n'): assert cs.main('-i', '3', f.name) == 1 with FakeStdin('n\n'): assert cs.main('-w', '-i', '3', f.name) == 0 assert '==>' in capsys.readouterr()[0] with FakeStdin('x\ny\n'): assert cs.main('-w', '-i', '3', f.name) == 0 assert cs.main(f.name) == 0 finally: os.remove(f.name) # New example with open(op.join(str(tmpdir), 'tmp2'), 'w') as f: pass try: with open(f.name, 'w') as f: f.write('abandonned\n') assert cs.main(f.name) == 1 with FakeStdin(' '): # blank input -> Y assert cs.main('-w', '-i', '3', f.name) == 0 assert cs.main(f.name) == 0 finally: os.remove(f.name) # multiple options with open(op.join(str(tmpdir), 'tmp3'), 'w') as f: pass try: with open(f.name, 'w') as f: f.write('ackward\n') assert cs.main(f.name) == 1 with FakeStdin(' \n'): # blank input -> nothing assert cs.main('-w', '-i', '3', f.name) == 0 assert cs.main(f.name) == 1 with FakeStdin('0\n'): # blank input -> nothing assert cs.main('-w', '-i', '3', f.name) == 0 assert cs.main(f.name) == 0 with open(f.name, 'r') as f_read: assert f_read.read() == 'awkward\n' with open(f.name, 'w') as f: f.write('ackward\n') assert cs.main(f.name) == 1 capsys.readouterr() with FakeStdin('x\n1\n'): # blank input -> nothing assert cs.main('-w', '-i', '3', f.name) == 0 assert 'a valid option' in capsys.readouterr()[0] assert cs.main(f.name) == 0 with open(f.name, 'r') as f: assert f.read() == 'backward\n' finally: os.remove(f.name) def test_summary(tmpdir, capsys): """Test summary functionality""" with open(op.join(str(tmpdir), 'tmp'), 'w') as f: pass try: cs.main(f.name) assert capsys.readouterr() == ('', ''), 'no output' cs.main(f.name, '--summary') stdout, stderr = capsys.readouterr() assert stderr == '' assert 'SUMMARY' in stdout assert len(stdout.split('\n')) == 5 with open(f.name, 'w') as f: f.write('abandonned\nabandonned') cs.main(f.name, '--summary') stdout, stderr = capsys.readouterr() assert stderr == '' assert 'SUMMARY' in stdout assert len(stdout.split('\n')) == 7 assert 'abandonned' in stdout.split()[-2] finally: os.remove(f.name) def test_ignore_dictionary(tmpdir): """Test ignore dictionary functionality.""" d = str(tmpdir) with open(op.join(d, 'bad.txt'), 'w') as f: f.write('1 abandonned 1\n2 abandonned 2\nabondon\n') bad_name = f.name assert cs.main(bad_name) == 3 with open(op.join(d, 'ignore.txt'), 'w') as f: f.write('abandonned\n') assert cs.main('-I', f.name, bad_name) == 1 def test_ignore_word_list(tmpdir): """Test ignore word list functionality""" d = str(tmpdir) with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned\nabondon\nabilty\n') assert cs.main(d) == 3 assert cs.main('-Labandonned,someword', '-Labilty', d) == 1 def test_custom_regex(tmpdir, capsys): """Test custom word regex.""" d = str(tmpdir) with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned_abondon\n') assert cs.main(d) == 0 assert cs.main('-r', "[a-z]+", d) == 2 capsys.readouterr() assert cs.main('-r', '[a-z]+', '--write-changes', d) == 1 assert 'ERROR:' in capsys.readouterr()[0] def test_exclude_file(tmpdir): """Test exclude file functionality.""" d = str(tmpdir) with open(op.join(d, 'bad.txt'), 'wb') as f: f.write('1 abandonned 1\n2 abandonned 2\n'.encode('utf-8')) bad_name = f.name assert cs.main(bad_name) == 2 with open(op.join(d, 'tmp.txt'), 'wb') as f: f.write('1 abandonned 1\n'.encode('utf-8')) assert cs.main(bad_name) == 2 assert cs.main('-x', f.name, bad_name) == 1 def test_encoding(tmpdir, capsys): """Test encoding handling.""" # Some simple Unicode things with open(op.join(str(tmpdir), 'tmp'), 'w') as f: pass # with CaptureStdout() as sio: assert cs.main(f.name) == 0 try: with open(f.name, 'wb') as f: f.write(u'naïve\n'.encode('utf-8')) assert cs.main(f.name) == 0 assert cs.main('-e', f.name) == 0 with open(f.name, 'ab') as f: f.write(u'naieve\n'.encode('utf-8')) assert cs.main(f.name) == 1 # Binary file warning with open(f.name, 'wb') as f: f.write(b'\x00\x00naiive\x00\x00') capsys.readouterr() assert cs.main(f.name) == 0 assert 'WARNING: Binary file' in capsys.readouterr()[1] assert cs.main('-q', '2', f.name) == 0 assert capsys.readouterr() == ('', '') finally: os.remove(f.name) def test_ignore(tmpdir): """Test ignoring of files and directories.""" d = str(tmpdir) with open(op.join(d, 'good.txt'), 'w') as f: f.write('this file is okay') assert cs.main(d) == 0 with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned') assert cs.main(d) == 1 assert cs.main('--skip=bad*', d) == 0 assert cs.main('--skip=bad.txt', d) == 0 subdir = op.join(d, 'ignoredir') os.mkdir(subdir) with open(op.join(subdir, 'bad.txt'), 'w') as f: f.write('abandonned') assert cs.main(d) == 2 assert cs.main('--skip=bad*', d) == 0 assert cs.main('--skip=*ignoredir*', d) == 1 assert cs.main('--skip=ignoredir', d) == 1 assert cs.main('--skip=*ignoredir/bad*', d) == 1 def test_check_filename(tmpdir): """Test filename check.""" d = str(tmpdir) with open(op.join(d, 'abandonned.txt'), 'w') as f: f.write('.') assert cs.main('-f', d) == 1 def test_check_hidden(tmpdir): """Test ignoring of hidden files.""" d = str(tmpdir) # hidden file with open(op.join(d, 'test.txt'), 'w') as f: f.write('abandonned\n') assert cs.main(op.join(d, 'test.txt')) == 1 os.rename(op.join(d, 'test.txt'), op.join(d, '.test.txt')) assert cs.main(op.join(d, '.test.txt')) == 0 assert cs.main('--check-hidden', op.join(d, '.test.txt')) == 1 os.rename(op.join(d, '.test.txt'), op.join(d, '.abandonned.txt')) assert cs.main(op.join(d, '.abandonned.txt')) == 0 assert cs.main('--check-hidden', op.join(d, '.abandonned.txt')) == 1 assert cs.main('--check-hidden', '--check-filenames', op.join(d, '.abandonned.txt')) == 2 def test_case_handling(tmpdir, capsys): """Test that capitalized entries get detected properly.""" # Some simple Unicode things with open(op.join(str(tmpdir), 'tmp'), 'w') as f: pass # with CaptureStdout() as sio: assert cs.main(f.name) == 0 try: with open(f.name, 'wb') as f: f.write('this has an ACII error'.encode('utf-8')) assert cs.main(f.name) == 1 assert 'ASCII' in capsys.readouterr()[0] assert cs.main('-w', f.name) == 0 assert 'FIXED' in capsys.readouterr()[1] with open(f.name, 'rb') as f: assert f.read().decode('utf-8') == 'this has an ASCII error' finally: os.remove(f.name) def test_context(tmpdir, capsys): """Test context options.""" d = str(tmpdir) with open(op.join(d, 'context.txt'), 'w') as f: f.write('line 1\nline 2\nline 3 abandonned\nline 4\nline 5') # symmetric context, fully within file cs.main('-C', '1', d) lines = capsys.readouterr()[0].split('\n') assert len(lines) == 5 assert lines[0] == ': line 2' assert lines[1] == '> line 3 abandonned' assert lines[2] == ': line 4' # requested context is bigger than the file cs.main('-C', '10', d) lines = capsys.readouterr()[0].split('\n') assert len(lines) == 7 assert lines[0] == ': line 1' assert lines[1] == ': line 2' assert lines[2] == '> line 3 abandonned' assert lines[3] == ': line 4' assert lines[4] == ': line 5' # only before context cs.main('-B', '2', d) lines = capsys.readouterr()[0].split('\n') assert len(lines) == 5 assert lines[0] == ': line 1' assert lines[1] == ': line 2' assert lines[2] == '> line 3 abandonned' # only after context cs.main('-A', '1', d) lines = capsys.readouterr()[0].split('\n') assert len(lines) == 4 assert lines[0] == '> line 3 abandonned' assert lines[1] == ': line 4' # asymmetric context cs.main('-B', '2', '-A', '1', d) lines = capsys.readouterr()[0].split('\n') assert len(lines) == 6 assert lines[0] == ': line 1' assert lines[1] == ': line 2' assert lines[2] == '> line 3 abandonned' assert lines[3] == ': line 4' # both '-C' and '-A' on the command line cs.main('-C', '2', '-A', '1', d) lines = capsys.readouterr()[0].split('\n') assert 'ERROR' in lines[0] # both '-C' and '-B' on the command line cs.main('-C', '2', '-B', '1', d) lines = capsys.readouterr()[0].split('\n') assert 'ERROR' in lines[0] @contextlib.contextmanager def FakeStdin(text): if sys.version[0] == '2': from StringIO import StringIO else: from io import StringIO oldin = sys.stdin try: in_ = StringIO(text) sys.stdin = in_ yield finally: sys.stdin = oldin codespell-1.16.0/codespell_lib/tests/test_dictionary.py000066400000000000000000000051771353646377500233260ustar00rootroot00000000000000# -*- coding: utf-8 -*- import os.path as op import re def test_dictionary_formatting(): """Test that all dictionary entries are valid.""" err_dict = dict() ws = re.compile(r'.*\s.*') # whitespace comma = re.compile(r'.*,.*') # comma with open(op.join(op.dirname(__file__), '..', 'data', 'dictionary.txt'), 'rb') as fid: for line in fid: err, rep = line.decode('utf-8').split('->') err = err.lower() assert err != rep, 'error %r corrects to itself' % err assert err not in err_dict, 'error %r already exists' % err assert ws.match(err) is None, 'error %r has whitespace' % err assert comma.match(err) is None, 'error %r has a comma' % err rep = rep.rstrip('\n') assert len(rep) > 0, ('error %s: correction %r must be non-empty' % (err, rep)) assert not re.match(r'^\s.*', rep), ('error %s: correction %r ' 'cannot start with whitespace' % (err, rep)) for (r, msg) in [ (r'^,', 'error %s: correction %r starts with a comma'), (r'\s,', 'error %s: correction %r contains a whitespace ' 'character followed by a comma'), (r',\s\s', 'error %s: correction %r contains a comma followed ' 'by multiple whitespace characters'), (r',[^ ]', 'error %s: correction %r contains a comma *not* ' 'followed by a space') ]: assert not re.search(r, rep), (msg % (err, rep)) if rep.count(','): if not rep.endswith(','): assert 'disabled' in rep.split(',')[-1], \ ('currently corrections must end with trailing "," (if' ' multiple corrections are available) or ' 'have "disabled" in the comment') reps = [r.strip() for r in rep.lower().split(',')] reps = [r for r in reps if len(r)] err_dict[err] = reps unique = list() for r in reps: if r not in unique: unique.append(r) assert reps == unique, 'entries are not (lower-case) unique' # check for corrections that are errors (but not self replacements) for err in err_dict: for r in err_dict[err]: assert (r not in err_dict) or (r in err_dict[r]), \ ('error %s: correction %s is an error itself' % (err, r)) codespell-1.16.0/example/000077500000000000000000000000001353646377500152275ustar00rootroot00000000000000codespell-1.16.0/example/code.c000066400000000000000000000003151353646377500163040ustar00rootroot00000000000000 int f(int type) { return type; } int main(void) { int fd, clas; /* tis code does nothing */ f(1, 2, 3); fd = opem("/tmp/a", O_RDONLY); // buring your cpu return f(clas); } codespell-1.16.0/example/dict.txt000066400000000000000000000001551353646377500167140ustar00rootroot00000000000000tis->this opem->open buring->burying, burning, burin, during, clas->class, disabled due to name clash in c++ codespell-1.16.0/setup.cfg000066400000000000000000000001721353646377500154150ustar00rootroot00000000000000[tool:pytest] addopts = --cov=codespell_lib --showlocals -rs --cov-report= [flake8] exclude = build, ci-helpers ignore = codespell-1.16.0/setup.py000077500000000000000000000035111353646377500153110ustar00rootroot00000000000000#! /usr/bin/env python # adapted from mne-python import os from os import path as op from setuptools import setup from codespell_lib import __version__ DISTNAME = 'codespell' DESCRIPTION = """Codespell""" MAINTAINER = 'Lucas De Marchi' MAINTAINER_EMAIL = 'lucas.de.marchi@gmail.com' URL = 'https://github.com/codespell-project/codespell/' LICENSE = 'GPL v2' DOWNLOAD_URL = 'https://github.com/codespell-project/codespell/' with open('README.rst', 'r') as f: LONG_DESCRIPTION = f.read() if __name__ == "__main__": if os.path.exists('MANIFEST'): os.remove('MANIFEST') setup(name=DISTNAME, maintainer=MAINTAINER, include_package_data=True, maintainer_email=MAINTAINER_EMAIL, description=DESCRIPTION, license=LICENSE, url=URL, version=__version__, download_url=DOWNLOAD_URL, long_description=LONG_DESCRIPTION, zip_safe=False, classifiers=['Intended Audience :: Developers', 'License :: OSI Approved', 'Programming Language :: Python', 'Topic :: Software Development', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', 'Operating System :: MacOS'], platforms='any', packages=[ 'codespell_lib', 'codespell_lib.tests', 'codespell_lib.data', ], package_data={'codespell_lib': [ op.join('data', 'dictionary.txt'), op.join('data', 'linux-kernel.exclude'), ]}, entry_points={ 'console_scripts': [ 'codespell = codespell_lib:_script_main' ], } ) codespell-1.16.0/snap/000077500000000000000000000000001353646377500145355ustar00rootroot00000000000000codespell-1.16.0/snap/snapcraft.yaml000066400000000000000000000006501353646377500174030ustar00rootroot00000000000000name: codespell version: git summary: Check code for common misspellings description: | Codespell fixes common mispellings in text files.It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. grade: stable confinement: strict apps: codespell: command: codespell plugs: [home, removable-media] parts: codespell: source: . plugin: python codespell-1.16.0/tools/000077500000000000000000000000001353646377500147345ustar00rootroot00000000000000codespell-1.16.0/tools/travis_tools.sh000066400000000000000000000013131353646377500200160ustar00rootroot00000000000000# Tools for working with travis-ci WHEELHOSTS="travis-wheels.scikit-image.org travis-dev-wheels.scipy.org" PIP_FLAGS="--timeout=60 --no-index" for host in $WHEELHOSTS; do PIP_FLAGS="${PIP_FLAGS} --trusted-host ${host} --find-links=http://${host}" done retry () { # https://gist.github.com/fungusakafungus/1026804 local retry_max=5 local count=$retry_max while [ $count -gt 0 ]; do "$@" && break count=$(($count - 1)) sleep 1 done [ $count -eq 0 ] && { echo "Retry failed [$retry_max]: $@" >&2 return 1 } return 0 } wheelhouse_pip_install() { # Install pip requirements via travis wheelhouse retry pip install $PIP_FLAGS $@ }