pax_global_header00006660000000000000000000000064140604620400014506gustar00rootroot0000000000000052 comment=01da43d753cdff4ea7dff952b4f5317450af31e3 codespell-2.1.0/000077500000000000000000000000001406046204000134605ustar00rootroot00000000000000codespell-2.1.0/.coveragerc000066400000000000000000000001461406046204000156020ustar00rootroot00000000000000[run] branch = True source = codespell_lib include = */codespell_lib/* omit = */codespell_lib/tests/* codespell-2.1.0/.github/000077500000000000000000000000001406046204000150205ustar00rootroot00000000000000codespell-2.1.0/.github/workflows/000077500000000000000000000000001406046204000170555ustar00rootroot00000000000000codespell-2.1.0/.github/workflows/codespell-private.yml000066400000000000000000000042511406046204000232240ustar00rootroot00000000000000# GitHub Action to check our dictionary, this should only be used by the codespell project itself # For general usage in your repo, see the example in codespell.yml # https://github.com/codespell-project/codespell name: codespell on: [push, pull_request] jobs: test: env: REQUIRE_ASPELL: true # Make sure we're using the latest aspell dictionary runs-on: ubuntu-20.04 strategy: matrix: python-version: - 3.6 - 3.7 - 3.8 - 3.9 name: Python ${{ matrix.python-version }} test steps: - uses: actions/checkout@v2 - name: Setup python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - run: sudo apt-get install libaspell-dev aspell-en - run: | python --version # just to check pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors pip install codecov chardet "setuptools!=47.2.0" docutils pip install aspell-python-py3 pip install -e ".[dev]" # install the codespell dev packages - run: python setup.py install - run: codespell --help - run: make check - run: codespell --check-filenames --skip="./.git/*,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*" # this file has an error - run: "! codespell codespell_lib/tests/test_basic.py" - run: codecov make-check-dictionaries: runs-on: ubuntu-latest steps: - name: Set up Python uses: actions/setup-python@v2 - uses: actions/checkout@v2 - name: Install general dependencies run: pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors - name: Install codespell dependencies run: pip install -e ".[dev]" - uses: codespell-project/sort-problem-matcher@v1 - run: make check-dictionaries flake8-annotation: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Flake8 with annotations uses: TrueBrain/actions-flake8@v1.2 codespell-2.1.0/.github/workflows/codespell.yml000066400000000000000000000011711406046204000215520ustar00rootroot00000000000000# GitHub Action to automate the identification of common misspellings in text files. # https://github.com/codespell-project/actions-codespell # https://github.com/codespell-project/codespell name: codespell on: [push, pull_request] jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: codespell-project/actions-codespell@master with: check_filenames: true # When using this Action in other repos, the --skip option below can be removed skip: ./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc codespell-2.1.0/.gitignore000066400000000000000000000001171406046204000154470ustar00rootroot00000000000000.coverage build dist ld codespell.egg-info *.pyc *.orig .cache/ .pytest_cache/ codespell-2.1.0/.pre-commit-hooks.yaml000066400000000000000000000002411406046204000176140ustar00rootroot00000000000000- id: codespell name: codespell description: Checks for common misspellings in text files. entry: codespell language: python types: [text] codespell-2.1.0/.travis.yml000066400000000000000000000025601406046204000155740ustar00rootroot00000000000000# 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 dist: focal language: python cache: pip python: - 3.5 - 3.6 - 3.7 - 3.8 env: REQUIRE_ASPELL=true addons: apt: packages: - libaspell-dev - aspell-en 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 codecov chardet "setuptools!=47.2.0" docutils - retry pip install aspell-python-py3 - cd $SRC_DIR - pip install -e ".[dev]" # install the codespell dev packages install: - python setup.py install script: - codespell --help - make check - codespell --check-filenames --skip="./.git/*,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*" # this file has an error - "! codespell codespell_lib/tests/test_basic.py" after_success: - codecov codespell-2.1.0/COPYING000066400000000000000000000432541406046204000145230ustar00rootroot00000000000000 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-2.1.0/MANIFEST.in000066400000000000000000000005221406046204000152150ustar00rootroot00000000000000include codespell_lib/__init__.py recursive-include codespell_lib *.py include codespell_lib/data/dictionary*.txt include codespell_lib/data/linux-kernel.exclude include COPYING include bin/codespell exclude *.yml *.yaml exclude .coveragerc exclude example example/* snap snap/* tools tools/* exclude Makefile exclude codespell.1.include codespell-2.1.0/Makefile000066400000000000000000000034531406046204000151250ustar00rootroot00000000000000SORT_ARGS := -f -b DICTIONARIES := codespell_lib/data/dictionary*.txt PHONY := all check check-dictionaries sort-dictionaries trim-dictionaries check-dictionary sort-dictionary trim-dictionary check-manifest check-distutils flake8 pytest pypi clean all: check-dictionaries codespell.1 check: check-dictionaries check-manifest check-distutils flake8 pytest check-dictionary: check-dictionaries sort-dictionary: sort-dictionaries trim-dictionary: trim-dictionaries codespell.1: codespell.1.include bin/codespell Makefile PYTHONPATH=. help2man ./bin/codespell --include codespell.1.include --no-info --output codespell.1 sed -i '/\.SS \"Usage/,+2d' codespell.1 check-dictionaries: @for dictionary in ${DICTIONARIES}; do \ if ! LC_ALL=C sort ${SORT_ARGS} -c $$dictionary; then \ echo "Dictionary $$dictionary not sorted. Sort with 'make sort-dictionaries'"; \ exit 1; \ fi; \ if egrep -n "^\s*$$|\s$$|^\s" $$dictionary; then \ echo "Dictionary $$dictionary contains leading/trailing whitespace and/or blank lines. Trim with 'make trim-dictionaries'"; \ exit 1; \ fi; \ done @if command -v pytest > /dev/null; then \ pytest codespell_lib/tests/test_dictionary.py; \ else \ echo "Test dependencies not present, install using 'pip install -e \".[dev]\"'"; \ exit 1; \ fi sort-dictionaries: @for dictionary in ${DICTIONARIES}; do \ LC_ALL=C sort ${SORT_ARGS} -u -o $$dictionary $$dictionary; \ done trim-dictionaries: @for dictionary in ${DICTIONARIES}; do \ sed -E -i.bak -e 's/^[[:space:]]+//; s/[[:space:]]+$$//; /^$$/d' $$dictionary && rm $$dictionary.bak; \ done check-manifest: check-manifest check-distutils: python setup.py check --restructuredtext --strict flake8: flake8 pytest: pytest codespell_lib pypi: python setup.py sdist register upload clean: rm -rf codespell.1 codespell-2.1.0/README.rst000066400000000000000000000214251406046204000151530ustar00rootroot00000000000000codespell ========= 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 3.5 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 for a list of certain words to allow that are in the codespell dictionaries. The format of the file is one word per line. Invoke using: ``codespell -I path/to/file.txt`` to execute codespell referencing said list of allowed words. **Important note:** The list passed to ``-I`` is case-sensitive based on how it is listed in the codespell dictionaries. :: codespell -L word1,word2,word3,word4 The ``-L`` flag can be used to allow certain words that are comma-separated placed immediately after it. **Important note:** The list passed to ``-L`` is case-sensitive based on how it is listed in the codespell dictionaries. :: 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 collection of dictionaries that are 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 set dictionaries that exist in ``codespell_lib/data/dictionary*.txt`` via:: echo "word" | codespell - echo "1stword,2ndword" | codespell - You can select the optional dictionaries with the ``--builtin`` option. Using a config file ------------------- Command line options can also be specified in a config file. When running ``codespell``, it will check in the current directory for a file named ``setup.cfg`` or ``.codespellrc`` (or a file specified via ``--config``), containing an entry named ``[codespell]``. Each command line argument can be specified in this file (without the preceding dashes), for example:: [codespell] skip = *.po,*.ts,./src/3rdParty,./src/Test count = quiet-level = 3 This is equivalent to running:: codespell --quiet-level 3 --count --skip "*.po,*.ts,./src/3rdParty,./src/Test" Any options specified in the command line will *override* options from the config file. Dictionary format ----------------- The format of the dictionaries was influenced by the one they originally came from, i.e. from Wikipedia. The difference is how multiple options are treated and that the last argument is an optional reason why a certain entry could not be applied directly, but should 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 automatic fix disabled:: clas->class, disabled because of name clash in c++ Note that there isn't a comma at the end of the line. The last argument is treated as the reason why a suggestion cannot be automatically applied. There can also be multiple suggestions but any automatic fix will again be disabled:: clas->class, clash, disabled because of name clash in c++ Development Setup ----------------- You can install required dependencies for development by running the following within a checkout of the codespell source:: pip install -e ".[dev]" To run tests against the codebase run:: make check 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. Choose the correct dictionary file to add your typo to. See `codespell --help` for explanations of the different dictionaries. 3. Sort the dictionaries. This is done by invoking (in the top level directory of ``codespell/``):: make check-dictionaries If the make script finds that you need to sort a dictionary, please then run:: make sort-dictionaries 4. Only after this process is complete do we recommend you submit the PR. **Important Notes:** * If the dictionaries are submitted without being pre-sorted the PR will fail via our various CI tools. * 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 your platform's preferred app manager). Updating the dictionaries ------------------------- 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 files, 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. You can also do the same thing for the other dictionaries listed here: https://github.com/codespell-project/codespell/tree/master/codespell_lib/data 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`` and the other ``dictionary_*.txt`` files are a derived work of English Wikipedia and are released under the Creative Commons Attribution-Share-Alike License 3.0 http://creativecommons.org/licenses/by-sa/3.0/ codespell-2.1.0/appveyor.yml000066400000000000000000000017741406046204000160610ustar00rootroot00000000000000clone_depth: 50 environment: matrix: - PYTHON: C:\Python37-x64 PYTHON_VERSION: 3.7 PYTHON_ARCH: 64 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 codecov chardet setuptools" - "pip install -e \".[dev]\"" # install the codespell dev packages - "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-2.1.0/bin/000077500000000000000000000000001406046204000142305ustar00rootroot00000000000000codespell-2.1.0/bin/codespell000077500000000000000000000002101406046204000161210ustar00rootroot00000000000000#!/usr/bin/env python3 import sys if __name__ == '__main__': import codespell_lib sys.exit(codespell_lib.main(*sys.argv[1:])) codespell-2.1.0/codecov.yml000066400000000000000000000001701406046204000156230ustar00rootroot00000000000000comment: off coverage: status: project: default: # basic target: auto threshold: 1% codespell-2.1.0/codespell.1.include000066400000000000000000000006731406046204000171440ustar00rootroot00000000000000[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-2.1.0/codespell_lib/000077500000000000000000000000001406046204000162605ustar00rootroot00000000000000codespell-2.1.0/codespell_lib/__init__.py000066400000000000000000000001131406046204000203640ustar00rootroot00000000000000from ._codespell import main, _script_main, VERSION as __version__ # noqa codespell-2.1.0/codespell_lib/__main__.py000066400000000000000000000001241406046204000203470ustar00rootroot00000000000000from ._codespell import _script_main if __name__ == '__main__': _script_main() codespell-2.1.0/codespell_lib/_codespell.py000077500000000000000000001046651406046204000207620ustar00rootroot00000000000000# -*- 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 configparser import fnmatch import os import re import sys import textwrap word_regex_def = u"[\\w\\-'’`]+" # While we want to treat characters like ( or " as okay for a starting break, # these may occur unescaped in URIs, and so we are more restrictive on the # endpoint. Emails are more restrictive, so the endpoint remains flexible. uri_regex_def = (u"(\\b(?:https?|[ts]?ftp|file|git|smb)://[^\\s]+(?=$|\\s)|" u"\\b[\\w.%+-]+@[\\w.-]+\\b)") encodings = ('utf-8', 'iso-8859-1') USAGE = """ \t%prog [OPTIONS] [file1 file2 ... fileN] """ VERSION = '2.1.0' supported_languages_en = ('en', 'en_GB', 'en_US', 'en_CA', 'en_AU') supported_languages = supported_languages_en # Users might want to link this file into /usr/local/bin, so we resolve the # symbolic link path to the real path if necessary. _data_root = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'data') _builtin_dictionaries = ( # name, desc, name, err in aspell, correction in aspell, \ # err dictionary array, rep dictionary array # The arrays must contain the names of aspell dictionaries # The aspell tests here aren't the ideal state, but the None's are # realistic for obscure words ('clear', 'for unambiguous errors', '', False, None, supported_languages_en, None), ('rare', 'for rare but valid words', '_rare', None, None, None, None), ('informal', 'for making informal words more formal', '_informal', True, True, supported_languages_en, supported_languages_en), ('usage', 'for replacing phrasing with recommended terms', '_usage', None, None, None, None), ('code', 'for words common to code and/or mathematics that might be typos', '_code', # noqa: E501 None, None, None, None,), ('names', 'for valid proper names that might be typos', '_names', None, None, None, None,), ('en-GB_to_en-US', 'for corrections from en-GB to en-US', '_en-GB_to_en-US', # noqa: E501 True, True, ('en_GB',), ('en_US',)), ) _builtin_default = 'clear,rare' # docs say os.EX_USAGE et al. are only available on Unix systems, so to be safe # we protect and just use the values they are on macOS and Linux EX_OK = 0 EX_USAGE = 64 EX_DATAERR = 65 # 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: # Pattern might be a list of comma-delimited strings self.pattern_list = ','.join(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: Don't know how to handle encoding %s: %s" % (encoding, filename,), 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 using encoding=%s failed: %s" % (encodings[curr], filename,), 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 # -.-:-.-:-.-:-.:-.-:-.-:-.-:-.-:-.:-.-:-.-:-.-:-.-:-.:-.-:- # If someday this breaks, we can just switch to using RawTextHelpFormatter, # but it has the disadvantage of not wrapping our long lines. class NewlineHelpFormatter(argparse.HelpFormatter): """Help formatter that preserves newlines and deals with lists.""" def _split_lines(self, text, width): parts = text.split('\n') out = list() for pi, part in enumerate(parts): # Eventually we could allow others... indent_start = '- ' if part.startswith(indent_start): offset = len(indent_start) else: offset = 0 part = part[offset:] part = self._whitespace_matcher.sub(' ', part).strip() parts = textwrap.wrap(part, width - offset) parts = [' ' * offset + p for p in parts] if offset: parts[0] = indent_start + parts[0][offset:] out.extend(parts) return out def parse_options(args): parser = argparse.ArgumentParser(formatter_class=NewlineHelpFormatter) 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', 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.') builtin_opts = '\n- '.join([''] + [ '%r %s' % (d[0], d[1]) for d in _builtin_dictionaries]) parser.add_argument('--builtin', dest='builtin', default=_builtin_default, metavar='BUILTIN-LIST', help='comma-separated list of builtin dictionaries ' 'to include (when "-D -" or no "-D" is passed). ' 'Current options are:' + builtin_opts + '\n' 'The default is %(default)r.') parser.add_argument('--ignore-regex', action='store', type=str, help='regular expression which is used to find ' 'patterns to ignore by treating as whitespace. ' 'When writing regular expressions, consider ' 'ensuring there are boundary non-word chars, ' 'e.g., "\\bmatch\\b". Defaults to ' 'empty/disabled.') 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('--uri-ignore-words-list', action='append', metavar='WORDS', help='comma separated list of words to be ignored ' 'by codespell in URIs and emails only. Words are ' 'case sensitive based on how they are written in ' 'the dictionary file. If set to "*", all ' 'misspelling in URIs and emails will be ignored.') 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('--uri-regex', action='store', type=str, help='regular expression which is used to find URIs ' 'and emails. A default expression is provided.') parser.add_argument('-s', '--summary', action='store_true', default=False, help='print summary of fixes') parser.add_argument('--count', action='store_true', default=False, help='print the number of errors as the last line of ' 'stderr') parser.add_argument('-S', '--skip', action='append', 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 checked for ' 'errors or changed') parser.add_argument('-i', '--interactive', action='store', type=int, default=0, help='set interactive mode when writing changes:\n' '- 0: no interactivity.\n' '- 1: ask for confirmation.\n' '- 2: ask user to choose one fix when more than one is available.\n' # noqa: E501 '- 3: both 1 and 2') parser.add_argument('-q', '--quiet-level', action='store', type=int, default=2, help='bitmask that allows suppressing messages:\n' '- 0: print all messages.\n' '- 1: disable warnings about wrong encoding.\n' '- 2: disable warnings about binary files.\n' '- 4: omit warnings about automatic fixes that were disabled in the dictionary.\n' # noqa: E501 '- 8: don\'t print anything for non-automatic fixes.\n' # noqa: E501 '- 16: don\'t print the list of fixed files.\n' 'As usual with bitmasks, these levels can be ' 'combined; e.g. use 3 for levels 1+2, 7 for ' '1+2+4, 23 for 1+2+4+16, etc. ' 'The default mask is %(default)s.') 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 and directories (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('--config', type=str, help='path to config file.') parser.add_argument('files', nargs='*', help='files or directories to check') # Parse command line options. options = parser.parse_args(list(args)) # Load config files and look for ``codespell`` options. cfg_files = ['setup.cfg', '.codespellrc'] if options.config: cfg_files.append(options.config) config = configparser.ConfigParser() config.read(cfg_files) if config.has_section('codespell'): # Build a "fake" argv list using option name and value. cfg_args = [] for key in config['codespell']: # Add option as arg. cfg_args.append("--%s" % key) # If value is blank, skip. val = config['codespell'][key] if val != "": cfg_args.append(val) # Parse config file options. options = parser.parse_args(cfg_args) # Re-parse command line options to override config. options = parser.parse_args(list(args), namespace=options) if not options.files: options.files.append('.') return options, parser def parse_ignore_words_option(ignore_words_option): ignore_words = set() if ignore_words_option: for comma_separated_words in ignore_words_option: for word in comma_separated_words.split(','): ignore_words.add(word.strip()) return ignore_words 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', 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', 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) return bfilename not in ('', '.', '..') and \ (not check_hidden and bfilename[0] == '.') 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 extract_words(text, word_regex, ignore_word_regex): if ignore_word_regex: text = ignore_word_regex.sub(' ', text) return word_regex.findall(text) def apply_uri_ignore_words(check_words, line, word_regex, ignore_word_regex, uri_regex, uri_ignore_words): if not uri_ignore_words: return for uri in re.findall(uri_regex, line): for uri_word in extract_words(uri, word_regex, ignore_word_regex): if uri_word in uri_ignore_words: check_words.remove(uri_word) def parse_file(filename, colors, summary, misspellings, exclude_lines, file_opener, word_regex, ignore_word_regex, uri_regex, uri_ignore_words, 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: if options.check_filenames: for word in extract_words(filename, word_regex, ignore_word_regex): 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}) # ignore irregular files if not os.path.isfile(filename): return bad_count 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 bad_count try: lines, encoding = file_opener.open(filename) except Exception: return bad_count for i, line in enumerate(lines): if line in exclude_lines: continue fixed_words = set() asked_for = set() # If all URI spelling errors will be ignored, erase any URI before # extracting words. Otherwise, apply ignores after extracting words. # This ensures that if a URI ignore word occurs both inside a URI and # outside, it will still be a spelling error. if "*" in uri_ignore_words: line = uri_regex.sub(' ', line) check_words = extract_words(line, word_regex, ignore_word_regex) if "*" not in uri_ignore_words: apply_uri_ignore_words(check_words, line, word_regex, ignore_word_regex, uri_regex, uri_ignore_words) for word in check_words: 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 EX_USAGE word_regex = options.regex or word_regex_def try: word_regex = re.compile(word_regex) except re.error as err: print("ERROR: invalid --regex \"%s\" (%s)" % (word_regex, err), file=sys.stderr) parser.print_help() return EX_USAGE if options.ignore_regex: try: ignore_word_regex = re.compile(options.ignore_regex) except re.error as err: print("ERROR: invalid --ignore-regex \"%s\" (%s)" % (options.ignore_regex, err), file=sys.stderr) parser.print_help() return EX_USAGE else: ignore_word_regex = None ignore_words_files = options.ignore_words or [] ignore_words = parse_ignore_words_option(options.ignore_words_list) for ignore_words_file in ignore_words_files: if not os.path.isfile(ignore_words_file): print("ERROR: cannot find ignore-words file: %s" % ignore_words_file, file=sys.stderr) parser.print_help() return EX_USAGE build_ignore_words(ignore_words_file, ignore_words) uri_regex = options.uri_regex or uri_regex_def try: uri_regex = re.compile(uri_regex) except re.error as err: print("ERROR: invalid --uri-regex \"%s\" (%s)" % (uri_regex, err), file=sys.stderr) parser.print_help() return EX_USAGE uri_ignore_words = parse_ignore_words_option(options.uri_ignore_words_list) if options.dictionary: dictionaries = options.dictionary else: dictionaries = ['-'] use_dictionaries = list() for dictionary in dictionaries: if dictionary == "-": # figure out which builtin dictionaries to use use = sorted(set(options.builtin.split(','))) for u in use: for builtin in _builtin_dictionaries: if builtin[0] == u: use_dictionaries.append( os.path.join(_data_root, 'dictionary%s.txt' % (builtin[2],))) break else: print("ERROR: Unknown builtin dictionary: %s" % (u,), file=sys.stderr) parser.print_help() return EX_USAGE else: if not os.path.isfile(dictionary): print("ERROR: cannot find dictionary file: %s" % dictionary, file=sys.stderr) parser.print_help() return EX_USAGE use_dictionaries.append(dictionary) misspellings = dict() for dictionary in use_dictionaries: 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 EX_USAGE 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 if is_hidden(root, options.check_hidden): # dir itself hidden continue for file_ in files: # ignore hidden files in directories if is_hidden(file_, options.check_hidden): continue if glob_match.match(file_): # skip files continue fname = os.path.join(root, file_) if glob_match.match(fname): # skip paths continue bad_count += parse_file( fname, colors, summary, misspellings, exclude_lines, file_opener, word_regex, ignore_word_regex, uri_regex, uri_ignore_words, context, options) # skip (relative) directories dirs[:] = [dir_ for dir_ in dirs if not glob_match.match(dir_)] elif not glob_match.match(filename): # skip files bad_count += parse_file( filename, colors, summary, misspellings, exclude_lines, file_opener, word_regex, ignore_word_regex, uri_regex, uri_ignore_words, context, options) if summary: print("\n-------8<-------\nSUMMARY:") print(summary) if options.count: print(bad_count, file=sys.stderr) return EX_DATAERR if bad_count else EX_OK codespell-2.1.0/codespell_lib/data/000077500000000000000000000000001406046204000171715ustar00rootroot00000000000000codespell-2.1.0/codespell_lib/data/__init__.py000066400000000000000000000000001406046204000212700ustar00rootroot00000000000000codespell-2.1.0/codespell_lib/data/dictionary.txt000066400000000000000000025077521406046204000221210ustar00rootroot000000000000001nd->1st 2rd->2nd 2st->2nd 3nd->3rd 3st->3rd 4rd->4th a-diaerers->a-diaereses aaccessibility->accessibility aaccession->accession aack->ack aactual->actual aactually->actually aadd->add aaggregation->aggregation aanother->another aapply->apply aare->are aassociated->associated aautomatic->automatic aautomatically->automatically abailable->available abanden->abandon abandonded->abandoned abandone->abandon abandonned->abandoned abandonning->abandoning abbbreviated->abbreviated abberation->aberration abberations->aberrations abberivates->abbreviates abberration->aberration abbort->abort, abbot, abborted->aborted abborting->aborting abborts->aborts, abbots, abbout->about, abbot, abbrevate->abbreviate abbrevation->abbreviation abbrevations->abbreviations abbreviaton->abbreviation abbreviatons->abbreviations abbriviate->abbreviate abbriviation->abbreviation abbriviations->abbreviations aberation->aberration abigious->ambiguous abiguity->ambiguity abilityes->abilities abilties->abilities abilty->ability abiss->abyss abitrarily->arbitrarily abitrate->arbitrate abitration->arbitration abizmal->abysmal abnoramlly->abnormally abnormalty->abnormally abnormaly->abnormally abnornally->abnormally abnove->above abnrormal->abnormal aboce->above, abode, aboluste->absolute abolustely->absolutely abolute->absolute abondon->abandon abondoned->abandoned abondoning->abandoning abondons->abandons aboout->about abord->abort, aboard, aborigene->aborigine aborte->aborted, abort, aborts, abortificant->abortifacient aboslute->absolute aboslutely->absolutely abosulte->absolute abosultely->absolutely abosulute->absolute abosulutely->absolutely abotu->about abount->about abourt->abort, about, abouta->about a, about, 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 abstacted->abstracted abstacter->abstracter abstacting->abstracting abstaction->abstraction abstactions->abstractions abstactly->abstractly abstactness->abstractness abstactor->abstractor abstacts->abstracts abstanence->abstinence abstrac->abstract abstraced->abstracted abstracer->abstracter abstracing->abstracting abstracion->abstraction abstracions->abstractions abstracly->abstractly abstracness->abstractness abstracor->abstractor abstracs->abstracts abstrat->abstract abstrated->abstracted abstrater->abstracter abstrating->abstracting abstration->abstraction abstrations->abstractions abstratly->abstractly abstratness->abstractness abstrator->abstractor abstrats->abstracts abstrct->abstract abstrcted->abstracted abstrcter->abstracter abstrcting->abstracting abstrction->abstraction abstrctions->abstractions abstrctly->abstractly abstrctness->abstractness abstrctor->abstractor abstrcts->abstracts absulute->absolute absymal->abysmal abtract->abstract abtracted->abstracted abtracter->abstracter abtracting->abstracting abtraction->abstraction abtractions->abstractions abtractly->abstractly abtractness->abstractness abtractor->abstractor abtracts->abstracts 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 acccord->accord acccordance->accordance acccordances->accordances acccorded->accorded acccording->according acccordingly->accordingly acccords->accords acccount->account acccumulate->accumulate acccuracy->accuracy acccurate->accurate acccurately->accurately acccused->accused accecpted->accepted accees->access acceess->access accelarate->accelerate accelaration->acceleration accelearte->accelerate accelearted->accelerated acceleartes->accelerates acceleartion->acceleration acceleartor->accelerator acceleated->accelerated acceleratoin->acceleration acceleratrion->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 accesibility->accessibility 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 accessile->accessible accessintg->accessing accessisble->accessible accessoire->accessory accessoires->accessories, accessorise, accessoirez->accessorize, accessories, accessort->accessor accesss->access accesssor->accessor accesssors->accessors accet->accept accetable->acceptable accets->accepts acchiev->achieve acchievable->achievable acchieve->achieve acchieveable->achievable acchieved->achieved acchievement->achievement acchievements->achievements acchiever->achiever acchieves->achieves accidant->accident accidentaly->accidentally accidential->accidental accidentially->accidentally accidentically->accidentally accidentily->accidentally accidently->accidentally accidentually->accidentally accidetly->accidentally acciedential->accidental acciednetally->accidentally accient->accident acciental->accidental acclerated->accelerated acclerates->accelerates accleration->acceleration acclerometers->accelerometers acclimitization->acclimatization accoding->according accodingly->accordingly accodr->accord accodrance->accordance accodred->accorded accodring->according accodringly->accordingly accodrs->accords accointing->accounting 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 acconding->according accont->account accontant->accountant acconted->accounted acconting->accounting accoording->according accoordingly->accordingly accordding->according accordeon->accordion accordian->accordion accordign->according accordinag->according accordinly->accordingly accordint->according accordintly->accordingly accordling->according accordlingly->accordingly accordng->according accordngly->accordingly accoriding->according accoridng->according accoridngly->accordingly accoring->according, occurring, accoringly->accordingly accorndingly->accordingly accort->accord accortance->accordance accorted->accorded accorting->according accound->account accoustic->acoustic accoustically->acoustically accout->account accouting->accounting accoutn->account accpet->accept 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 accros->across accrose->across accross->across accsess->access accss->access accssible->accessible accssor->accessor acctual->actual accumalate->accumulate accumalator->accumulator accumalte->accumulate accumalted->accumulated accumilated->accumulated accumlate->accumulate accumlated->accumulated accumlates->accumulates accumlating->accumulating accumlator->accumulator accummulating->accumulating accummulators->accumulators accumualte->accumulate accumualtion->accumulation accupied->occupied accupts->accepts accurable->accurate accuraccies->accuracies accuraccy->accuracy accurancy->accuracy accurarcy->accuracy accurary->accuracy, actuary, accuratelly->accurately accuratley->accurately accuratly->accurately accuray->accuracy, actuary, accure->accrue, occur, acquire, accured->accrued, occurred, acquired, accurences->occurrences accurracy->accuracy accurring->occurring accurs->accurse, occurs, accussed->accused acdept->accept, adept, acditionally->additionally acecess->access acedemic->academic acelerated->accelerated acend->ascend acendance->ascendance acendancey->ascendancy acended->ascended acendence->ascendance acendencey->ascendancy acendency->ascendancy acender->ascender acending->ascending acent->ascent aceptable->acceptable acerage->acreage acess->access acessable->accessible acessed->accessed 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 achivable->achievable achive->achieve, archive, achived->achieved, archived, achivement->achievement achivements->achievements achiver->achiever, archiver, achives->achieves, archives, achiving->achieving, archiving, 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 acknodledgment->acknowledgment acknoledge->acknowledge acknoledged->acknowledged acknoledges->acknowledges acknoledging->acknowledging acknoledgment->acknowledgment acknowldeged->acknowledged acknowldegement->acknowledgement acknowledgeing->acknowledging acknowleding->acknowledging acknowlege->acknowledge acknowleged->acknowledged acknowleges->acknowledges acknowleging->acknowledging ackowledge->acknowledge ackowledged->acknowledged ackowledgement->acknowledgement ackowledges->acknowledges ackowledging->acknowledging ackward->awkward, backward, acn->can, acne, acnowledge->acknowledge acocunt->account acommodate->accommodate acommodated->accommodated acommodates->accommodates acommodating->accommodating acommodation->accommodation acommpany->accompany acommpanying->accompanying acomodate->accommodate acomodated->accommodated acompanies->accompanies acomplish->accomplish acomplished->accomplished acomplishment->accomplishment acomplishments->accomplishments acontiguous->a contiguous acoording->according acoordingly->accordingly acording->according acordingly->accordingly acordinng->according acorss->across acorting->according acount->account acounts->accounts acquaintence->acquaintance acquaintences->acquaintances acquiantence->acquaintance acquiantences->acquaintances acquiesence->acquiescence acquited->acquitted acqure->acquire acqured->acquired acqures->acquires acquries->acquires, equerries, acquring->acquiring acrage->acreage acrued->accrued acses->cases, access, acssumed->assumed actally->actually actaul->actual actaully->actually actial->actual 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 activtes->activates activties->activities activty->activity activw->active actove->active actuaal->actual actuaally->actually actuak->actual actuakly->actually actuall->actually, actual, actuallin->actually actualy->actually actualyl->actually actuell->actual actuion->action actuionable->actionable actul->actual actullay->actually actully->actually acturally->actually actusally->actually actzal->actual acual->actual acually->actually acuired->acquired acuires->acquires acumulate->accumulate acumulated->accumulated acumulates->accumulates acumulating->accumulating acumulation->accumulation acumulative->accumulative acumulator->accumulator 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 adaptaion->adaptation adaptare->adapter adapte->adapter adaptee->adapted adaptes->adapters adaptibe->adaptive adaptove->adaptive, adoptive, adaquate->adequate adaquately->adequately adatper->adapter adatpers->adapters adavance->advance adavanced->advanced adbandon->abandon addapt->adapt addaptation->adaptation addaptations->adaptations addapted->adapted addapting->adapting addapts->adapts addd->add addded->added addding->adding adddress->address adddresses->addresses addds->adds addedd->added addeed->added addersses->addresses addert->assert adderted->asserted addes->adds, added, addess->address addessed->addressed addesses->addresses addessing->addressing addied->added addig->adding addional->additional addionally->additionally additianally->additionally additinally->additionally additioanlly->additionally additiona->additional additionallly->additionally additionaly->additionally additionalyy->additionally additionnal->additional additionnally->additionally additionnaly->additionally additon->addition additonal->additional additonally->additionally additonaly->additionally addjust->adjust addjusted->adjusted addjusting->adjusting addjusts->adjusts addmission->admission addmit->admit addopt->adopt addopted->adopted addoptive->adoptive, adaptive, addpress->address addrass->address addrees->address addreess->address addres->address addresable->addressable addresed->addressed addreses->addresses addresess->addresses addresing->addressing addresse->addresses, address, addressess->addresses addressings->addressing addresss->address addresssed->addressed addressses->addresses addresssing->addressing addrress->address addted->added addtion->addition addtional->additional addtionally->additionally addtitional->additional adecuate->adequate adequit->adequate adge->edge, badge, adage, adges->edges, badges, adages, adhearing->adhering adherance->adherence adiacent->adjacent adiditon->addition adin->admin adition->addition aditional->additional aditionally->additionally aditionaly->additionally aditionnal->additional adivce->advice, advise, adivsories->advisories adivsoriy->advisory, advisories, adivsoriyes->advisories adivsory->advisory adjacentcy->adjacency, adjacence, adjacentsy->adjacency adjactend->adjacent adjancent->adjacent adjascent->adjacent adjasence->adjacence adjasencies->adjacencies adjasensy->adjacency adjasent->adjacent adjast->adjust adjcence->adjacence adjcencies->adjacencies adjcent->adjacent adjcentcy->adjacency adjsence->adjacence adjsencies->adjacencies adjsuted->adjusted adjuscent->adjacent adjusment->adjustment adjustement->adjustment adjustements->adjustments adjustificat->justification adjustification->justification adjustmant->adjustment adjustmants->adjustments adjustmenet->adjustment admendment->amendment admi->admin admininistrative->administrative admininistrator->administrator admininistrators->administrators admininstrator->administrator administation->administration administor->administrator administraively->administratively adminssion->admission adminstered->administered adminstrate->administrate adminstration->administration adminstrative->administrative adminstrator->administrator adminstrators->administrators admissability->admissibility admissable->admissible admited->admitted admitedly->admittedly admn->admin admnistrator->administrator adn->and adobted->adopted adolecent->adolescent adoptor->adopter, adaptor, adoptors->adopters, adaptors, adpapted->adapted adpater->adapter adpaters->adapters adpter->adapter adquire->acquire adquired->acquired adquires->acquires adquiring->acquiring adrea->area adres->address adresable->addressable adresing->addressing adress->address adressable->addressable adresse->address adressed->addressed adresses->addresses adressing->addressing adresss->address adressses->addresses adrress->address adrresses->addresses adusted->adjusted adustment->adjustment advanatage->advantage advanatages->advantages advanatge->advantage advandced->advanced advane->advance advaned->advanced advantagous->advantageous advanved->advanced adventages->advantages adventrous->adventurous adverised->advertised advertice->advertise adverticed->advertised advertisment->advertisement advertisments->advertisements advertistment->advertisement advertistments->advertisements advertize->advertise advertizes->advertises advesary->adversary advetise->advertise adviced->advised adviseable->advisable advisoriy->advisory, advisories, advisoriyes->advisories 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 affinitied->affinities affinitiy->affinity affinitized->affinities, affinity, affinitze->affinitize affintiy->affinity affintize->affinitize affitnity->affinity affort->afford, effort, affortable->affordable afforts->affords affraid->afraid afinity->affinity afor->for 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 agancies->agencies agancy->agency aganda->agenda, Uganda, aganist->against agant->agent agants->agents, against, aggaravates->aggravates aggegate->aggregate aggessive->aggressive aggessively->aggressively agggregate->aggregate aggragate->aggregate aggragator->aggregator aggreagate->aggregate aggreataon->aggregation aggreate->aggregate aggreation->aggregation aggreed->agreed aggreement->agreement aggregatet->aggregated aggregetor->aggregator aggreggate->aggregate aggregious->egregious aggresive->aggressive aggresively->aggressively aggrevate->aggravate aggrgate->aggregate agian->again agianst->against agin->again agina->again, angina, aginst->against agorithm->algorithm agrain->again agravate->aggravate agre->agree agred->agreed agreeement->agreement agreemnet->agreement agreemnets->agreements agreemnt->agreement agregate->aggregate agregates->aggregates agregation->aggregation agregator->aggregator agreing->agreeing agression->aggression agressive->aggressive agressively->aggressively agressiveness->aggressiveness agressivity->aggressivity agressor->aggressor agresssive->aggressive agrgument->argument agrguments->arguments agricultue->agriculture agriculure->agriculture agricuture->agriculture agrieved->aggrieved agrresive->aggressive agrument->argument agruments->arguments agument->argument aguments->arguments aheared->adhered ahev->have ahlpa->alpha ahlpas->alphas ahppen->happen ahve->have aicraft->aircraft aiffer->differ aiport->airport airator->aerator airbourne->airborne aircaft->aircraft aircrafts'->aircraft's aircrafts->aircraft airfow->airflow airial->aerial, arial, airlfow->airflow airloom->heirloom airporta->airports airrcraft->aircraft aisian->Asian aixs->axis aizmuth->azimuth ajacence->adjacence ajacencies->adjacencies ajacency->adjacency ajacent->adjacent ajacentcy->adjacency ajasence->adjacence ajasencies->adjacencies ajative->adjective ajcencies->adjacencies ajsencies->adjacencies ajurnment->adjournment ajust->adjust ajusted->adjusted ajustement->adjustment ajusting->adjusting ajustment->adjustment ake->ache akkumulate->accumulate akkumulated->accumulated akkumulates->accumulates akkumulating->accumulating akkumulation->accumulation akkumulative->accumulative akkumulator->accumulator aks->ask aksed->asked akss->asks, ass, aktivate->activate aktivated->activated aktivates->activates aktivating->activating aktivation->activation akumulate->accumulate akumulated->accumulated akumulates->accumulates akumulating->accumulating akumulation->accumulation akumulative->accumulative akumulator->accumulator 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 alers->alerts aleviate->alleviate aleviates->alleviates aleviating->alleviating alevt->alert algebraical->algebraic algebric->algebraic algebrra->algebra algee->algae alghorithm->algorithm 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 algorithmes->algorithms algorithmi->algorithm 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 alhough->although aliagn->align aliasas->aliases aliase->aliases, alias, aliasses->aliases alientating->alienating alighed->aligned, alighted, alighned->aligned alighnment->alignment aligin->align aligined->aligned aligining->aligning aliginment->alignment aligins->aligns 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 alignmets->alignments alignmment->alignment alignmments->alignments alignmnet->alignment alignmnt->alignment alignrigh->alignright alikes->alike, likes, aline->align, a line, line, saline, alined->aligned aling->align, along, a line, ailing, sling, alinged->aligned alinging->aligning alingment->alignment alings->aligns, slings, alinment->alignment alinments->alignments alising->aliasing aliver->alive, liver, a liver, sliver, allcate->allocate allcateing->allocating allcater->allocator allcaters->allocators allcating->allocating allcation->allocation allcator->allocator allcoate->allocate allcoated->allocated allcoateing->allocating allcoateng->allocating allcoater->allocator allcoaters->allocators allcoating->allocating allcoation->allocation allcoator->allocator allcoators->allocators allcommnads->allcommands, all commands, alle->all, alley, 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 allignmenterror->alignmenterror allignments->alignments alligns->aligns alliviate->alleviate allk->all alllocate->allocate alllocation->allocation alllow->allow alllows->allows allmost->almost alloacate->allocate alloate->allocate, allotted, allot, alloated->allocated, allotted, allocae->allocate allocaed->allocated allocaes->allocates allocagtor->allocator allocaiing->allocating allocaing->allocating allocaion->allocation allocaions->allocations allocaite->allocate allocaites->allocates allocaiting->allocating allocaition->allocation allocaitions->allocations allocaiton->allocation allocaitons->allocations allocal->allocate allocarion->allocation allocat->allocate allocatbale->allocatable allocatedi->allocated allocatedp->allocated allocateing->allocating allocateng->allocating allocaton->allocation allocatoor->allocator allocatote->allocate allocatrd->allocated alloced->allocated alloco->alloc allocos->allocs allocte->allocate allocted->allocated alloctions->allocations alloctor->allocator alloed->allowed, aloud, alloews->allows allone->alone, all one, allong->along alloocates->allocates allopone->allophone allopones->allophones allos->allows alloted->allotted alloud->aloud, allowed, allowd->allowed, allow, allows, allowe->allowed, allow, allows, allpication->application allready->already, all ready, allredy->already, all ready, allreight->all right, alright, allright->all right, alright, alls->all, falls, allso->also allthough->although alltime->all-time, 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 almoast->almost almostly->almost almsot->almost alo->also aloable->allowable, available, 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 alorithm->algorithm alos->also 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 alreday->already alredy->already alreight->all right, alright, alrelady->already alrms->alarms alrogithm->algorithm alrteady->already als->also alse->also, else, false, alsmost->almost alsot->also alsready->already altenative->alternative alterated->altered alterative->alternative alteratives->alternatives alterior->ulterior alternaive->alternative alternaives->alternatives alternarive->alternative alternarives->alternatives alternatievly->alternatively alternativey->alternatively alternativly->alternatively alternatve->alternative alternetive->alternative alternetives->alternatives alternitives->alternatives altetnative->alternative altho->although althogh->although althorithm->algorithm althorithmic->algorithmic althorithmically->algorithmically althorithms->algorithms althoug->although althought->although althougth->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, amazaing->amazing ambedded->embedded ambibuity->ambiguity ambigious->ambiguous ambigous->ambiguous ambiguious->ambiguous ambiguos->ambiguous ambitous->ambitious ambuguity->ambiguity ambulence->ambulance ambulences->ambulances amdgput->amdgpu amendement->amendment amendmant->amendment amened->amended, amend, Amercia->America amerliorate->ameliorate amgle->angle amgles->angles amiguous->ambiguous amke->make amking->making ammend->amend ammended->amended ammending->amending ammendment->amendment ammendments->amendments ammends->amends ammong->among ammongst->amongst ammortizes->amortizes ammoung->among ammoungst->amongst ammount->amount ammused->amused amny->many amongs->among amonst->amongst amonut->amount amound->amount amounds->amounts amoung->among amoungst->amongst amout->amount amoutn->amount amoutns->amounts amouts->amounts amperstands->ampersands amphasis->emphasis amplifer->amplifier amplifyer->amplifier ampty->empty amuch->much amung->among amunition->ammunition amunt->amount analagous->analogous analagus->analogous analaog->analog analgous->analogous analig->analog analise->analyse analised->analysed analiser->analyser analises->analysis, analyses, analising->analysing analisis->analysis analitic->analytic analitical->analytical analitically->analytically analiticaly->analytically analize->analyze analized->analyzed analizer->analyzer analizes->analyzes analizing->analyzing analogeous->analogous analogicaly->analogically analoguous->analogous analoguously->analogously analogus->analogous analouge->analogue analouges->analogues analsyis->analysis analye->analyse, analyze, analyed->analysed, analyzed, analyer->analyser, analyzer, analyers->analysers, analyzers, analyes->analyses, analyzes, analyse, analyze, analyis->analysis analysator->analyser analysies->analyses, analysis, analysus->analysis analysy->analysis analyticall->analytical, analytically, analyticaly->analytically analyticly->analytically analyzator->analyzer analyzies->analysis, analyses, analyzes, ananlog->analog anarchim->anarchism anarchistm->anarchism anarquism->anarchism anarquist->anarchist anaylsis->analysis 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 anevironments->environments anhoter->another anid->and anihilation->annihilation animaing->animating animaite->animate animaiter->animator animaiters->animators animaiton->animation animaitons->animations animaitor->animator animaitors->animators animatior->animator, animation, animaton->animation animatonic->animatronic animore->anymore aninate->animate anination->animation aniother->any other anisotrophically->anisotropically anitaliasing->antialiasing anithing->anything anitialising->antialiasing anitime->anytime anitrez->antirez aniversary->anniversary aniway->anyway aniwhere->anywhere 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 annouing->annoying announcment->announcement announcments->announcements announed->announced announement->announcement announements->announcements annoymous->anonymous annualy->annually annuled->annulled annyoingly->annoyingly anohter->another anologon->analogon anomally->anomaly anomolies->anomalies anomolous->anomalous anomoly->anomaly anonimity->anonymity anononymous->anonymous anonther->another anonymouse->anonymous anonyms->anonymous anonymus->anonymous anormal->abnormal, a normal, anormalies->anomalies anormally->abnormally, a normally, anormaly->abnormally anoter->another anothe->another anothers->another anounce->announce anounced->announced anouncement->announcement anount->amount anoying->annoying anoymous->anonymous anroid->android 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 anteena->antenna anteenas->antennas anthing->anything anthings->anythings anthor->another anthromorphization->anthropomorphization anthropolgist->anthropologist anthropolgy->anthropology antialialised->antialiased antialising->antialiasing antiapartheid->anti-apartheid anticpate->anticipate antry->entry antyhing->anything anual->annual anually->annually anulled->annulled anumber->a number anway->anyway anways->anyway anwhere->anywhere 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 anywere->anywhere aoache->apache aond->and aother->another, other, mother, aovid->avoid apach->apache apapted->adapted aparent->apparent aparently->apparently aparment->apartment apdated->updated apear->appear apeared->appeared apeends->appends apend->append apendage->appendage apended->appended apender->appender apendices->appendices apending->appending apendix->appendix apenines->Apennines aperatures->apertures apeture->aperture apilogue->epilogue aplha->alpha aplication->application aplications->applications aplied->applied aplitude->amplitude, aptitude, apllicatin->application apllication->application apllied->applied apllies->applies aplly->apply apllying->applying aplyed->applied apointed->appointed apointing->appointing apointment->appointment apoints->appoints apolegetic->apologetic apolegetics->apologetics apon->upon, apron, aportionable->apportionable 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 appearently->apparently appeares->appears appearning->appearing appeciate->appreciate appeded->appended appedn->append appen->append appendend->appended appendent->appended appendign->appending appened->append, appended, happened, appeneded->appended appenines->Apennines appens->appends appent->append apperance->appearance apperances->appearances apperant->apparent, aberrant, 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 applcations->applications appliable->applicable applicabel->applicable applicaion->application applicaiton->application applicaitons->applications applicance->appliance applicatable->applicable applicaten->application applicatin->application applicatio->application applicationb->application applicatios->applications applicatiosn->applications applicaton->application applicatons->applications appliction->application applictions->applications applikation->application appling->applying, appalling, applyable->applicable applycable->applicable applyed->applied applyes->applies applyied->applied applys->applies applyting->applying appned->append appologies->apologies appology->apology appon->upon appopriate->appropriate apporiate->appropriate apporoximate->approximate apporoximated->approximated apporpiate->appropriate appove->approve appoved->approved appoximate->approximate appoximately->approximately appoximates->approximates appoximation->approximation appoximations->approximations apppear->appear apppears->appears apppend->append apppends->appends appplet->applet appplication->application appplications->applications appplying->applying apppriate->appropriate appproach->approach apppropriate->appropriate apprearance->appearance apprended->appended, apprehended, apprently->apparently appreteate->appreciate appreteated->appreciated apprieciate->appreciate appriopriate->appropriate appripriate->appropriate apprixamate->approximate apprixamated->approximated apprixamately->approximately apprixamates->approximates apprixamating->approximating apprixamation->approximation apprixamations->approximations appriximate->approximate appriximated->approximated appriximately->approximately appriximates->approximates appriximating->approximating appriximation->approximation appriximations->approximations approachs->approaches approbiate->appropriate approch->approach approche->approach approched->approached approches->approaches approching->approaching approiate->appropriate approopriate->appropriate approoximate->approximate approoximately->approximately approoximates->approximates approoximation->approximation approoximations->approximations approperiate->appropriate appropiate->appropriate appropiately->appropriately approppriately->appropriately appropraite->appropriate appropraitely->appropriately approprate->appropriate approprated->appropriated approprately->appropriately appropration->appropriation approprations->appropriations appropriage->appropriate appropriatedly->appropriately appropriatly->appropriately appropriatness->appropriateness appropritae->appropriate approprite->appropriate approproate->appropriate appropropiate->appropriate appropropiately->appropriately appropropreate->appropriate appropropriate->appropriate approproximate->approximate approproximately->approximately approproximates->approximates approproximation->approximation approproximations->approximations approprpiate->appropriate approriate->appropriate approriately->appropriately approrpriate->appropriate approrpriately->appropriately approuval->approval approuve->approve approuved->approved approuves->approves approuving->approving approvement->approval approxamate->approximate approxamately->approximately approxamates->approximates approxamation->approximation approxamations->approximations approxamatly->approximately approxametely->approximately approxiamte->approximate approxiamtely->approximately approxiamtes->approximates approxiamtion->approximation approxiamtions->approximations approxiate->approximate approxiately->approximately approxiates->approximates approxiation->approximation approxiations->approximations approximatively->approximately approximatly->approximately approximed->approximated approximetely->approximately approximitely->approximately approxmate->approximate approxmately->approximately approxmates->approximates approxmation->approximation approxmations->approximations approxmimation->approximation apprpriate->appropriate apprpriately->appropriately appy->apply appying->applying apreciate->appreciate apreciated->appreciated apreciates->appreciates apreciating->appreciating apreciation->appreciation apreciative->appreciative aprehensive->apprehensive apreteate->appreciate apreteated->appreciated apreteating->appreciating aproach->approach aproached->approached aproaches->approaches aproaching->approaching aproch->approach aproched->approached aproches->approaches aproching->approaching aproove->approve aprooved->approved apropiate->appropriate apropiately->appropriately apropriate->appropriate apropriately->appropriately aproval->approval aproximate->approximate aproximately->approximately aproximates->approximates aproximation->approximation aproximations->approximations aprrovement->approval aprroximate->approximate aprroximately->approximately aprroximates->approximates aprroximation->approximation aprroximations->approximations 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 aquries->acquires, equerries, arameters->parameters aranged->arranged arangement->arrangement araound->around ararbic->arabic aray->array arays->arrays arbiatraily->arbitrarily arbiatray->arbitrary arbibtarily->arbitrarily arbibtary->arbitrary arbibtrarily->arbitrarily arbibtrary->arbitrary arbiitrarily->arbitrarily arbiitrary->arbitrary arbirarily->arbitrarily arbirary->arbitrary arbiratily->arbitrarily arbiraty->arbitrary arbirtarily->arbitrarily arbirtary->arbitrary arbirtrarily->arbitrarily arbirtrary->arbitrary arbitarary->arbitrary arbitarily->arbitrarily arbitary->arbitrary arbitiarily->arbitrarily arbitiary->arbitrary arbitiraly->arbitrarily arbitiray->arbitrary arbitor->arbiter, arbitrator, arbitors->arbiters, arbitrators, arbitrailly->arbitrarily arbitraily->arbitrarily arbitraion->arbitration arbitrairly->arbitrarily arbitrairy->arbitrary arbitral->arbitrary arbitralily->arbitrarily arbitrally->arbitrarily arbitralrily->arbitrarily arbitralry->arbitrary arbitraly->arbitrary arbitrarion->arbitration arbitrariy->arbitrarily, arbitrary, arbitrarly->arbitrarily, arbitrary, arbitraryily->arbitrarily arbitraryly->arbitrary arbitratily->arbitrarily arbitratiojn->arbitration arbitraton->arbitration arbitratrily->arbitrarily arbitratrion->arbitration arbitratry->arbitrary arbitraty->arbitrary arbitray->arbitrary arbitrer->arbiter, arbitrator, arbitrers->arbiters, arbitrators, arbitriarily->arbitrarily arbitriary->arbitrary arbitrily->arbitrarily arbitrion->arbitration arbitriraly->arbitrarily arbitriray->arbitrary arbitrition->arbitration arbitror->arbiter, arbitrator, arbitrors->arbiters, arbitrators, arbitrtily->arbitrarily arbitrty->arbitrary arbitry->arbitrary arbitryarily->arbitrarily arbitryary->arbitrary arbitual->arbitrary arbitually->arbitrarily arbitualy->arbitrary arbituarily->arbitrarily arbituary->arbitrary arbiturarily->arbitrarily arbiturary->arbitrary arbort->abort arborted->aborted arborting->aborting arborts->aborts arbritary->arbitrary arbritrarily->arbitrarily arbritrary->arbitrary arbtirarily->arbitrarily arbtirary->arbitrary arbtrarily->arbitrarily arbtrary->arbitrary arbutrarily->arbitrarily arbutrary->arbitrary arch-dependet->arch-dependent arch-independet->arch-independent 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 archictectures->architectures archicture->architecture archiecture->architecture archiectures->architectures archimedian->archimedean architct->architect architcts->architects architcture->architecture architctures->architectures architecht->architect architechts->architects architechturally->architecturally architechture->architecture architechtures->architectures architectual->architectural architectur->architecture architecturs->architectures architecturse->architectures architecure->architecture architecures->architectures architecutre->architecture architecutres->architectures architecuture->architecture architecutures->architectures architetcure->architecture architetcures->architectures architeture->architecture architetures->architectures architure->architecture architures->architectures archiv->archive archivel->archival archor->anchor archtecture->architecture archtectures->architectures archtiecture->architecture archtiectures->architectures archtitecture->architecture archtitectures->architectures archtype->archetype archtypes->archetypes archvie->archive archvies->archives archving->archiving arcitecture->architecture arcitectures->architectures arcticle->article Ardiuno->Arduino are'nt->aren't aready->already areea->area 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 arguemtn->argument arguemtns->arguments argumant->argument argumants->arguments argumement->argument argumements->arguments argumemnt->argument argumemnts->arguments argumeng->argument argumengs->arguments argumens->arguments argumentents->arguments argumeny->argument argumet->argument argumetn->argument argumetns->arguments argumets->arguments argumnet->argument argumnets->arguments arhive->archive arhives->archives aribitary->arbitrary aribiter->arbiter aribtrarily->arbitrarily aribtrary->arbitrary ariflow->airflow arised->arose arithemetic->arithmetic arithemtic->arithmetic arithmatic->arithmetic arithmentic->arithmetic arithmetc->arithmetic arithmethic->arithmetic arithmitic->arithmetic aritmetic->arithmetic aritrary->arbitrary aritst->artist arival->arrival arive->arrive arlready->already armamant->armament armistace->armistice armonic->harmonic arn't->aren't arne't->aren't arogant->arrogant arogent->arrogant aronud->around aroud->around aroung->around arount->around arquitecture->architecture arquitectures->architectures arraay->array arragement->arrangement arraival->arrival arral->array arranable->arrangeable arrance->arrange arrane->arrange arraned->arranged arranement->arrangement arranements->arrangements arranent->arrangement arranents->arrangements arranes->arranges arrang->arrange arrangable->arrangeable arrangaeble->arrangeable arrangaelbe->arrangeable arrangd->arranged arrangde->arranged arrangemenet->arrangement arrangemenets->arrangements arrangent->arrangement arrangents->arrangements arrangmeent->arrangement arrangmeents->arrangements arrangmenet->arrangement arrangmenets->arrangements arrangment->arrangement arrangments->arrangements arrangnig->arranging arrangs->arranges arrangse->arranges arrangt->arrangement arrangte->arrange arrangteable->arrangeable arrangted->arranged arrangtement->arrangement arrangtements->arrangements arrangtes->arranges arrangting->arranging arrangts->arrangements arraning->arranging arranment->arrangement arranments->arrangements arraows->arrows arrary->array arrayes->arrays arre->are arreay->array arrengement->arrangement arrengements->arrangements arriveis->arrives arrivial->arrival arround->around arrray->array 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 artifcat->artifact artifcats->artifacts artifical->artificial artifically->artificially artihmetic->arithmetic artillary->artillery artuments->arguments arugment->argument arugments->arguments aruments->arguments arund->around asai->Asia asain->Asian asbolute->absolute asbolutelly->absolutely asbolutely->absolutely asbtract->abstract asbtracted->abstracted asbtracter->abstracter asbtracting->abstracting asbtraction->abstraction asbtractions->abstractions asbtractly->abstractly asbtractness->abstractness asbtractor->abstractor asbtracts->abstracts asceding->ascending asend->ascend, as end, asendance->ascendance asendancey->ascendancy asendancy->ascendancy asended->ascended, as ended, asendence->ascendance asendencey->ascendancy asendency->ascendancy asender->ascender, a sender, asending->ascending asent->ascent aserted->asserted asertion->assertion asetic->ascetic asfar->as far asign->assign asigned->assigned asignee->assignee asignees->assignees asigning->assigning asignment->assignment asignor->assignor asigns->assigns asii->ascii asisstant->assistant asisstants->assistants asistance->assistance aske->ask askes->asks aslo->also asnwer->answer asnwered->answered asnwerer->answerer asnwerers->answerers asnwering->answering asnwers->answers 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 assciated->associated asscii->ASCII asscociated->associated asscoitaed->associated assebly->assembly assebmly->assembly assember->assembler assemblys->assemblies assemby->assembly assemly->assembly assemnly->assembly assemple->assemble assending->ascending asser->assert assersion->assertion assertation->assertion assertio->assertion assertting->asserting 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 assigne->assign, assigned, assignement->assignment assignements->assignments assignemnt->assignment assignemnts->assignments assignemtn->assignment assignend->assigned assignenmet->assignment assignes->assigns assignmenet->assignment assignmens->assignments assignmet->assignment assignmnet->assignment assignt->assign assigntment->assignment assime->assume assined->assigned assing->assign assinged->assigned assinging->assigning assingled->assigned assingment->assignment assingned->assigned assings->assigns assinment->assignment assiocate->associate assiocated->associated assiocates->associates assiocating->associating assiocation->association assiociate->associate assiociated->associated assiociates->associates assiociating->associating assiociation->association assisnate->assassinate assistence->assistance assistent->assistant assit->assist assitant->assistant assition->assertion assmbler->assembler assmebly->assembly assmelber->assembler assmption->assumption assmptions->assumptions assocaited->associated assocate->associate assocated->associated assocates->associates assocating->associating assocation->association assocations->associations assocciative->associative associatated->associated associatd->associated associatied->associated associcate->associate associcated->associated associcates->associates associcating->associating associdated->associated associeted->associated assocition->association associuated->associated assoction->association assoiated->associated assoicate->associate assoicated->associated assoicates->associates assoication->association assoiciative->associative assomption->assumption 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 asssert->assert 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 assumend->assumed 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 assymetry->asymmetry assymmetric->asymmetric assymmetrical->asymmetrical assymmetries->asymmetries assymmetry->asymmetry asterices->asterisks asteriks->asterisk, asterisks, asteriod->asteroid asthetic->aesthetic asthetical->aesthetical asthetically->aesthetically asthetics->aesthetics astiimate->estimate astiimation->estimation asume->assume asumed->assumed asumes->assumes asuming->assuming asumption->assumption asure->assure aswell->as well asychronize->asynchronize asychronized->asynchronized asychronous->asynchronous asychronously->asynchronously asycn->async asycronous->asynchronous asymetic->asymmetric asymetri->asymmetric, asymmetry, asymetric->asymmetric asymetrical->asymmetrical asymetricaly->asymmetrically asymmeric->asymmetric asymmetri->asymmetric, asymmetry, asynchnous->asynchronous asynchonous->asynchronous asynchonously->asynchronously asynchornous->asynchronous asynchoronous->asynchronous asynchrnous->asynchronous asynchrnously->asynchronously asynchromous->asynchronous asynchron->asynchronous asynchroneously->asynchronously asynchronious->asynchronous asynchronlous->asynchronous asynchrons->asynchronous asynchroous->asynchronous asynchrounous->asynchronous asynchrounsly->asynchronously asyncronous->asynchronous asyncronously->asynchronously asynnc->async asynschron->asynchronous atach->attach atached->attached ataching->attaching atachment->attachment atachments->attachments atack->attack atain->attain atempt->attempt atempting->attempting atempts->attempts atendance->attendance atended->attended atendee->attendee atends->attends atention->attention atheistical->atheistic athenean->Athenian atheneans->Athenians ather->other athiesm->atheism athiest->atheist athough->although athron->athlon athros->atheros atleast->at least atll->all atmoic->atomic atmoically->atomically atomatically->automatically atomical->atomic atomicly->atomically atomiticity->atomicity atorecovery->autorecovery atorney->attorney atquired->acquired atribs->attribs atribut->attribute atribute->attribute atributed->attributed atributes->attributes atrribute->attribute atrributes->attributes atrtribute->attribute atrtributes->attributes attaced->attached attachd->attached attachement->attachment attachements->attachments attachen->attach attachged->attached attachmant->attachment attachmants->attachments attachs->attaches attachted->attached attacs->attacks attacthed->attached attaindre->attainder, attained, attampt->attempt attatch->attach attatched->attached attatches->attaches attatching->attaching attatchment->attachment attatchments->attachments attch->attach attched->attached attches->attaches attching->attaching attchment->attachment attemp->attempt attemped->attempted attemping->attempting attemppt->attempt attemps->attempts attemptes->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 attennuation->attenuation attension->attention attented->attended attepmpt->attempt attept->attempt attetntion->attention attibute->attribute attibuted->attributed attibutes->attributes attirbute->attribute attirbutes->attributes attiribute->attribute attitide->attitude attmept->attempt attmpt->attempt attnetion->attention attosencond->attosecond attosenconds->attoseconds attrbiute->attribute attribbute->attribute attribiute->attribute attribiutes->attributes attribte->attribute attribted->attributed attribtes->attributes, attribute, attribting->attributing attribtue->attribute attribtutes->attributes attribude->attribute attribue->attribute attribues->attributes attribuite->attribute attribuites->attributes attribuition->attribution attribure->attribute attribured->attributed attribures->attributes attriburte->attribute attriburted->attributed attriburtes->attributes attriburtion->attribution attribut->attribute attributei->attribute attributen->attribute attributred->attributed attributs->attributes attribye->attribute attribyes->attributes attribyte->attribute attribytes->attributes attriebute->attribute attriebuted->attributed attriebutes->attributes attriebuting->attributing 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 attruibute->attribute attruibutes->attributes atttached->attached atttribute->attribute atttributes->attributes atuhentication->authentication auccess->success auccessive->successive audeince->audience audiance->audience auguest->august augument->argument, augment, auhtor->author auhtors->authors aunthenticate->authenticate aunthenticated->authenticated aunthenticates->authenticates aunthenticating->authenticating auospacing->autospacing auot->auto auotmatic->automatic auromated->automated aussian->Gaussian, Russian, Austrian, austrailia->Australia austrailian->Australian Australien->Australian Austrlaian->Australian autasave->autosave autasaves->autosaves autenticate->authenticate autenticated->authenticated autenticates->authenticates autenticating->authenticating autentication->authentication authecate->authenticate authecated->authenticated authecates->authenticates authecating->authenticating authecation->authentication authecator->authenticator authecators->authenticators authenaticate->authenticate authenaticated->authenticated authenaticates->authenticates authenaticating->authenticating authenatication->authentication authenaticator->authenticator authenaticators->authenticators authencate->authenticate authencated->authenticated authencates->authenticates authencating->authenticating authencation->authentication authencator->authenticator authencators->authenticators authenciate->authenticate authenciated->authenticated authenciates->authenticates authenciating->authenticating authenciation->authentication authenciator->authenticator authenciators->authenticators authencicate->authenticate authencicated->authenticated authencicates->authenticates authencicating->authenticating authencication->authentication authencicator->authenticator authencicators->authenticators authencity->authenticity authencticate->authenticate authencticated->authenticated authencticates->authenticates authencticating->authenticating authenctication->authentication authencticator->authenticator authencticators->authenticators authendicate->authenticate authendicated->authenticated authendicates->authenticates authendicating->authenticating authendication->authentication authendicator->authenticator authendicators->authenticators authenenticate->authenticate authenenticated->authenticated authenenticates->authenticates authenenticating->authenticating authenentication->authentication authenenticator->authenticator authenenticators->authenticators authenfie->authenticate authenfied->authenticated authenfies->authenticates authenfiing->authenticating authenfiion->authentication authenfior->authenticator authenfiors->authenticators authenicae->authenticate authenicaed->authenticated authenicaes->authenticates authenicaing->authenticating authenicaion->authentication authenicaor->authenticator authenicaors->authenticators authenicate->authenticate authenicated->authenticated authenicates->authenticates authenicating->authenticating authenication->authentication authenicator->authenticator authenicators->authenticators authenificate->authenticate authenificated->authenticated authenificates->authenticates authenificating->authenticating authenification->authentication authenificator->authenticator authenificators->authenticators authenitcate->authenticate authenitcated->authenticated authenitcates->authenticates authenitcating->authenticating authenitcation->authentication authenitcator->authenticator authenitcators->authenticators autheniticate->authenticate autheniticated->authenticated autheniticates->authenticates autheniticating->authenticating authenitication->authentication autheniticator->authenticator autheniticators->authenticators authenricate->authenticate authenricated->authenticated authenricates->authenticates authenricating->authenticating authenrication->authentication authenricator->authenticator authenricators->authenticators authentcated->authenticated authenticaiton->authentication authenticateion->authentication authentiction->authentication authentification->authentication auther->author autherisation->authorisation autherise->authorise autherization->authorization autherize->authorize authers->authors authethenticate->authenticate authethenticated->authenticated authethenticates->authenticates authethenticating->authenticating authethentication->authentication authethenticator->authenticator authethenticators->authenticators authethicate->authenticate authethicated->authenticated authethicates->authenticates authethicating->authenticating authethication->authentication authethicator->authenticator authethicators->authenticators autheticate->authenticate autheticated->authenticated autheticates->authenticates autheticating->authenticating authetication->authentication autheticator->authenticator autheticators->authenticators authetnicate->authenticate authetnicated->authenticated authetnicates->authenticates authetnicating->authenticating authetnication->authentication authetnicator->authenticator authetnicators->authenticators authetnticate->authenticate authetnticated->authenticated authetnticates->authenticates authetnticating->authenticating authetntication->authentication authetnticator->authenticator authetnticators->authenticators authobiographic->autobiographic authobiography->autobiography authoer->author authorative->authoritative authorded->authored authorites->authorities authorithy->authority authoritiers->authorities authorititive->authoritative authoritive->authoritative authorizeed->authorized 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-genrated->auto-generated auto-genratet->auto-generated auto-genration->auto-generation 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 autoconplete->autocomplete autoconpleted->autocompleted autoconpletes->autocompletes autoconpleting->autocompleting autoconpletion->autocompletion autocoomit->autocommit autoctonous->autochthonous autoeselect->autoselect autofilt->autofilter autofomat->autoformat autoformating->autoformatting autogenrated->autogenerated autogenratet->autogenerated autogenration->autogeneration autogroping->autogrouping autohorized->authorized autoincrememnt->autoincrement autoincrementive->autoincrement automaatically->automatically automagicaly->automagically 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 autometic->automatic autometically->automatically automibile->automobile automonomous->autonomous automtically->automatically autonagotiation->autonegotiation 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 autoneogotiation->autonegotiation autoneotiation->autonegotiation autonogotiation->autonegotiation autonymous->autonomous autopsec->autospec autor->author autorealease->autorelease autorisation->authorization autoritative->authoritative autority->authority autorization->authorization autoropeat->autorepeat autors->authors autosae->autosave autosavegs->autosaves autosaveperodical->autosaveperiodical autosence->autosense autum->autumn auxialiary->auxiliary auxilaries->auxiliaries auxilary->auxiliary auxileries->auxiliaries auxilery->auxiliary auxiliar->auxiliary auxillaries->auxiliaries auxillary->auxiliary auxilleries->auxiliaries auxillery->auxiliary auxilliaries->auxiliaries auxilliary->auxiliary auxiluary->auxiliary auxliliary->auxiliary avaiable->available avaialable->available avaialbale->available avaialbe->available avaialbel->available avaialbility->availability avaialble->available avaiblable->available avaible->available avaiiability->availability avaiiable->available avaiibility->availability avaiible->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 avaloable->available avaluate->evaluate avaluated->evaluated avaluates->evaluates avaluating->evaluating avance->advance avanced->advanced avances->advances avancing->advancing avaoid->avoid avaoidable->avoidable avaoided->avoided avarage->average avarageing->averaging avarege->average avary->every, aviary, avation->aviation avcoid->avoid avcoids->avoids avdisories->advisories avdisoriy->advisory, advisories, avdisoriyes->advisories avdisory->advisory avengence->a vengeance averageed->averaged averagine->averaging averload->overload averloaded->overloaded averloads->overloads avertising->advertising avgerage->average aviable->available avialable->available avilability->availability avilable->available aviod->avoid avioded->avoided avioding->avoiding aviods->avoids avisories->advisories avisoriy->advisory, advisories, avisoriyes->advisories avisory->advisory avod->avoid avoded->avoided avoding->avoiding avods->avoids avoidence->avoidance avoinding->avoiding avriable->variable avriables->variables avriant->variant avriants->variants avtive->active awared->awarded aways->always, away, aweful->awful awefully->awfully awming->awning awmings->awnings awnser->answer awnsered->answered awnsers->answers awoid->avoid awsome->awesome awya->away axises->axes axix->axis axpressed->expressed aysnc->async ayway->anyway, away, ayways->always ba->by, be, bable->babel, table, bible, bacause->because baceause->because bacground->background bacic->basic backards->backwards backbround->background backbrounds->backgrounds backedn->backend backedns->backends backened->backend, blackened, backeneds->backends, blackens, backgorund->background backgorunds->backgrounds backgound->background backgounds->backgrounds backgournd->background backgournds->backgrounds backgrond->background backgronds->backgrounds backgroud->background backgrouds->backgrounds backgroung->background backgroungs->backgrounds backgrount->background backgrounts->backgrounds backgrund->background backgrunds->backgrounds backlght->backlight backlghting->backlighting backlghts->backlights backned->backend backneds->backends backound->background backounds->backgrounds backpsace->backspace backrefence->backreference backround->background backrounds->backgrounds backsapce->backspace backslase->backslash backslases->backslashes backslashs->backslashes backupped->backed-up, backed up, backwad->backwards backwardss->backwards backware->backward backwark->backward backwrad->backward bactracking->backtracking bacup->backup bage->bag bahaving->behaving bahavior->behavior bahavioral->behavioral bahaviors->behaviors bahaviour->behaviour baisc->basic baised->raised bakc->back bakcrefs->backrefs bakend->backend, baked, bakends->backends bakup->backup bakups->backups bakward->backward bakwards->backwards balacing->balancing balck->black, balk, balence->balance baloon->balloon baloons->balloons balse->false banannas->bananas banch->branch, bench, banched->branched, benched, banches->branches, benches, bandwidht->bandwidth bandwidthm->bandwidth bandwitdh->bandwidth bandwith->bandwidth bankrupcy->bankruptcy banlance->balance banruptcy->bankruptcy baout->about, bout, barbedos->barbados bariier->barrier barnch->branch barnched->branched barncher->brancher barnchers->branchers barnches->branches barnching->branching barriors->barriers barrriers->barriers barycentic->barycentric basci->basic bascially->basically bascktrack->backtrack basf->base basicallly->basically basicaly->basically basiclly->basically basicly->basically bassic->basic bassically->basically bastract->abstract bastracted->abstracted bastracter->abstracter bastracting->abstracting bastraction->abstraction bastractions->abstractions bastractly->abstractly bastractness->abstractness bastractor->abstractor bastracts->abstracts bateries->batteries batery->battery battaries->batteries battary->battery bboolean->boolean bbooleans->booleans bcak->back bcause->because beacaon->beacon beacause->because beachead->beachhead beacuse->because beaon->beacon bearword->bareword beastiality->bestiality beatiful->beautiful beauracracy->bureaucracy beaurocracy->bureaucracy beaurocratic->bureaucratic beause->because beauti->beauty beautiy->beauty beautyfied->beautified beautyfull->beautiful beaviour->behaviour bebongs->belongs becaause->because becacdd->because becahse->because becamae->became becames->becomes, became, becaouse->because becase->because becasue->because becasuse->because becauae->because becauce->because becaue->because becaues->because becaus->because becausee->because becauseq->because becauses->because becausw->because beccause->because bechmark->benchmark bechmarked->benchmarked bechmarking->benchmarking bechmarks->benchmarks becoem->become becomeing->becoming becomming->becoming becoms->becomes becouse->because becoz->because bector->vector bectors->vectors becuase->because becuse->because becxause->because beding->bedding, begging, bedore->before beeing->being, been, beeings->beings beetween->between beetwen->between beffer->buffer befoer->before befor->before beforehands->beforehand beforere->before befores->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 beginer->beginner begines->begins begining->beginning beginn->begin beginnig->beginning beginnin->beginning beginnning->beginning beginnnings->beginnings behabviour->behaviour behaivior->behavior behavious->behaviour, behaviours, behavioutr->behaviour behaviuor->behaviour behavoir->behavior behavoirs->behaviors behavour->behaviour behavriour->behaviour behavriours->behaviours behinde->behind behing->behind, being, behvaiour->behaviour behviour->behaviour beiginning->beginning 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, belown->belong belwo->below bemusemnt->bemusement benchamarked->benchmarked benchamarking->benchmarking benchmkar->benchmark benchmkared->benchmarked benchmkaring->benchmarking benchmkars->benchmarks benchs->benches benckmark->benchmark benckmarked->benchmarked benckmarking->benchmarking benckmarks->benchmarks benechmark->benchmark benechmarked->benchmarked benechmarking->benchmarking benechmarks->benchmarks 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 berforming->performing bergamont->bergamot Berkley->Berkeley Bernouilli->Bernoulli berween->between besed->based beseige->besiege beseiged->besieged beseiging->besieging besure->be sure beteeen->between beteen->between beter->better beteween->between betrween->between bettern->better bettery->better, battery, betwean->between betwee->between betweed->between betweeen->between betweem->between betweend->between betweeness->betweenness betweent->between betwen->between betwene->between betwern->between beucase->because beuracracy->bureaucracy beutification->beautification beutiful->beautiful beutifully->beautifully bever->never bevore->before bevorehand->beforehand bevorhand->beforehand beweeen->between beween->between bewteen->between bewteeness->betweenness beyong->beyond beyound->beyond bffer->buffer bginning->beginning bi-langual->bi-lingual bianries->binaries bianry->binary biappicative->biapplicative bidimentionnal->bidimensional bidning->binding bidnings->bindings bigallic->bigalloc bigining->beginning biginning->beginning biinary->binary bilangual->bilingual bilateraly->bilaterally billingualism->bilingualism billon->billion bimask->bitmask bimillenia->bimillennia bimillenial->bimillennial bimillenium->bimillennium bimontly->bimonthly binairy->binary binanary->binary binar->binary binay->binary bindins->bindings binidng->binding binominal->binomial bion->bio birght->bright birghten->brighten birghter->brighter birghtest->brightest birghtness->brightness biridectionality->bidirectionality bisct->bisect bisines->business bisiness->business bisnes->business bisness->business bistream->bitstream bisunes->business bisuness->business bitamps->bitmaps bitap->bitmap bitfileld->bitfield bitfilelds->bitfields bitis->bits bitmast->bitmask bitnaps->bitmaps bitwise-orring->bitwise-oring biult->built, build, bizare->bizarre bizarely->bizarrely bizzare->bizarre bject->object bjects->objects blackslashes->backslashes blaclist->blacklist blaim->blame blaimed->blamed blak->black, blank, blanace->balance blance->balance, glance, lance, blanced->balanced, glanced, lanced, blances->balances, glances, lances, blancing->balancing, glancing, lancing, blanck->blank, black, blancked->blanked blatent->blatant blatently->blatantly blbos->blobs blcok->block blcoks->blocks bleading->bleeding blessd->blessed blessure->blessing bletooth->bluetooth bleutooth->bluetooth blindy->blindly Blitzkreig->Blitzkrieg bload->bloat bloaded->bloated blocack->blockack bloccks->blocks blocekd->blocked blockhain->blockchain blockhains->blockchains blockin->blocking bloddy->bloody blodk->block bloek->bloke bloekes->blokes bloeks->blokes bloekss->blokes blohted->bloated blok->block, bloke, blokc->block, bloke, blokcer->blocker blokchain->blockchain blokchains->blockchains blokcing->blocking blokcs->blocks, blokes, blokcss->blocks, blokes, bloked->blocked bloker->blocker bloking->blocking bloks->blocks, blokes, blong->belong blonged->belonged blonging->belonging blongs->belongs bloted->bloated bluestooth->bluetooth bluetooh->bluetooth bluetoot->bluetooth bluetootn->bluetooth blured->blurred blurr->blur, blurred, blutooth->bluetooth bnecause->because boads->boards boardcast->broadcast boaut->bout, boat, about, bobard->board, bombard, bocome->become boddy->body bodydbuilder->bodybuilder boffer->buffer bofore->before boggus->bogus bogos->bogus bointer->pointer 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, booleam->boolean booleamn->boolean booleamns->booleans booleams->booleans booleanss->booleans booleen->boolean booleens->booleans boolen->boolean boolens->booleans booltloader->bootloader booltloaders->bootloaders boomark->bookmark boomarks->bookmarks boook->book booolean->boolean boooleans->booleans boostrap->bootstrap boostrapped->bootstrapped boostrapping->bootstrapping boostraps->bootstraps booteek->boutique bootlaoder->bootloader bootlaoders->bootloaders bootoloader->bootloader bootom->bottom bootraping->bootstrapping bootsram->bootram bootsrap->bootstrap bootstap->bootstrap bootstapped->bootstrapped bootstapping->bootstrapping bootstaps->bootstraps boquet->bouquet borad->board boradcast->broadcast bord->board, bored, border, borded->boarded, border, bording->boarding bordreline->borderline bordrelines->borderlines borgwasy->bourgeoisie borke->broke borken->broken borow->borrow borwser->browsers borwsers->browsers bostom->boston, bottom, bothe->both boths->both botifies->notifies bottlenck->bottleneck bottlencks->bottlenecks bottlenect->bottleneck bottlenects->bottlenecks bottlneck->bottleneck bottlnecks->bottlenecks bottomborde->bottomborder bottome->bottom botton->bottom, button, bottons->bottoms, buttons, botttom->bottom bouce->bounce bouces->bounces boudaries->boundaries boudary->boundary bouding->bounding boudnaries->boundaries boudnary->boundary bouds->bounds bouind->bound bouinded->bounded bouinding->bounding bouinds->bounds boun->bound bounaaries->boundaries bounaary->boundary bounad->bound bounadaries->boundaries bounadary->boundary bounaded->bounded bounading->bounding bounadries->boundaries bounadry->boundary bounads->bounds bounardies->boundaries bounardy->boundary bounaries->boundaries bounary->boundary bounbdaries->boundaries bounbdary->boundary boundares->boundaries boundaryi->boundary boundarys->boundaries bounday->boundary boundays->boundaries bounderies->boundaries boundery->boundary boundig->bounding boundimg->bounding boundrary->boundary boundries->boundaries boundry->boundary bounduaries->boundaries bouned->bounded boungaries->boundaries boungary->boundary boungin->bounding boungind->bounding bounhdaries->boundaries bounhdary->boundary bounidng->bounding bouning->bounding bounnd->bound bounnded->bounded bounnding->bounding bounnds->bounds bounradies->boundaries bounrady->boundary bounraies->boundaries bounraries->boundaries bounrary->boundary bounray->boundary bouns->bounds bounsaries->boundaries bounsary->boundary bounsd->bounds bount->bound bountries->boundaries bountry->boundary bounudaries->boundaries bounudary->boundary bounus->bonus bouqet->bouquet bouund->bound bouunded->bounded bouunding->bounding bouunds->bounds 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, brace, branches, branchces->branches branchs->branches branck->branch branckes->branches brancket->bracket branckets->brackets brane->brain braodcasted->broadcasted Brasillian->Brazilian brazeer->brassiere brazillian->Brazilian bre->be, brie, breakes->breaks breakthough->breakthrough breakthroughts->breakthroughs breakthruogh->breakthrough breakthruoghs->breakthroughs breal->break breef->brief, beef, breefly->briefly brefore->before breif->brief breifly->briefly brekpoint->breakpoint brekpoints->breakpoints bresh->brush, fresh, breshed->brushed breshes->brushes breshing->brushing brethen->brethren bretheren->brethren brfore->before brievely->briefly brigde->bridge brige->bridge briges->bridges brighness->brightness brightnesss->brightness brigth->bright brigthness->brightness briliant->brilliant brilinear->bilinear brillant->brilliant brimestone->brimstone bringin->bringing bringtofont->bringtofront Britian->Britain Brittish->British brnach->branch brnaches->branches broacasted->broadcast broadacasting->broadcasting broadcas->broadcast broadcase->broadcast broadcasti->broadcast broadcat->broadcast broady->broadly broardcast->broadcast broblematic->problematic brocher->brochure brocken->broken brockend->broken brockened->broken brocolee->broccoli brodcast->broadcast broked->broken brokem->broken brokend->broken brokened->broken brokeness->brokenness bronken->broken brosable->browsable brose->browse, rose, brosed->browsed, rosed, broser->browser brosers->browsers brosing->browsing broswable->browsable broswe->browse broswed->browsed broswer->browser broswers->browsers broswing->browsing brouter->router brower->browser browers->browsers browing->browsing browseable->browsable browswable->browsable browswe->browse browswed->browsed browswer->browser browswers->browsers browswing->browsing brutaly->brutally brwosable->browsable brwose->browse brwosed->browsed brwoser->browser brwosers->browsers brwosing->browsing btye->byte btyes->bytes buad->baud Buddah->Buddha Buddist->Buddhist bufefr->buffer bufer->buffer bufers->buffers buffereed->buffered bufferent->buffered bufferred->buffered buffeur->buffer bufffer->buffer bufffers->buffers buffor->buffer buffors->buffers buffr->buffer buffred->buffered buffring->buffering bufufer->buffer buggest->biggest bugous->bogus buguous->bogus bugus->bogus buid->build buiding->building buidling->building buiild->build 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 burtst->burst busines->business busineses->business, businesses, busness->business bussiness->business bussy->busy buton->button butons->buttons butterly->butterfly buttom->button, bottom, buttoms->buttons, bottom, buttosn->buttons buttton->button butttons->buttons buufers->buffers buuild->build buuilds->builds bve->be bwtween->between bypas->bypass bypased->bypassed bypasing->bypassing byteoder->byteorder, 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 caclucate->calculate caclucation->calculation caclucations->calculations caclucator->calculator caclulated->calculated caclulating->calculating caclulation->calculation caclulations->calculations caculate->calculate caculated->calculated caculater->calculator caculates->calculates caculating->calculating caculation->calculation caculations->calculations caculator->calculator cacuses->caucuses cadidate->candidate caefully->carefully Caesarian->Caesarean cahacter->character cahacters->characters cahange->change cahanged->changed cahanges->changes 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 cahgned->changed cahgnes->changes cahgning->changing cahhel->channel cahhels->channels cahined->chained cahing->caching cahining->chaining cahnge->change cahnged->changed cahnges->changes cahnging->changing cahnnel->channel cahnnels->channels cahr->char cahracter->character cahracters->characters cahrging->charging cahrs->chars calaber->caliber calalog->catalog calander->calendar, colander, calback->callback calcable->calculable calcalate->calculate calciulate->calculate calciulating->calculating calclation->calculation 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 calculatble->calculatable, calculable, calculater->calculator calculatted->calculated calculatter->calculator calculattion->calculation calculattions->calculations calculaution->calculation calculautions->calculations calculcate->calculate calculcation->calculation calculed->calculated calculs->calculus calcultate->calculate calcultated->calculated calcultater->calculator calcultating->calculating calcultator->calculator calculting->calculating calculuations->calculations calcurate->calculate calcutated->calculated caleed->called caler->caller calescing->coalescing caliased->aliased calibrte->calibrate calibrtion->calibration caligraphy->calligraphy calilng->calling caliming->claiming caling->calling, scaling, culling, callabck->callback callabcks->callbacks callack->callback callbacl->callback callbacsk->callback callbak->callback callbakc->callback callbakcs->callbacks callbck->callback callcack->callback callcain->callchain calld->called calle->called callef->called calles->calls callibrated->calibrated callibration->calibration callibri->calibri callig->calling callint->calling callled->called calllee->callee calloed->called callsr->calls calss->calls, class, calsses->classes calucate->calculate caluclate->calculate caluclated->calculated caluclater->calculator caluclates->calculates caluclating->calculating 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 cances->cancel cancl->cancel cancle->cancel cancled->canceled candadate->candidate candadates->candidates candiate->candidate candiates->candidates candidiate->candidate candidiates->candidates candinate->candidate candinates->candidates cange->change canged->changed 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 cannott->cannot canonalize->canonicalize canonalized->canonicalized canonalizes->canonicalizes canonalizing->canonicalizing canoncial->canonical canonicalizations->canonicalization canonival->canonical canot->cannot cant'->can't cant;->can't canvase->canvas caost->coast capabable->capable capabicity->capability capabiities->capabilities capabiity->capability capabilies->capabilities capabiliites->capabilities capabilites->capabilities capabilitieis->capabilities capabilitiies->capabilities capabilitires->capabilities capabilitiy->capability capabillity->capability capabilties->capabilities capabiltity->capability capabilty->capability capabitilies->capabilities capablilities->capabilities capablities->capabilities capablity->capability capaciy->capacity capalize->capitalize capalized->capitalized capapbilities->capabilities capatibilities->capabilities capbability->capability capbale->capable capela->capella caperbility->capability Capetown->Cape Town capibilities->capabilities capible->capable capitolize->capitalize cappable->capable captable->capable captial->capital captrure->capture captued->captured capturd->captured caputre->capture caputure->capture carachter->character caracter->character caractere->character caracteristic->characteristic caracterized->characterized caracters->characters carbus->cardbus carcas->carcass, Caracas, carefull->careful, carefully, carefuly->carefully careing->caring carfull->careful cariage->carriage caridge->carriage cariier->carrier 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 carriadge->carriage Carribbean->Caribbean Carribean->Caribbean carridge->carriage, cartridge, carrien->carrier carrige->carriage carrrier->carrier carryintg->carrying carryng->carrying cartdridge->cartridge Carthagian->Carthaginian carthographer->cartographer cartiesian->cartesian cartilege->cartilage cartilidge->cartilage cartrige->cartridge caryy->carry 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 catagorie->category, categories, catagories->categories catagorized->categorized catagory->category Cataline->Catiline, Catalina, catapillar->caterpillar catapillars->caterpillars catapiller->caterpillar catapillers->caterpillars catastronphic->catastrophic catastropically->catastrophically catastrphic->catastrophic catche->catch catched->caught catchi->catch catchs->catches categogical->categorical categogically->categorically categogies->categories categogy->category categorie->category, categories, cateogrical->categorical cateogrically->categorically cateogries->categories cateogry->category catepillar->caterpillar catepillars->caterpillars catergorize->categorize catergorized->categorized caterpilar->caterpillar caterpilars->caterpillars caterpiller->caterpillar caterpillers->caterpillars catgorical->categorical catgorically->categorically catgories->categories catgory->category cathlic->catholic catholocism->catholicism catory->factory catpture->capture catpure->capture catpured->captured 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 ccertificated->certificated ccertificates->certificates ccertification->certification ccessible->accessible cche->cache cconfiguration->configuration ccordinate->coordinate ccordinates->coordinates ccordinats->coordinates ccoutant->accountant cdecompress->decompress ceartype->cleartype Ceasar->Caesar ceate->create ceated->created ceates->creates ceating->creating ceation->creation ceck->check cecked->checked cecker->checker cecking->checking cecks->checks cedential->credential cedentials->credentials cehck->check cehcked->checked cehcker->checker 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 cenarios->scenarios cencter->center cencus->census cengter->center censequence->consequence censur->censor, censure, centain->certain cententenial->centennial centerd->centered centisencond->centisecond centisenconds->centiseconds centrifugeable->centrifugable centrigrade->centigrade centruies->centuries centruy->century centuties->centuries centuty->century cerate->create ceratin->certain, keratin, cereates->creates cerification->certification, verification, cerifications->certifications, verifications, cerified->certified, verified, cerifies->certifies, verifies, cerify->certify, verify, cerifying->certifying, verifying, cerimonial->ceremonial cerimonies->ceremonies cerimonious->ceremonious cerimony->ceremony ceromony->ceremony certaily->certainly certaincy->certainty certainity->certainty certaint->certain certaion->certain certan->certain certficate->certificate certficated->certificated certficates->certificates certfication->certification certfications->certifications certficiate->certificate certficiated->certificated certficiates->certificates certficiation->certification certficiations->certifications certfied->certified certfy->certify certian->certain certianly->certainly certicate->certificate certicated->certificated certicates->certificates certication->certification certifacte->certificate certifacted->certificated certifactes->certificates certifaction->certification certifcate->certificate certifcated->certificated certifcates->certificates certifcation->certification certifciate->certificate certifciated->certificated certifciates->certificates certifciation->certification certifiate->certificate certifiated->certificated certifiates->certificates certifiating->certificating certifiation->certification certifiations->certifications certificat->certificate certificatd->certificated certificatin->certificating, certification, certificaton->certification certificats->certificates certifice->certificate certificed->certificated certifices->certificates certificion->certification certifificate->certificate certifificated->certificated certifificates->certificates certifification->certification certiticate->certificate certiticated->certificated certiticates->certificates certitication->certification cervial->cervical, servile, serval, cetrainly->certainly cetting->setting Cgywin->Cygwin chaarges->charges chacacter->character chacacters->characters chache->cache chached->cached chacheline->cacheline chaeck->check chaecked->checked chaecker->checker chaecking->checking chaecks->checks chage->change, charge, chaged->changed, charged, chages->changes, charges, chaging->changing, charging, chagne->change chagned->changed chagnes->changes chahged->changed chaied->chained chaing->chain chalenging->challenging challanage->challenge challange->challenge challanged->challenged challanges->challenges challege->challenge chambre->chamber chambres->chambers Champange->Champagne chanceled->canceled chanceling->canceling chanched->changed chancnel->channel, cancel, chane->change, chain, chaned->changed, chained, chaneged->changed chanel->channel chanell->channel chanels->channels changable->changeable changeing->changing changged->changed changlog->changelog changuing->changing chanined->chained chaning->chaining, changing, chaninging->changing chanllenge->challenge chanllenging->challenging channe->channel channeles->channels channes->channels, chances, changes, channl->channel channle->channel channles->channels channnel->channel channnels->channels chanses->chances chaper->chapter characaters->characters characer->character characers->characters characeter->character characeters->characters characetrs->characters characher->character charachers->characters charachter->character charachters->characters characstyle->charstyle charactar->character charactaristic->characteristic charactaristics->characteristics charactars->characters 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 characterisic->characteristic characterisically->characteristically characterisicly->characteristically characterisitic->characteristic characterisitics->characteristics characteristicly->characteristically charactersistic->characteristic charactersistically->characteristically charactersistics->characteristics charactersm->characters characterss->characters characterstic->characteristic characterstically->characteristically characterstics->characteristics charactertistic->characteristic charactertistically->characteristically charactertistics->characteristics charactes->characters charactet->character characteter->character characteteristic->characteristic characteteristics->characteristics characteters->characters charactetistic->characteristic charactetistics->characteristics charactetr->character charactetrs->characters charactets->characters characther->character charactor->character charactors->characters charactristic->characteristic charactristically->characteristically charactristics->characteristics charactrs->characters characts->characters characture->character charakter->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 charecter->character charecters->characters charector->character chargind->charging 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, chater->chapter chawk->chalk chcek->check chceked->checked chceking->checking chceks->checks chck->check chckbox->checkbox cheapeast->cheapest cheatta->cheetah chec->check checg->check checged->checked chech->check, czech, checheckpoit->checkpoint checheckpoits->checkpoints cheched->checked cheching->checking chechk->check chechs->checks checkalaises->checkaliases checkcsum->checksum checkd->checked checkes->checks checkk->check checkoslovakia->czechoslovakia checkpoing->checkpoint checkstum->checksum checkstuming->checksumming checkstumming->checksumming checkstums->checksums checksume->checksum checksumed->checksummed checksuming->checksumming checkum->checksum checkums->checksums checkuot->checkout cheduling->scheduling cheeta->cheetah cheif->chief cheifs->chiefs chek->check chekc->check chekcing->checking 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 chennel->channel chescksums->checksums chidren->children childbird->childbirth childen->children childern->children childlren->children childrens->children childres->children childs->children, child's, chiled->child, chilled, chiledren->children chilren->children chineese->Chinese chiop->chip, chop, chiper->cipher, chipper, chimer, chipers->ciphers, chippers, chimers, chipersuite->ciphersuite chipersuites->ciphersuites chipertext->ciphertext chipertexts->ciphertexts chipet->chipset chipslect->chipselect chipstes->chipsets chiuldren->children chked->checked chnage->change chnages->changes chnge->change chnnel->channel choclate->chocolate choicing->choosing choise->choice choises->choices choising->choosing chooose->choose choos->choose choosed->chose, chosen, choosen->chosen chopipng->chopping chopy->choppy, chop, choronological->chronological chosed->chose choser->chooser chosing->choosing chossen->chosen chould->should, could, chouse->choose, chose, choux, chracter->character chracters->characters chractor->character chractors->characters chrash->crash, thrash, trash, chrashed->crashed, thrashed, trashed, chrashes->crashes, thrashes, trashes, chrashing->crashing, thrashing, trashing, chrashs->crashes, thrashes, trashes, chrminance->chrominance chromum->chromium chuch->church chuks->chunks chunaks->chunks chunck->chunk chuncked->chunked chuncking->chunking chuncks->chunks chuncksize->chunksize chuncs->chunks chuned->chunked churchs->churches cick->click cicrle->circle cicruit->circuit cicruits->circuits cicular->circular ciculars->circulars cihpher->cipher cihphers->ciphers cilent->client, silent, cilents->clients, silents, silence, cilincer->cylinder, silencer, cilincers->cylinders, silencers, cilinder->cylinder cilinders->cylinders cilyndre->cylinder cilyndres->cylinders cilyndrs->cylinders Cincinatti->Cincinnati Cincinnatti->Cincinnati cinfiguration->configuration cinfigurations->configurations cintaner->container ciontrol->control ciper->cipher cipers->ciphers cipersuite->ciphersuite cipersuites->ciphersuites cipertext->ciphertext cipertexts->ciphertexts ciph->cipher, chip, ciphe->cipher cipherntext->ciphertext ciphersuit->ciphersuite ciphersuits->ciphersuites ciphersute->ciphersuite ciphersutes->ciphersuites cipheruite->ciphersuite cipheruites->ciphersuites ciphes->ciphers ciphr->cipher ciphrs->ciphers cips->chips circomvent->circumvent circomvented->circumvented circomvents->circumvents circual->circular circuitery->circuitry circulaton->circulation circumferance->circumference circumferencial->circumferential circumsicion->circumcision circumstancial->circumstantial circumstansial->circumstantial circumstnce->circumstance circumstnces->circumstances circumstncial->circumstantial circumstntial->circumstantial circumvernt->circumvent circunstance->circumstance circunstances->circumstances circunstantial->circumstantial circustances->circumstances circut->circuit circuts->circuits ciricle->circle ciricles->circles ciricuit->circuit ciricuits->circuits ciricular->circular ciricularise->circularise ciricularize->circularize ciriculum->curriculum cirilic->Cyrillic cirillic->Cyrillic ciritc->critic ciritcal->critical ciritcality->criticality ciritcals->criticals ciritcs->critics ciriteria->criteria ciritic->critic ciritical->critical ciriticality->criticality ciriticals->criticals ciritics->critics 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 cjange->change cjanged->changed cjanges->changes cjoice->choice cjoices->choices ckecksum->checksum claaes->classes claculate->calculate claculation->calculation claer->clear claerer->clearer claerly->clearly claibscale->calibscale claime->claim claimes->claims clame->claim claread->cleared clared->cleared clarety->clarity claring->clearing clasic->classic clasical->classical clasically->classically clasification->classification clasified->classified clasifies->classifies clasify->classify clasifying->classifying classe->class, classes, classess->classes classesss->classes classifed->classified classifer->classifier classifers->classifiers classs->class classses->classes clatified->clarified claus->clause clcoksource->clocksource clcosed->closed clea->clean cleaer->clear, clearer, cleaner, cleaered->cleared cleaing->cleaning cleancacne->cleancache cleand->cleaned, cleans, clean, cleaness->cleanness cleanning->cleaning cleannup->cleanup cleanp->cleanup, clean up, cleanpu->cleanup cleanpus->cleanups cleantup->cleanup cleare->cleared, clear, cleareance->clearance clearified->clarified clearifies->clarifies clearify->clarify clearifying->clarifying clearling->clearing 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 cliens->clients cliensite->client-side clienta->client cliente->client, clientele, clientelle->clientele clik->click cliks->clicks climer->climber climers->climbers climing->climbing clincial->clinical clinets->clients clinicaly->clinically clipoard->clipboard clipoards->clipboards clipoing->clipping cliuent->client cliuents->clients clloud->cloud cllouded->clouded clloudes->clouds cllouding->clouding cllouds->clouds cloack->cloak cloacks->cloaks cloberring->clobbering clocksourc->clocksource clockwíse->clockwise clock_getttime->clock_gettime clodes->closed, clothes, cloding->closing cloes->close cloesd->closed cloesed->closed cloesing->closing clonez->clones, cloner, clonning->cloning clory->glory clos->close closeing->closing closests->closest, closets, closig->closing clossed->closed clossing->closing cloude->cloud cloudes->clouds clousre->closure clsoe->close cluase->clause clude->clued, clue, clumn->column clumsly->clumsily cluser->cluster clusetr->cluster clustred->clustered cmak->cmake cmmands->commands cmobination->combination cmoputer->computer cmoputers->computers cna->can cnannel->channel cnat'->can't cnat->can't cnfiguration->configuration cnfigure->configure cnfigured->configured cnfigures->configures cnfiguring->configuring cnosole->console cnosoles->consoles cntain->contain cntains->contains cnter->center co-incided->coincided co-opearte->co-operate co-opeartes->co-operates co-ordinate->coordinate co-ordinates->coordinates coalace->coalesce coalacece->coalesce, coalescence, coalaced->coalesced coalacence->coalescence coalacing->coalescing coalaesce->coalesce coalaesced->coalesced coalaescence->coalescence coalaescing->coalescing coalascece->coalescence coalascence->coalescence coalase->coalesce coalasece->coalescence coalased->coalesced coalasence->coalescence coalases->coalesces coalasing->coalescing coalcece->coalescence coalcence->coalescence coalesc->coalesce coalescsing->coalescing coalesed->coalesced coalesence->coalescence coalessing->coalescing coallate->collate coallates->collates coallating->collating coallece->coalesce coalleced->coalesced coallecence->coalescence coalleces->coalesces coallecing->coalescing coallee->coalesce coalleed->coalesced coalleence->coalescence coallees->coalesces coalleing->coalescing coallesce->coalesce coallesced->coalesced coallesceing->coalescing coallescence->coalescence coallesces->coalesces coallescing->coalescing coallese->coalesce coallesed->coalesced coallesence->coalescence coalleses->coalesces coallesing->coalescing coallesse->coalesce coallessed->coalesced coallessence->coalescence coallesses->coalesces coallessing->coalescing coallision->collision coallisions->collisions coallition->coalition, collation, coalsce->coalesce coalscece->coalescence coalsced->coalesced coalscence->coalescence coalscing->coalescing coalsece->coalescence coalseced->coalesced coalsecense->coalescence coalsence->coalescence coaslescing->coalescing cobining->combining cobvers->covers coccinele->coccinelle coctail->cocktail cocument->document cocumentation->documentation cocuments->document codde->code, coded, coddle, codeing->coding codepoitn->codepoint codesc->codecs codespel->codespell codesream->codestream coditions->conditions coduct->conduct coducted->conducted coducter->conductor coducting->conducting coductor->conductor coducts->conducts coeffcient->coefficient coeffcients->coefficients coefficeint->coefficient coefficeints->coefficients coefficent->coefficient coefficents->coefficients coeffiecient->coefficient coeffiecients->coefficients coeffient->coefficient coeffients->coefficients coeficent->coefficient coeficents->coefficients coeficient->coefficient coeficients->coefficients coelesce->coalesce coercable->coercible coerceion->coercion coersion->coercion coexhist->coexist, co-exist, coexhistance->coexistence, co-existence, coexhisted->coexisted, co-existed, coexhistence->coexistence, co-existence, coexhisting->coexisting, co-existing, coexhists->coexists, co-exists, coexinst->coexist, co-existence, coexinstence->coexistence, co-existence, coexinsts->coexists, co-existence, coexistance->coexistence, co-existence, coexsit->coexist, co-exist, coexsitance->coexistence, co-existence, coexsited->coexisted, co-existed, coexsitence->coexistence, co-existence, coexsiting->coexisting, co-existing, coexsits->coexists, co-exists, cofeee->coffee cofidence->confidence cofiguration->configuration cofigure->configure cofigured->configured cofigures->configures cofiguring->configuring cofirm->confirm cofirmation->confirmation cofirmations->confirmations cofirmed->confirmed cofirming->confirming cofirms->confirms coform->conform cofrim->confirm cofrimation->confirmation cofrimations->confirmations cofrimed->confirmed cofriming->confirming cofrims->confirms cognizent->cognizant coherance->coherence coherancy->coherency coherant->coherent coherantly->coherently coice->choice coincedentally->coincidentally coinitailize->coinitialize coinside->coincide coinsided->coincided coinsidence->coincidence coinsident->coincident coinsides->coincides coinsiding->coinciding cointain->contain cointained->contained cointaining->containing cointains->contains colaboration->collaboration colaborations->collaborations colateral->collateral coldplg->coldplug colected->collected colection->collection colelction->collection colelctive->collective colerscheme->colorscheme colescing->coalescing colision->collision colission->collision collaberative->collaborative collaction->collection collaobrative->collaborative collapsable->collapsible collasion->collision collationg->collation collecing->collecting collecion->collection collecions->collections collectin->collection collecton->collection collectons->collections colleection->collection collegue->colleague collegues->colleagues collektion->collection colletion->collection collison->collision, collusion, collisons->collisions, collusion, collusions, collission->collision, collusion, colllapses->collapses collocalized->colocalized collonade->colonnade collonies->colonies collony->colony collorscheme->colorscheme collosal->colossal collpased->collapsed collsions->collisions 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, colorfully, coloringh->coloring colorizoer->colorizer colorpsace->colorspace colorpsaces->colorspaces colose->close coloum->column coloumn->column coloumns->columns coloums->columns colourfull->colourful, colourfully, 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 comamnd-line->command-line comamnded->commanded comamnding->commanding comamndline->commandline comamnds->commands comand->command comand-line->command-line comander->commander, commandeer, comando->commando comandos->commandos comany->company comapany->company comapared->compared comapatibility->compatibility comapatible->compatible comapletion->completion comapnies->companies comapny->company comapre->compare comapring->comparing comaprison->comparison comaptible->compatible comarators->comparators comback->comeback combained->combined combanations->combinations combatibility->compatibility combatible->compatible combiantion->combination combiation->combination combiations->combinations combinate->combine combinateion->combination combinateions->combinations combinatins->combinations combinatio->combination combinatios->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 comedlib->comedilib comemmorates->commemorates comemoretion->commemoration coment->comment comented->commented comenting->commenting coments->comments cometed->commented, competed, comfirm->confirm comflicting->conflicting comformance->conformance comiled->compiled 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 comittees->committees comitter->committer comitting->committing comittish->committish comlain->complain comlained->complained comlainer->complainer comlaining->complaining comlains->complains comlaint->complaint comlaints->complaints comlete->complete comleted->completed comletely->completely comletion->completion comletly->completely comlex->complex comlexity->complexity comlpeter->completer comma-separeted->comma-separated commad->command commadn->command commadn-line->command-line commadnline->commandline commadns->commands commads->commands comman->command, common, commandi->command commandoes->commandos commannd->command commans->commands commansd->commands commant->command, comment, commanted->commanded, commented, commants->commands, comments, commatas->commas, commata, commect->connect commected->connected commecting->connecting commectivity->connectivity commedic->comedic commemerative->commemorative commemmorate->commemorate commemmorating->commemorating commen->commend, comment, common, commenet->comment commenetd->commented commeneted->commented commens->comments, commons, commenstatus->commentstatus commerical->commercial commerically->commercially commericial->commercial commericially->commercially commerorative->commemorative commeted->commented, competed, 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 commiti->committee, committing, commit, commitin->committing commiting->committing commitish->committish committ->commit committe->committee committi->committee committis->committees committment->commitment committments->commitments committy->committee 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 communicaion->communication communicatie->communication communicaton->communication communites->communities communiy->community communiyt->community communuication->communication commutated->commuted commutating->commuting commutive->commutative comnmand->command comnnected->connected 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 compaibility->compatibility compain->complain compair->compare compaire->compare compaired->compared compairing->comparing compairison->comparison compairisons->comparisons compairs->compares compansate->compensate compansated->compensated compansates->compensates compansating->compensating compansation->compensation compansations->compensations comparaison->comparison comparare->compare comparater->comparator comparation->comparison comparations->comparisons compareable->comparable compareison->comparison compareisons->comparisons compariable->comparable comparied->compared comparign->comparing comparigon->comparison comparigons->comparisons compariing->comparing comparion->comparison comparions->comparisons comparios->comparison comparioss->comparisons comparisaion->comparison comparisaions->comparisons comparisation->comparison comparisations->comparisons comparisement->comparison comparisements->comparisons comparisin->comparison comparising->comparing comparisins->comparisons comparision->comparison comparisions->comparisons comparism->comparison comparisment->comparison comparisments->comparisons comparisms->comparisons comparisn->comparison comparisns->comparisons comparispon->comparison comparispons->comparisons comparission->comparison comparissions->comparisons comparisson->comparison comparissons->comparisons comparistion->comparison comparistions->comparisons compariston->comparison comparistons->comparisons comparition->comparison comparitions->comparisons comparititive->comparative comparititively->comparatively comparitive->comparative comparitively->comparatively comparitor->comparator comparitors->comparators comparizon->comparison comparizons->comparisons comparment->compartment comparotor->comparator comparotors->comparators 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 compatibel->compatible compatibile->compatible compatibiliy->compatibility compatibilty->compatibility compatibily->compatibility compatibity->compatibility compatiblilty->compatibility compatiblities->compatibilities compatiblity->compatibility compation->compaction 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 compiant->compliant compicated->complicated compications->complications compied->compiled compilability->compatibility compilant->compliant compiletime->compile time compiliant->compliant compiliation->compilation compilier->compiler compiliers->compilers compitable->compatible compitent->competent compitible->compatible complaing->complaining complanied->complained 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 completiom->completion 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 complted->completed compluter->computer compnent->component compnents->components compoennt->component compoent->component compoents->components compoesd->composed compoment->component compoments->components componant->component componants->components componbents->components componding->compounding componemt->component componemts->components componenets->components componens->components componentes->components componet->component componets->components componnents->components componsites->composites compontent->component compontents->components composablity->composability composibility->composability composiblity->composability composit->composite compount->compound comppatible->compatible comprable->comparable compre->compare, compère, compredded->compressed compres->compress, compares, 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 comptabile->compatible comptability->compatibility, computability, 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 comstraint->constraint comsume->consume comsumed->consumed comsumer->consumer comsumers->consumers comsumes->consumes comsuming->consuming comsumption->consumption comtain->contain comtained->contained comtainer->container comtains->contains comunicate->communicate comunication->communication comunity->community 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 concaneted->concatenated 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 conceedd->conceded concensors->consensus concensus->consensus concentate->concentrate concentated->concentrated concentates->concentrates concentating->concentrating concentation->concentration 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 condict->conduct condicted->conducted condident->confident condidential->confidential condidional->conditional condidtion->condition condidtioning->conditioning condidtions->conditions condifurable->configurable condifuration->configuration condifure->configure condifured->configured condig->config condigdialog->configdialog condiiton->condition condionally->conditionally conditionaly->conditionally conditionn->condition conditionnal->conditional conditionnaly->conditionally conditionned->conditioned 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 conductuve->conductive, conducive, conecct->connect coneccted->connected coneccting->connecting conecction->connection conecctions->connections conecctivities->connectivities conecctivity->connectivity conecctor->connector conecctors->connectors coneccts->connects conecept->concept conecepts->concepts conecjture->conjecture conecjtures->conjectures conecnt->connect, content, conecntrate->concentrate conecntrated->concentrated conecntrates->concentrates conecnts->connects, contents, conecpt->concept conecpts->concepts conect->connect conected->connected conecting->connecting conection->connection conections->connections conectivities->connectivities conectivity->connectivity conectix->connectix conector->connector conectors->connectors conects->connects conecurrency->concurrency conecutive->consecutive coneect->connect coneected->connected coneecting->connecting coneection->connection coneections->connections coneectivities->connectivities coneectivity->connectivity coneector->connector coneectors->connectors coneects->connects conenct->connect conencted->connected conencting->connecting conenction->connection conenctions->connections conenctivities->connectivities conenctivity->connectivity conenctor->connector conenctors->connectors conencts->connects conenience->convenience conenient->convenient coneninece->convenience coneninet->convenient conent->content conents->contents coner->corner, coroner, conergence->convergence conern->concern conerning->concerning coners->corners, coroners, conersion->conversion conersions->conversions conert->convert conerted->converted conerter->converter conerters->converters conerting->converting conervative->conservative conesencus->consensus conet->connect coneted->connected coneting->connecting conetion->connection conetions->connections conetivities->connectivities conetivity->connectivity conetnt->content conetor->connector conetors->connectors conets->connects conetxt->context, connect, conetxts->contexts, connects, conexant->connexant conext->context, connect, connects, conexts->contexts, connects, conferrencing->conferencing confert->convert confety->confetti conffiguration->configuration confgiuration->configuration confgiure->configure confgiured->configured confguration->configuration confgure->configure confgured->configured confict->conflict conficted->conflicted conficts->conflicts confidance->confidence confidantal->confidential confidantally->confidentially confidantals->confidentials confidantial->confidential confidantially->confidentially confidental->confidential confidentally->confidentially confids->confides confifurable->configurable confifuration->configuration confifure->configure confifured->configured configaration->configuration configed->configured configer->configure configiration->configuration configire->configure configiuration->configuration configration->configuration configrations->configurations configred->configured configruated->configured, configuration, configruation->configuration configruations->configurations configrued->configured configuaration->configuration 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 configuratiens->configurations configuratin->configuration, configurating, configuratiom->configuration configurationn->configuration configuratioon->configuration configuratoin->configuration configuratoins->configurations configuraton->configuration configuratons->configurations configuratrions->configurations configuratuion->configuration configureable->configurable configureing->configuring configuretion->configuration configurres->configures configurring->configuring configurses->configures configurtation->configuration configurting->configuring configurtion->configuration configury->configurable configutation->configuration configutations->configurations configutration->configuration confimred->confirmed confiramtion->confirmation confirmacion->confirmation confirmaed->confirmed confirmas->confirms confirmatino->confirmation confirmatinon->confirmation confirmd->confirmed confirmedd->confirmed confirmeed->confirmed confirmming->confirming confiug->config confiugure->configure conflictd->conflicts, conflicted, conflictin->conflicting conflift->conflict conflit->conflict confoguration->configuration confort->comfort confortable->comfortable confrim->confirm confrimation->confirmation confrimations->confirmations confrimed->confirmed confriming->confirming confrims->confirms 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 congigure->configure congradulations->congratulations congresional->congressional conider->consider conifguration->configuration conifiguration->configuration 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 conjuncion->conjunction conjuntion->conjunction conjuntions->conjunctions conlcude->conclude conlcuded->concluded conlcudes->concludes conlcuding->concluding conlcusion->conclusion conlcusions->conclusions conly->only conmnection->connection conmpress->compress conmpression->compression connaect->connect conncection->connection conncetion->connection connction->connection conncurrent->concurrent connecetd->connected connecion->connection connecions->connections conneciton->connection connecitons->connections connecor->connector connecotr->connector connecstatus->connectstatus connectd->connected connecte->connected connectet->connected connectibity->connectivity connectino->connection connectinos->connections connectiom->connection connectioms->connections connectiona->connection connectionas->connections connecto->connect connecton->connection, connector, connectted->connected connecttion->connection conneection->connection conneiction->connection connektors->connectors connetced->connected connetcion->connection Conneticut->Connecticut connetion->connection connetor->connector connexion->connection connnect->connect connnected->connected connnecting->connecting connnection->connection connnections->connections connnects->connects connot->cannot connstrain->constrain connstrained->constrained connstraint->constraint conntents->contents conntroller->controller conosuer->connoisseur conotation->connotation conotations->connotations conpares->compares conplete->complete conpleted->completed conpletes->completes conpleting->completing conpletion->completion conquerd->conquered conquerer->conqueror conquerers->conquerors conqured->conquered conrete->concrete conrol->control conroller->controller conrrol->control conrrupt->corrupt conrruptable->corruptible conrrupted->corrupted conrruptible->corruptible conrruption->corruption conrruptions->corruptions conrrupts->corrupts conrtib->contrib conrtibs->contribs consants->constants conscent->consent consciencious->conscientious consciouness->consciousness consdider->consider consdidered->considered consdiered->considered consdired->considered conseat->conceit conseated->conceited consective->consecutive consectively->consecutively consectutive->consecutive consecuitively->consecutively conseed->concede conseedd->conceded conseeded->conceded conseeds->concedes consenquently->consequently consentrate->concentrate consentrated->concentrated consentrates->concentrates consept->concept consepts->concepts consequentely->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->consider, considered, consideren->considered consideres->considered, considers, considert->considered, consider, considred->considered consier->consider consiers->considers consifer->consider consifered->considered consious->conscious consire->conspire, consider, consired->conspired, considered, consisant->consistent consisent->consistent consisently->consistently consisntency->consistency consistancy->consistency consistant->consistent consistantly->consistently consisten->consistent consistend->consistent consistendly->consistently consistendt->consistent consistendtly->consistently consistenly->consistently consisteny->consistency, consistent, consistuents->constituents consit->consist consitant->consistent consited->consisted consitency->consistency consitent->consistent consitently->consistently consiting->consisting consitional->conditional consits->consists consituencies->constituencies consituency->constituency consituent->constituent consituents->constituents consitute->constitute consituted->constituted consitutes->constitutes consituting->constituting consitution->constitution consitutional->constitutional consitutuent->constituent consitutuents->constituents consitutute->constitute consitututed->constituted consitututes->constitutes consitututing->constituting consol->console consolodate->consolidate consolodated->consolidated consonent->consonant consonents->consonants consorcium->consortium conspiracys->conspiracies conspiriator->conspirator consquence->consequence consquences->consequences consquent->consequent consquently->consequently consrtuct->construct consrtucted->constructed consrtuctor->constructor consrtuctors->constructors consrtucts->constructs consruction->construction consructions->constructions consructor->constructor consructors->constructors constain->constrain, contain, constained->constrained, contained, constaining->constraining, containing, constains->constrains, contains, constaints->constraints constallation->constellation constallations->constellations constanly->constantly constantsm->constants constarnation->consternation constatn->constant constatnt->constant constatnts->constants constcurts->constructs constext->context consting->consisting constinually->continually constistency->consistency constists->consists constitently->consistently constituant->constituent constituants->constituents constitue->constitute constitues->constitutes 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 constratints->constraints constraucts->constructs constrct->construct, constrict, constrcted->constructed, constricted, constrcting->constructing, constricting, constrction->construction, constriction, constrctions->constructions, constrictions, constrcts->constructs, constricts, constrcuct->construct constrcut->construct constrcuted->constructed constrcution->construction constrcutor->constructor constrcutors->constructors constrcuts->constructs constriants->constraints constrollers->controllers construc->construct construced->constructed, construed, construces->constructs construcing->constructing construcion->construction construciton->construction construcor->constructor construcs->constructs constructcor->constructor constructer->constructor constructers->constructors constructes->constructs constructred->constructed constructt->construct constructted->constructed constructting->constructing constructtor->constructor constructtors->constructors constructts->constructs constructued->constructed constructure->constructor construktor->constructor construnctor->constructor construrtors->constructors construt->construct construtced->constructed 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 consturctor->constructor consuder->consider consuemr->consumer consulant->consultant consumate->consummate consumated->consummated consumating->consummating consummed->consumed consumtion->consumption contacentaion->concatenation contagen->contagion contaier->container contaiminate->contaminate contaiminated->contaminated contaiminating->contaminating containa->contain containe->contain, contained, container, contains, containees->containers containerr->container containes->contains containg->containing containging->containing containig->containing containings->containing containining->containing containint->containing containn->contain containner->container containners->containers containns->contains 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 contanined->contained contaning->containing contanins->contains contans->contains contant->constant, content, contants->constants, contents, contary->contrary contast->contrast, contest, contatenated->concatenated contating->contacting, containing, contect->contact, context, connect, 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 contermporaneous->contemporaneous contet->contest, content, context, contets->contents, contexts, contex->context contexta->context contexual->contextual contiains->contains 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 continious->continuous continiously->continuously continoue->continue continous->continuous continously->continuously continueing->continuing continuely->continually continuem->continuum continuos->continuous continuosly->continuously continure->continue continus->continue, continuous, continuse->continues continusly->continuously continuting->continuing contiuation->continuation contiue->continue contiuguous->contiguous contiuing->continuing contnt->content contol->control contoler->controller contoller->controller contollers->controllers contolls->controls contols->controls contongency->contingency contorl->control contorled->controlled 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 contraveining->contravening contravercial->controversial contraversy->controversy contributer->contributor contributers->contributors contries->countries contritutions->contributions contriubte->contribute contriubted->contributed contriubtes->contributes contriubting->contributing contriubtion->contribution contriubtions->contributions contrl->control contrller->controller 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 controllor->controller controlls->controls contronl->control controoler->controller controvercial->controversial controvercy->controversy controveries->controversies controversal->controversial controversey->controversy controversials->controversial controvertial->controversial controvery->controversy contrtoller->controller contruct->construct contructed->constructed contructing->constructing contruction->construction contructions->constructions contructor->constructor contructors->constructors contructs->constructs contry->country contryie->countryie contsruction->construction contstant->constant contstants->constants contstraint->constraint contstructing->constructing contstruction->construction contur->contour contzains->contains conuntry->country conusmer->consumer convaless->convalesce convax->convex convaxiity->convexity convaxly->convexly convaxness->convexness 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 convenvient->convenient conver->convert convered->converted, covered, convereted->converted convergance->convergence convering->converting, covering, converion->conversion converions->conversions converison->conversion converitble->convertible convers->converse, converts, convert, conversly->conversely conversoin->conversion converssion->conversion converst->convert converstion->conversion, conversation, converstions->conversions, conversations, convertable->convertible convertables->convertibles convertation->conversation, conversion, convertations->conversations, conversions, convertet->converted convertion->conversion convertions->conversions convertor->converter convertors->converters convery->convert convesion->conversion convesions->conversions convet->convert conveted->converted conveter->converter conveters->converters conveting->converting convetion->convention convets->converts convexe->convex, convexes, 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 coodinate->coordinate coodinates->coordinates coodrinate->coordinate coodrinates->coordinates cooger->cougar cookoo->cuckoo coolent->coolant coolot->culotte coolots->culottes coomand->command coommand->command coonstantly->constantly coonstructed->constructed coopearte->cooperate coopeartes->cooperates cooporative->cooperative coordanate->coordinate coordanates->coordinates coordiante->coordinate coordiantes->coordinates coordiantion->coordination coordiate->coordinate coordiates->coordinates coordiinates->coordinates coordinats->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 coorditate->coordinate coordonate->coordinate coordonated->coordinated coordonates->coordinates coorespond->correspond cooresponded->corresponded coorespondend->correspondent coorespondent->correspondent cooresponding->corresponding cooresponds->corresponds 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 copiese->copies copiing->copying copiler->compiler copletely->completely copmetitors->competitors copmilation->compilation copmonent->component copmutations->computations copntroller->controller coponent->component copoying->copying coppermines->coppermine coppied->copied coppy->copy, choppy, copright->copyright coprighted->copyrighted coprights->copyrights coproccessor->coprocessor coproccessors->coprocessors coprocesor->coprocessor coprorate->corporate coprorates->corporates coprright->copyright coprrighted->copyrighted coprrights->copyrights copstruction->construction copuright->copyright copurighted->copyrighted copurights->copyrights copute->compute coputed->computed coputer->computer coputes->computes copver->cover copyed->copied copyeight->copyright copyeighted->copyrighted copyeights->copyrights copyied->copied copyrigth->copyright copyrigthed->copyrighted copyrigths->copyrights copyritght->copyright copyritghted->copyrighted copyritghts->copyrights copyrught->copyright copyrughted->copyrighted copyrughts->copyrights copys->copies copytight->copyright copytighted->copyrighted copytights->copyrights copyting->copying corale->chorale cordinate->coordinate cordinates->coordinates cordoroy->corduroy cordump->coredump corecct->correct corecctly->correctly corect->correct corected->corrected corecting->correcting corection->correction corectly->correctly corects->corrects coreespond->correspond coregated->corrugated corelate->correlate corelated->correlated corelates->correlates corellation->correlation corener->corner, coroner, coreolis->Coriolis 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 corordination->coordination corosbonding->corresponding corosion->corrosion corospond->correspond corospondance->correspondence corosponded->corresponded corospondence->correspondence corosponding->corresponding corosponds->corresponds corousel->carousel corparate->corporate corperations->corporations corpration->corporation corproration->corporation corprorations->corporations corrcect->correct corrct->correct corrdinates->coordinates correclty->correctly correcly->correctly correctably->correctable 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 correnspondence->correspondence correnspondences->correspondences correnspondent->correspondent correnspondents->correspondents 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 correspodence->correspondence correspoding->corresponding correspoinding->corresponding correspomd->correspond correspomded->corresponded correspomdence->correspondence correspomdences->correspondences correspomdent->correspondent correspomdents->correspondents correspomding->corresponding correspomds->corresponds correspondance->correspondence correspondances->correspondences correspondant->correspondent correspondants->correspondents correspondend->correspondent correspondes->corresponds correspondg->corresponding correspondig->corresponding corresponging->corresponding corresponing->corresponding corresponsding->corresponding corresponsing->corresponding correspont->correspond correspontence->correspondence correspontences->correspondences correspontend->correspondent correspontent->correspondent correspontents->correspondents corresponting->corresponding corresponts->corresponds correspoond->correspond corressponding->corresponding corret->correct correted->corrected corretion->correction corretly->correctly corridoor->corridor 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 corrrect->correct corrrected->corrected corrresponding->corresponding corrresponds->corresponds corrrupt->corrupt corrrupted->corrupted corrruption->corruption corrspond->correspond corrsponded->corresponded corrsponding->corresponding corrsponds->corresponds corrupeted->corrupted corruptable->corruptible corruptiuon->corruption cors-site->cross-site cors-sute->cross-site corse->course corsor->cursor corss->cross, course, corss-site->cross-site corss-sute->cross-site corsses->crosses, courses, corsshair->crosshair corsshairs->crosshairs corssite->cross-site corsssite->cross-site corsssute->cross-site corssute->cross-site corus->chorus corvering->covering cosnsrain->constrain cosnsrained->constrained cosntrain->constrain cosntrains->constrains, constraints, cosntraint->constraint cosntraints->constraints cosntructed->constructed cosntructor->constructor cosnumer->consumer cosolation->consolation cosole->console cosoled->consoled cosoles->consoles cosoling->consoling costant->constant costitution->constitution costruct->construct costructer->constructor costructor->constructor costum->custom, costume, costumary->customary costums->customs, costumes, cotain->contain cotained->contained cotainer->container cotains->contains cotave->octave cotaves->octaves cotnain->contain cotnained->contained cotnainer->container cotnainers->containers cotnaining->containing cotnains->contains cotranser->cotransfer cotrasferred->cotransferred cotrasfers->cotransfers cotrol->control cotrolled->controlled cotrolling->controlling cotrols->controls cotten->cotton 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 couloumb->coulomb 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 counld->could counpound->compound counpounds->compounds counries->countries, counties, countain->contain countainer->container countainers->containers countains->contains counterfit->counterfeit counterfits->counterfeits counterintuive->counter intuitive countermeausure->countermeasure countermeausures->countermeasures counterpar->counterpart counterpoart->counterpart counterpoarts->counterparts countie's->counties, counties', county's, countinue->continue countinueq->continueq, continue, countires->countries, counties, countour->contour, counter, countours->contours, counters, countr->counter, contour, country, county, countrie's->countries, countries', country's, countrs->counters, contours, countries, cource->course, coerce, source, coururier->courier, couturier, couse->course, cause, couses->courses, causes, cousing->cousin couted->counted couter->counter coutermeasuere->countermeasure coutermeasueres->countermeasures coutermeasure->countermeasure coutermeasures->countermeasures couterpart->counterpart couters->counters, routers, scouters, couting->counting coutner->counter coutners->counters couuld->could couuldn't->couldn't covarage->coverage covarages->coverages covarege->coverage covention->convention coventions->conventions covere->cover coveres->covers coverge->coverage, converge, coverges->coverages, converges, coverred->covered coversion->conversion coversions->conversions coverted->converted, covered, coveted, coverting->converting covnert->convert covriance->covariance covriate->covariate covriates->covariates coyp->copy coypright->copyright coyprighted->copyrighted coyprights->copyrights coyright->copyright coyrighted->copyrighted coyrights->copyrights cpacities->capacities cpacity->capacity cpation->caption cpoy->coy, copy, cppp->cpp crace->grace, crate, craches->crashes, caches, crutches, craete->create craeting->creating, crating, crahed->crashed crahes->crashes crahs->crash, crass, crahses->crashes crashaes->crashes crasheed->crashed crashees->crashes crashess->crashes crashs->crashes creaate->create creaed->created creaeted->created creasoat->creosote creastor->creator creat->create creatation->creation createa->create createable->creatable createdd->created createing->creating createive->creative creater->creator creationg->creation, creating, creatning->creating creatre->create creatred->created creats->creates credate->created credetial->credential credetials->credentials credintial->credential credintials->credentials credis->credits credists->credits 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 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 cronologically->chronologically croppped->cropped cros->cross cros-site->cross-site cros-sute->cross-site croshet->crochet crosreference->cross-reference crosreferenced->cross-referenced crosreferences->cross-references cross-commpilation->cross-compilation cross-orgin->cross-origin crossin->crossing crossite->cross-site crossreference->cross-reference crossreferenced->cross-referenced crossreferences->cross-references crosssite->cross-site crosssute->cross-site crossute->cross-site crowdsigna->crowdsignal crowkay->croquet crowm->crown crrespond->correspond crsytal->crystal crsytalline->crystalline crsytallisation->crystallisation crsytallise->crystallise crsytallization->crystallization crsytallize->crystallize crsytallographic->crystallographic crsytals->crystals crtical->critical crticised->criticised crucialy->crucially crucifiction->crucifixion cruncing->crunching crurrent->current crusies->cruises crusor->cursor crutial->crucial crutially->crucially crutialy->crucially crypted->encrypted cryptocraphic->cryptographic cryptograpic->cryptographic crystalisation->crystallisation cryto->crypto crytpo->crypto ctificate->certificate ctificated->certificated ctificates->certificates ctification->certification cuasality->causality cuasation->causation cuase->cause cuased->caused cuases->causes cuasing->causing cuestion->question cuestioned->questioned cuestions->questions cuileoga->cuileog culiminating->culminating cumlative->cumulative cummand->command cummulative->cumulative cummunicate->communicate cumulatative->cumulative cumulattive->cumulative cuncurency->concurrency cunter->counter curch->church curcuit->circuit curcuits->circuits curcumstance->circumstance curcumstances->circumstances cureful->careful curefully->carefully curefuly->carefully curent->current curentfilter->currentfilter curently->currently curernt->current curerntly->currently curiousities->curiosities curiousity's->curiosity's curiousity->curiosity curnilinear->curvilinear currect->correct, current, currected->corrected currecting->correcting currectly->correctly, currently, currects->corrects, currents, curreent->current curreents->currents curremt->current curremts->currents curren->current currenlty->currently currenly->currently currennt->current currenntly->currently currennts->currents currentl->currently currentlly->currently currentry->currently currenty->currently curresponding->corresponding curretly->currently curretnly->currently curriculem->curriculum currious->curious currnet->current currnt->current currntly->currently curros->cursor currrency->currency currrent->current currrently->currently curruent->current currupt->corrupt curruptable->corruptible currupted->corrupted curruptible->corruptible curruption->corruption curruptions->corruptions currupts->corrupts currus->cirrus curser->cursor cursos->cursors, cursor, cursot->cursor cursro->cursor curvelinear->curvilinear custoisable->customisable custoisation->customisation custoise->customise custoised->customised custoiser->customiser custoisers->customisers custoising->customising custoizable->customizable custoization->customization custoize->customize custoized->customized custoizer->customizer custoizers->customizers custoizing->customizing customable->customizable custome->custom, customs, costume, customer, customicable->customisable, customizable, customie->customize customied->customized customsied->customised customzied->customized custon->custom custonary->customary custoner->customer custoners->customers custonisable->customisable custonisation->customisation custonise->customise custonised->customised custoniser->customiser custonisers->customisers custonising->customising custonizable->customizable custonization->customization custonize->customize custonized->customized custonizer->customizer custonizers->customizers custonizing->customizing custons->customs custumised->customised custumized->customized cuted->cut, cute, cuter, cutom->custom cutted->cut cuurently->currently cuve->curve, cube, cave, cuves->curves, cubes, caves, cuvre->curve, cover, cuvres->curves, covers, cvignore->cvsignore cxan->cyan cycic->cyclic cyclinder->cylinder cyclinders->cylinders cycular->circular cylcic->cyclic cylcical->cyclical cyle->cycle cylic->cyclic cylider->cylinder cyliders->cylinders cylindre->cylinder cylnder->cylinder cylnders->cylinders cylynders->cylinders cymk->CMYK cyphersuite->ciphersuite cyphersuites->ciphersuites cyphertext->ciphertext cyphertexts->ciphertexts cyprt->crypt cyprtic->cryptic cyprto->crypto Cyrllic->Cyrillic cyrpto->crypto cyrrent->current cyrrilic->Cyrillic cyrstal->crystal cyrstalline->crystalline cyrstallisation->crystallisation cyrstallise->crystallise cyrstallization->crystallization cyrstallize->crystallize cyrstals->crystals cyrto->crypto cywgin->Cygwin daa->data dabase->database daclaration->declaration dacquiri->daiquiri dadlock->deadlock daed->dead dael->deal, dial, dahl, daemonified->daemonised, daemonized, dafault->default dafaults->defaults dafaut->default dafualt->default dafualted->defaulted dafualts->defaults daita->data dake->take dalmation->Dalmatian dalta->delta damenor->demeanor dameon->daemon, demon, Damien, damge->damage dammage->damage dammages->damages danceing->dancing dandidates->candidates daplicating->duplicating Dardenelles->Dardanelles dasdot->dashdot dashbaord->dashboard dashbord->dashboard dashbords->dashboards dashs->dashes dasy->daisy data-strcuture->data-structure data-strcutures->data-structures databaase->database databaases->databases databae->database databas->database databsae->database databsaes->databases databse->database databses->databases datadsir->datadir dataet->dataset dataets->datasets 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 datbase->database datbases->databases datea->date, data, datecreatedd->datecreated datection->detection datee->date datset->dataset datsets->datasets daty->data, date, daugher->daughter DCHP->DHCP dcok->dock dcoked->docked dcoker->docker dcokerd->dockerd, docked, docker, dcoking->docking dcoks->docks dcument->document dcumented->documented dcumenting->documenting dcuments->documents de-actived->deactivated de-duplacate->de-duplicate de-duplacated->de-duplicated de-duplacates->de-duplicates de-duplacation->de-duplication de-duplacte->de-duplicate de-duplacted->de-duplicated de-duplactes->de-duplicates de-duplaction->de-duplication de-duplaicate->de-duplicate de-duplaicated->de-duplicated de-duplaicates->de-duplicates de-duplaication->de-duplication de-duplate->de-duplicate de-duplated->de-duplicated de-duplates->de-duplicates de-duplation->de-duplication de-fualt->default de-fualts->defaults de-registeres->de-registers deacitivation->deactivation deacitvated->deactivated deactivatiion->deactivation deactive->deactivate deactiveate->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 dealilng->dealing dealloacte->deallocate deallocaed->deallocated dealocate->deallocate dealte->delete deamand->demand deamanding->demanding deamands->demands deambigate->disambiguate deambigates->disambiguates deambigation->disambiguation deambiguage->disambiguate deambiguages->disambiguates deambiguate->disambiguate deambiguates->disambiguates deambiguation->disambiguation deamiguate->disambiguate deamiguates->disambiguates deamiguation->disambiguation deamon->daemon deamonified->daemonised, daemonized, deamonisation->daemonisation deamonise->daemonise deamonised->daemonised deamonises->daemonises deamonising->daemonising deamonization->daemonization deamonize->daemonize deamonized->daemonized deamonizes->daemonizes deamonizing->daemonizing deamons->daemons deassering->deasserting deatch->detach deatched->detached deatches->detaches deatching->detaching deativate->deactivate deativated->deactivated deativates->deactivates deativation->deactivation deaults->defaults deauthenication->deauthentication 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 debuggs->debugs debuging->debugging decaffinated->decaffeinated decalare->declare decalared->declared decalares->declares decalaring->declaring decalration->declaration decalrations->declarations decalratiosn->declarations decapsulting->decapsulating decathalon->decathlon deccelerate->decelerate Decemer->December decend->descend decendant->descendant decendants->descendants decendend->descendent, descendant, descended, decendent->descendent, descendant, decendentant->descendant decendentants->descendants decendents->descendents, descendants, decending->descending deciaml->decimal deciamls->decimals decices->decides decidate->dedicate decidated->dedicated decidates->dedicates decideable->decidable decidely->decidedly decie->decide decied->decide, decided, deciedd->decided deciede->decide decieded->decided deciedes->decides decieding->deciding decieds->decides deciemal->decimal decies->decides decieve->deceive decieved->deceived decieves->deceives decieving->deceiving decimials->decimals decison->decision decission->decision declar->declare declarated->declared declaratinos->declarations declaratiom->declaration declaraton->declaration declaratons->declarations declard->declared declarded->declared declaritive->declarative declaritively->declaratively declarnig->declaring declars->declares, declared, declartated->declared declartation->declaration declartations->declarations declartative->declarative declartator->declarator declartators->declarators declarted->declared declartion->declaration declartions->declarations declartiuon->declaration declartiuons->declarations declartiuve->declarative declartive->declarative declartor->declarator declartors->declarators declataions->declarations declatation->declaration declatations->declarations declated->declared declation->declaration declations->declarations declatory->declaratory decleration->declaration declerations->declarations declration->declaration decocde->decode decocded->decoded decocder->decoder decocders->decoders decocdes->decodes decocding->decoding decocdings->decodings decodded->decoded decodding->decoding decodeing->decoding decomissioned->decommissioned decomissioning->decommissioning 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 decompresion->decompression decompresor->decompressor decompressd->decompressed decompresser->decompressor decompse->decompose decond->decode deconde->decode deconded->decoded deconder->decoder deconders->decoders decondes->decodes deconding->decoding decondings->decodings deconstract->deconstruct deconstracted->deconstructed deconstrcutor->deconstructor decopose->decompose decoposes->decomposes decoraded->decorated decoratrion->decoration decorde->decode decorded->decoded decorder->decoder decorders->decoders decordes->decodes decording->decoding decordings->decodings decorrellation->decorrelation decose->decode decosed->decoded decoser->decoder decosers->decoders decoses->decodes decosing->decoding decosings->decodings decraesing->decreasing, deceasing, decrasing->decreasing, deceasing, decration->decoration decreace->decrease decreas->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 decsribed->described decsriptor->descriptor decsriptors->descriptors decstiption->description decstiptions->descriptions dectect->detect dectecte->detect, detected, detects, dectected->detected dectecting->detecting dectection->detection dectector->detector dectivate->deactivate decutable->deductible decutables->deductibles decypher->decipher decyphered->deciphered ded->dead dedault->default dedected->detected dedection->detection dedidated->dedicated dedly->deadly deductable->deductible deductables->deductibles deduplacate->deduplicate deduplacated->deduplicated deduplacates->deduplicates deduplacation->deduplication deduplacte->deduplicate deduplacted->deduplicated deduplactes->deduplicates deduplaction->deduplication deduplaicate->deduplicate deduplaicated->deduplicated deduplaicates->deduplicates deduplaication->deduplication deduplate->deduplicate deduplated->deduplicated deduplates->deduplicates deduplation->deduplication dedupliate->deduplicate dedupliated->deduplicated deecorator->decorator deeep->deep deelte->delete deendencies->dependencies deendency->dependency defail->detail defailt->default defalt->default defalts->defaults defalut->default defargkey->defragkey defatult->default defaukt->default defaul->default defaulat->default defaulats->defaults defauld->default defaulds->defaults defaule->default defauled->default, defaulted, defaules->defaults defaulf->default defaulfs->defaults defaulg->default defaulgs->defaults defaulh->default defaulhs->defaults defauling->defaulting defaulit->default defaulits->defaults defaulkt->default defaulkts->defaults defaull->default defaulls->defaults defaullt->default defaullts->defaults defaulr->default defaulrs->defaults defaulrt->default defaulrts->defaults defauls->default, defaults, defaulst->defaults, default, defaultet->defaulted defauly->default defaulys->defaults defaulz->default, defaults, 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 defenitely->definitely defenition->definition defenitions->definitions defenitly->definitely deferal->deferral deferals->deferrals defered->deferred deferentiating->differentiating defering->deferring deferreal->deferral deffensively->defensively 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 definad->defined definance->defiance definate->definite definately->definitely defination->definition definations->definitions definatly->definitely defind->defined, defund, definded->defined, defunded, defineas->defines 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 definitiion->definition definitiions->definitions definitio->definition definitivly->definitively definitly->definitely definitoin->definition definiton->definition definitons->definitions definned->defined definnition->definition defins->defines, define, defint->definite, define, definte->definite, define, defintian->definition defintion->definition defintions->definitions defintition->definition defintivly->definitively defition->definition defitions->definitions deflaut->default defned->defend, defined, defninition->definition defninitions->definitions defnitions->definitions defore->before defqault->default defragmenation->defragmentation defualt->default defualtdict->defaultdict defualts->defaults defult->default degenarate->degenerate degenarated->degenerated degenarating->degenerating degenaration->degeneration degenracy->degeneracy degenrate->degenerate degenrated->degenerated degenrates->degenerates degenratet->degenerated degenrating->degenerating degenration->degeneration degerate->degenerate degeree->degree degnerate->degenerate degnerated->degenerated degnerates->degenerates degrads->degrades degration->degradation degredation->degradation degreee->degree degreeee->degree degreeees->degrees degreees->degrees degres->degrees, digress, degress->degrees, digress, deimiter->delimiter deine->define deined->denied, defined, deinitailse->deinitialise deinitailze->deinitialize deinitalized->deinitialized deinstantating->deinstantiating deintialize->deinitialize deintialized->deinitialized deintializing->deinitializing deisgn->design deisgned->designed deisgner->designer deisgners->designers deisgning->designing deisgns->designs deivce->device deivces->devices deivices->devices deklaration->declaration dekstop->desktop dekstops->desktops dektop->desktop dektops->desktops delagate->delegate delagates->delegates delaloc->delalloc delalyed->delayed delapidated->dilapidated delaraction->declaration delaractions->declarations delarations->declarations delare->declare delared->declared delares->declares delaring->declaring delate->delete delayis->delays delcarations->declarations delcare->declare delcared->declared delcares->declares delclaration->declaration delection->detection, deletion, selection, delections->detections, deletions, selections, delele->delete delelte->delete delemeter->delimiter delemiter->delimiter delerious->delirious delet->delete deletd->deleted 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 delibrate->deliberate delibrately->deliberately delievering->delivering delievery->delivery delievred->delivered delievries->deliveries delievry->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 delivared->delivered delivative->derivative delivatives->derivatives delivermode->deliverymode delte->delete delted->deleted deltes->deletes delting->deleting deltion->deletion delusionally->delusively delvery->delivery demaind->demand demaned->demand, demeaned, demenor->demeanor demension->dimension demensional->dimensional demensions->dimensions demodualtor->demodulator demog->demo demographical->demographic demolishon->demolition demolision->demolition demoninator->denominator demoninators->denominators demorcracy->democracy demostrate->demonstrate demostrated->demonstrated demostrates->demonstrates demostrating->demonstrating demostration->demonstration demudulator->demodulator denegrating->denigrating densitity->density densly->densely denstiy->density deocde->decode deocded->decoded deocder->decoder deocders->decoders deocdes->decodes deocding->decoding deocdings->decodings deoes->does deoesn't->doesn't deompression->decompression depandance->dependence depandancies->dependencies depandancy->dependency depandent->dependent deparment->department deparmental->departmental deparments->departments depden->depend depdence->dependence depdencente->dependence depdencentes->dependences depdences->dependences depdencies->dependencies depdency->dependency depdend->depend depdendancies->dependencies depdendancy->dependency depdendant->dependent depdendants->dependents depdended->depended depdendence->dependence depdendences->dependences depdendencies->dependencies depdendency->dependency depdendent->dependent depdendents->dependents depdendet->dependent depdendets->dependents depdending->depending depdends->depends depdenence->dependence depdenences->dependences depdenencies->dependencies depdenency->dependency depdenent->dependent depdenents->dependents depdening->depending depdenncies->dependencies depdenncy->dependency depdens->depends depdent->dependent depdents->dependents depecated->deprecated depedencies->dependencies depedency->dependency depedencys->dependencies depedent->dependent depeding->depending depencencies->dependencies depencency->dependency depencent->dependent depencies->dependencies depency->dependency dependance->dependence dependancies->dependencies dependancy->dependency dependancys->dependencies dependand->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 dependet->dependent dependices->dependencies dependicy->dependency dependig->depending dependncies->dependencies dependncy->dependency depened->depend depenedecies->dependencies depenedecy->dependency depenedent->dependent depenencies->dependencies depenencis->dependencies depenency->dependency depenencys->dependencies depenend->depend depenendecies->dependencies depenendecy->dependency depenendence->dependence depenendencies->dependencies depenendency->dependency depenendent->dependent depenending->depending depenent->dependent depenently->dependently depening->depending, deepening, depennding->depending deperecated->deprecated deploied->deployed deploiment->deployment deploiments->deployments deployement->deployment deploymenet->deployment deploymenets->deployments depndant->dependent depnds->depends deporarily->temporarily deposint->deposing depracated->deprecated depreacte->deprecate depreacted->deprecated depreacts->deprecates deprecatedf->deprecated depreceate->deprecate, depreciate, depreceated->deprecated, depreciated, depreceating->depreciating, deprecating, depreceation->depreciation, deprecation, 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, derective->directive derectory->directory derefence->dereference derefenced->dereferenced derefencing->dereferencing derefenrence->dereference dereferencable->dereferenceable derefernce->dereference derefernced->dereferenced dereferncence->dereference dereferncencer->dereferencer dereferncencers->dereferencers dereferncences->dereferences dereferncer->dereferencer dereferncers->dereferencers derefernces->dereferences dereferncing->dereferencing derefernece->dereference derefrencable->dereferenceable derefrence->dereference deregistartion->deregistration deregisted->deregistered deregisteres->deregisters deregistrated->deregistered deregistred->deregistered deregiter->deregister deregiters->deregisters derevative->derivative derevatives->derivatives derfien->define derfiend->defined derfine->define derfined->defined 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 derrivatives->derivatives derrive->derive derrived->derived dertermine->determine derterming->determining 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 desciptions->descriptions desciptor->descriptor desciptors->descriptors desciribe->describe desciribed->described desciribes->describes desciribing->describing desciription->description desciriptions->descriptions descirption->description descirptor->descriptor descision->decision descisions->decisions descize->disguise descized->disguised descktop->desktop descktops->desktops desconstructed->deconstructed descover->discover descovered->discovered descovering->discovering descovery->discovery descrementing->decrementing describ->describe describibg->describing describng->describing describtion->description describtions->descriptions descrie->describe descriibes->describes descriminate->discriminate descriminated->discriminated descriminates->discriminates descriminating->discriminating descriont->description descriotor->descriptor descripe->describe descriped->described descripes->describes descriping->describing descripition->description descripor->descriptor descripters->descriptors descriptio->description descriptiom->description descriptionm->description descriptior->descriptor descriptiors->descriptors descripto->descriptor descriptoin->description descriptoins->descriptions descripton->description descriptons->descriptions descriptot->descriptor 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 descrption->description descrptions->descriptions descrptor->descriptor descrptors->descriptors descrutor->destructor 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 descvription->description descvriptions->descriptions desepears->disappears deserailize->deserialize deserializazion->deserialization desgin->design desgin-mode->design-mode desgined->designed desginer->designer desiar->desire desicate->desiccate desicion->decision desicions->decisions deside->decide desided->decided desides->decides desig->design desigern->designer desigining->designing designd->designed desination->destination desinations->destinations desine->design desing->design desingable->designable desinged->designed desinger->designer desinging->designing desingn->design desingned->designed desingner->designer desingning->designing desingns->designs desings->designs desintaiton->destination desintation->destination desintations->destinations desintegrated->disintegrated desintegration->disintegration desipite->despite desireable->desirable desision->decision desisions->decisions desitination->destination desition->decision desitions->decisions desitned->destined deskop->desktop deskops->desktops desktiop->desktop deskys->disguise deslected->deselected deslects->deselects desltop->desktop desltops->desktops desn't->doesn't desne->dense desnse->dense desogn->design desogned->designed desogner->designer desogning->designing desogns->designs desolve->dissolve desorder->disorder desoriented->disoriented desparate->desperate, disparate, desparately->desperately despatch->dispatch despict->depict despiration->desperation desposit->deposit, deposition, desposition->disposition desribe->describe desribed->described desribes->describes desribing->describing desription->description desriptions->descriptions desriptor->descriptor desriptors->descriptors desrire->desire desrired->desired 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 destroyes->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 destuctive->destructive desturcted->destructed desturtor->destructor desturtors->destructors desychronize->desynchronize desychronized->desynchronized detabase->database detachs->detaches detahced->detached detaild->detailed detailled->detailed detais->details detatch->detach detatched->detached detatches->detaches detatching->detaching detction->detection deteced->detected detecing->detecting detecs->detects, deters, detect, detecte->detected, detect, detects, detectected->detected detectes->detects detectetd->detected detectiona->detection detectsion->detection detemine->determine detemined->determined detemines->determines detemining->determining deteoriated->deteriorated deterant->deterrent deteremine->determine deteremined->determined deteriate->deteriorate deterimined->determined deterine->determine deterioriating->deteriorating determaine->determine determenant->determinant determenistic->deterministic determimnes->determines determin->determine determinated->determined determind->determined determinded->determined determinee->determine determineing->determining determing->determining, determine, determinining->determining deterministinc->deterministic determinne->determine determins->determines determinstic->deterministic determinstically->deterministically determinte->determine, determined, determintes->determines determnine->determine deternine->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 detrmine->determine 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 develompent->development develompental->developmental develompents->developments develope->develop developement->development developements->developments developme->development, develop me, developmemt->development developmetns->developments 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 devicde->device devicdes->devices device-dependend->device-dependent devicec->device devicecoordiinates->devicecoordinates deviceremoveable->deviceremovable devicesr->devices devicess->devices devicest->devices devide->divide devided->divided devider->divider deviders->dividers devides->divides deviding->dividing deviece->device devied->device devined->defined devired->derived devirtualisaion->devirtualisation devirtualisaiton->devirtualisation devirtualizaion->devirtualization devirtualizaiton->devirtualization devirutalisation->devirtualisation devirutalise->devirtualise devirutalised->devirtualised devirutalization->devirtualization devirutalize->devirtualize devirutalized->devirtualized devision->division devistating->devastating devive->device devleop->develop devleoped->developed devleoper->developer devleopers->developers devleopper->developer devleoppers->developers 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 devritualisation->devirtualisation devritualization->devirtualization 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 diaciritc->diacritic diaciritcs->diacritics 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 diatance->distance diatancing->distancing dicard->discard dicarded->discarded dicarding->discarding dicards->discards dicates->dictates dicationaries->dictionaries dicationary->dictionary dicergence->divergence dichtomy->dichotomy dicionaries->dictionaries dicionary->dictionary dicipline->discipline dicline->decline diconnected->disconnected diconnection->disconnection diconnects->disconnects dicover->discover dicovered->discovered dicovering->discovering dicovers->discovers dicovery->discovery dicrectory->directory dicrete->discrete dicretion->discretion dicretionary->discretionary dicsriminated->discriminated dictaionaries->dictionaries dictaionary->dictionary dictinary->dictionary dictioanries->dictionaries dictioanry->dictionary dictionarys->dictionaries dictionay->dictionary dictionnaries->dictionaries dictionnary->dictionary dictoinaries->dictionaries dictonaries->dictionaries dictonary->dictionary dicussed->discussed dicussions->discussions did'nt->didn't didi->did didn;t->didn't didnt'->didn't didnt't->didn't didnt->didn't didnt;->didn't diea->idea, die, dieing->dying, dyeing, dielectirc->dielectric dielectircs->dielectrics diemsion->dimension dieties->deities diety->deity diferent->different diferently->differently diferrent->different diffcult->difficult diffculties->difficulties diffculty->difficulty diffeent->different diffence->difference diffenet->different diffenrence->difference 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 differenciation->differentiation differenct->different differend->different differene->difference differenes->differences differenly->differently differens->difference differense->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, differred->differed differrence->difference differrent->different difffered->differed diffferent->different diffferently->differently difffers->differs difficault->difficult difficaulties->difficulties difficaulty->difficulty difficulity->difficulty difficults->difficult, difficulties, 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 diffussion->diffusion diffussive->diffusive 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 difuse->diffuse, defuse, difused->diffused, defused, difuses->diffuses, defused, difussion->diffusion difussive->diffusive digesty->digest diggit->digit diggital->digital diggits->digits digial->digital digitalise->digitize digitalising->digitizing digitalize->digitize digitalizing->digitizing digitial->digital digitis->digits dignostics->diagnostics dilema->dilemma dilemas->dilemmas dilineate->delineate dillema->dilemma dillemas->dilemmas dillimport->dllimport dimemsions->dimensions dimenion->dimension, dominion, dimenional->dimensional dimenionalities->dimensionalities dimenionality->dimensionality dimenions->dimensions dimenionsal->dimensional dimenionsalities->dimensionalities dimenionsality->dimensionality dimenison->dimension dimensinoal->dimensional dimensionaility->dimensionality dimensonal->dimensional dimenstion->dimension dimenstions->dimensions dimention->dimension dimentional->dimensional dimentionnal->dimensional dimentionnals->dimensional dimentions->dimensions dimesions->dimensions dimesnional->dimensional diminsh->diminish diminshed->diminished 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 directely->directly directes->directs directgories->directories directgory->directory directoies->directories directon->direction directores->directories directoris->directories directort->directory directorty->directory directorys->directories directoty->directory directoy->directory directpries->directories directpry->directory directries->directories directrive->directive directrives->directives directrly->directly directroies->directories directrories->directories directrory->directory directroy->directory directry->directory directsion->direction directsions->directions directtories->directories directtory->directory directy->directly direectly->directly diregard->disregard direrctor->director direrctories->directories direrctors->directors direrctory->directory diretive->directive diretly->directly diretories->directories diretory->directory direvctory->directory dirived->derived dirrectly->directly dirtectory->directory dirtyed->dirtied dirtyness->dirtiness dirver->driver disabe->disable disabeling->disabling disabels->disables disabes->disables disabl->disable disadvantadge->disadvantage disagreeed->disagreed disagress->disagrees disalb->disable disalbe->disable disalbed->disabled disalbes->disables disale->disable disaled->disabled disalow->disallow disambigouate->disambiguate disambiguaiton->disambiguation disambiguiation->disambiguation disapear->disappear disapeard->disappeared disapeared->disappeared disapearing->disappearing disapears->disappears disapline->discipline disapoint->disappoint disapointed->disappointed disapointing->disappointing disappared->disappeared disappearred->disappeared disapper->disappear disappered->disappeared disappering->disappearing disappers->disappears disapprouval->disapproval disapprouve->disapprove disapprouved->disapproved disapprouves->disapproves disapprouving->disapproving disaproval->disapproval disard->discard disariable->desirable disassebled->disassembled disassocate->disassociate disassocation->disassociation disasssembler->disassembler disasterous->disastrous disatisfaction->dissatisfaction disatisfied->dissatisfied disatrous->disastrous disbale->disable disbaled->disabled disbales->disables disbaling->disabling disble->disable disbled->disabled discared->discarded discareded->discarded discarge->discharge discconecct->disconnect discconeccted->disconnected discconeccting->disconnecting discconecction->disconnection discconecctions->disconnections discconeccts->disconnects discconect->disconnect discconected->disconnected discconecting->disconnecting discconection->disconnection discconections->disconnections discconects->disconnects discconeect->disconnect discconeected->disconnected discconeecting->disconnecting discconeection->disconnection discconeections->disconnections discconeects->disconnects discconenct->disconnect discconencted->disconnected discconencting->disconnecting discconenction->disconnection discconenctions->disconnections discconencts->disconnects discconet->disconnect discconeted->disconnected discconeting->disconnecting discconetion->disconnection discconetions->disconnections discconets->disconnects disccuss->discuss discernable->discernible dischare->discharge discimenation->dissemination disciplins->disciplines disclamer->disclaimer disconecct->disconnect disconeccted->disconnected disconeccting->disconnecting disconecction->disconnection disconecctions->disconnections disconeccts->disconnects disconect->disconnect disconected->disconnected disconecting->disconnecting disconection->disconnection disconections->disconnections disconects->disconnects disconeect->disconnect disconeected->disconnected disconeecting->disconnecting disconeection->disconnection disconeections->disconnections disconeects->disconnects disconenct->disconnect disconencted->disconnected disconencting->disconnecting disconenction->disconnection disconenctions->disconnections disconencts->disconnects disconet->disconnect disconeted->disconnected disconeting->disconnecting disconetion->disconnection disconetions->disconnections disconets->disconnects disconnec->disconnect disconneced->disconnected disconnet->disconnect disconneted->disconnected disconneting->disconnecting disconnets->disconnects disconnnect->disconnect discontigious->discontiguous discontigous->discontiguous discontiguities->discontinuities discontinous->discontinuous discontinuos->discontinuous discontinus->discontinue, discontinuous, discouranged->discouraged discourarged->discouraged discourrage->discourage discourraged->discouraged discovereability->discoverability discoveribility->discoverability discovey->discovery discovr->discover discovred->discovered discovring->discovering discovrs->discovers discrards->discards discreminates->discriminates discrepencies->discrepancies discrepency->discrepancy discrepicies->discrepancies discribe->describe discribed->described discribes->describes discribing->describing discription->description discriptions->descriptions discriptor's->descriptor's disctinction->distinction disctinctive->distinctive disctinguish->distinguish disctionaries->dictionaries disctionary->dictionary discuassed->discussed discusion->discussion discusson->discussion discussons->discussions discusting->disgusting discuusion->discussion disdvantage->disadvantage disection->dissection diselect->deselect disemination->dissemination disenchanged->disenchanted disencouraged->discouraged disertation->dissertation disfunctional->dysfunctional disfunctionality->dysfunctionality disgarded->discarded, discarted, disgn->design disgned->designed disgner->designer disgning->designing- disgnostic->diagnostic disgnostics->diagnostics disgns->designs disguisting->disgusting disharge->discharge disign->design disignated->designated disinguish->distinguish disiplined->disciplined disired->desired diskrete->discrete diskretion->discretion diskretization->discretization diskretize->discretize diskretized->discretized diskrimination->discrimination dislaimer->disclaimer dislay->display dislayed->displayed dislaying->displaying dislays->displays dislpay->display dislpayed->displayed dislpaying->displaying dislpays->displays disnabled->disabled disobediance->disobedience disobediant->disobedient disokay->display disolve->dissolve disolved->dissolved disonnect->disconnect disonnected->disconnected disover->discover disovering->discovering disovery->discovery dispached->dispatched dispair->despair dispaly->display dispalying->displaying disparingly->disparagingly disparite->disparate dispatcgh->dispatch dispath->dispatch dispathed->dispatched dispathes->dispatches dispathing->dispatching dispay->display dispayport->displayport dispbibute->distribute dispell->dispel dispence->dispense dispenced->dispensed dispencing->dispensing dispertion->dispersion dispicable->despicable dispite->despite displa->display displacment->displacement displacments->displacements displayd->displayed displayes->displays, displayed, displayied->displayed displayig->displaying disply->display displyed->displayed displying->displaying displys->displays dispode->dispose disporue->disparue disposel->disposal dispossable->disposable dispossal->disposal disposse->dispose dispossed->disposed, dispossessed, disposses->disposes, dispossess, dispossing->disposing dispostion->disposition dispprove->disprove, disapprove, disproportiate->disproportionate disproportionatly->disproportionately disputandem->disputandum disregrad->disregard disrete->discrete disretion->discretion disribution->distribution disricts->districts disrm->disarm dissable->disable dissabled->disabled dissables->disables dissabling->disabling dissadvantage->disadvantage dissadvantages->disadvantages dissagreement->disagreement dissagregation->dissaggregation dissallow->disallow dissallowed->disallowed dissallowing->disallowing dissallows->disallows dissalow->disallow dissalowed->disallowed dissalowing->disallowing dissalows->disallows dissambiguate->disambiguate dissamble->disassemble dissambled->disassembled dissambler->disassembler dissambles->disassembles dissamblies->disassemblies dissambling->disassembling dissambly->disassembly dissapate->dissipate dissapates->dissipates dissapear->disappear dissapearance->disappearance dissapeard->disappeared dissapeared->disappeared dissapearing->disappearing dissapears->disappears dissaper->disappear dissaperd->disappeared dissapered->disappeared dissapering->disappearing dissapers->disappears dissapoint->disappoint dissapointed->disappointed dissapointing->disappointing dissapoints->disappoints dissappear->disappear dissappeard->disappeared dissappeared->disappeared dissappearing->disappearing dissappears->disappears dissapper->disappear dissapperd->disappeared dissappered->disappeared dissappering->disappearing dissappers->disappears dissappointed->disappointed dissapprove->disapprove dissapproves->disapproves dissarray->disarray dissasemble->disassemble dissasembled->disassembled dissasembler->disassembler dissasembles->disassembles dissasemblies->disassemblies dissasembling->disassembling dissasembly->disassembly dissasociate->disassociate dissasociated->disassociated dissasociates->disassociates dissasociation->disassociation dissassemble->disassemble dissassembled->disassembled dissassembler->disassembler dissassembles->disassembles dissassemblies->disassemblies dissassembling->disassembling dissassembly->disassembly dissassociate->disassociate dissassociated->disassociated dissassociates->disassociates dissassociating->disassociating dissaster->disaster dissasters->disasters dissble->disable dissbled->disabled dissbles->disables dissbling->disabling dissconect->disconnect dissconnect->disconnect dissconnected->disconnected dissconnects->disconnects disscover->discover disscovered->discovered disscovering->discovering disscovers->discovers disscovery->discovery dissct->dissect disscted->dissected disscting->dissecting dissctor->dissector dissctors->dissectors disscts->dissects disscuesed->discussed disscus->discuss disscused->discussed disscuses->discusses disscusing->discussing disscusion->discussion disscuss->discuss disscussed->discussed disscusses->discusses disscussing->discussing disscussion->discussion disscussions->discussions disshearteningly->dishearteningly dissimiliarity->dissimilarity dissmantle->dismantle dissmantled->dismantled dissmantles->dismantles dissmantling->dismantling dissmis->dismiss dissmised->dismissed dissmises->dismisses dissmising->dismissing dissmiss->dismiss dissmissed->dismissed dissmisses->dismisses dissmissing->dismissing dissobediance->disobedience dissobediant->disobedient dissobedience->disobedience dissobedient->disobedient dissplay->display dissrupt->disrupt dissrupted->disrupted dissrupting->disrupting dissrupts->disrupts disssemble->disassemble disssembled->disassembled disssembler->disassembler disssembles->disassembles disssemblies->disassemblies disssembling->disassembling disssembly->disassembly disssociate->dissociate disssociated->dissociated disssociates->dissociates disssociating->dissociating distancef->distanced, distances, distance, distantce->distance distarct->distract distater->disaster distengish->distinguish distibute->distribute distibuted->distributed distibutes->distributes distibuting->distributing distibution->distribution distibutions->distributions distiction->distinction distictly->distinctly distiguish->distinguish distiguished->distinguished distingish->distinguish distingished->distinguished distingishes->distinguishes distingishing->distinguishing distingiush->distinguish distingquished->distinguished distingush->distinguish distingushed->distinguished distingushes->distinguishes distingushing->distinguishing distingusih->distinguish distinquish->distinguish distinquishable->distinguishable distintions->distinctions distirbute->distribute distirbuted->distributed distirbutes->distributes distirbuting->distributing distirbution->distribution distirbutions->distributions 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 districct->district distrobution->distribution distroname->distro name distroying->destroying distrub->disturb distrubiotion->distribution distrubite->distribute distrubted->distributed, disrupted, distrubtion->distribution distrubute->distribute distrubuted->distributed distrubution->distribution distrubutions->distributions distruction->destruction distructive->destructive distuingish->distinguish disuade->dissuade disucssion->discussion disucssions->discussions disussion->discussion disussions->discussions disutils->distutils ditance->distance ditinguishes->distinguishes ditribute->distribute ditributed->distributed ditribution->distribution ditributions->distributions divde->divide diversed->diverse, diverged, divertion->diversion divertions->diversions divet->divot divice->device divicer->divider dividor->divider, divisor, dividors->dividers, divisors, divinition->definition, divination, divion->division divisable->divisible divisior->divisor divison->division divisons->divisions divrese->diverse divsion->division divsions->divisions divsiors->divisors dloating->floating dnamically->dynamically dne->done do'nt->don't doalog->dialog doamin->domain, dopamine, doamine->dopamine, domain, doamins->domains doas->does doble->double dobled->doubled dobles->doubles dobling->doubling doccument->document doccumented->documented doccuments->documents dockson->dachshund docmenetation->documentation docmunet->document docmunetation->documentation docmuneted->documented docmuneting->documenting docmunets->documents docrines->doctrines docstatistik->docstatistic docsund->dachshund doctines->doctrines doctorial->doctoral docucument->document docuement->document docuements->documents docuemnt->document docuemnts->documents docuemtn->document docuemtnation->documentation docuemtned->documented docuemtning->documenting docuemtns->documents docuent->document docuentation->documentation documant->document documantation->documentation documants->documents documation->documentation documemt->document documen->document documenatation->documentation 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 doign->doing doiing->doing doiuble->double doiubled->doubled dokc->dock dokced->docked dokcer->docker dokcerd->dockerd, docked, docker, dokcing->docking dokcre->docker dokcred->dockerd, docked, docker, dokcs->docks doller->dollar dollers->dollars dollor->dollar dollors->dollars domait->domain doman->domain domans->domains domension->dimension domensions->dimensions domian->domain domians->domains dominaton->domination dominent->dominant dominiant->dominant domonstrate->demonstrate domonstrates->demonstrates domonstrating->demonstrating domonstration->demonstration donain->domain donains->domains donejun->dungeon donejuns->dungeons donig->doing donn->done, don, donnot->do not dont'->don't dont't->don't donwload->download donwloaded->downloaded donwloading->downloading donwloads->downloads doocument->document doorjam->doorjamb dorce->force dorced->forced dorceful->forceful dorder->order, disorder, dordered->ordered dorment->dormant dorp->drop dosen't->doesn't dosen->dozen, dose, doesn, 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 doubletquote->doublequote doucment->document douible->double douibled->doubled doulbe->double doumentc->document dout->doubt dowgrade->downgrade dowlink->downlink dowlinks->downlinks dowload->download dowloaded->downloaded dowloader->downloader dowloaders->downloaders dowloading->downloading dowloads->downloads downgrate->downgrade downgrated->downgraded downlad->download downladed->downloaded downlading->downloading downlads->downloads downlaod->download downlaoded->downloaded downlaodes->downloads downlaoding->downloading downlaods->downloads downloadmanger->downloadmanager downlod->download downloded->downloaded downloding->downloading downlods->downloads downlowd->download downlowded->downloaded downlowding->downloading downlowds->downloads downsteram->downstream downsteramed->downstreamed downsteramer->downstreamer downsteramers->downstreamers downsteraming->downstreaming downsterams->downstreams 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 drastical->drastically 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 dregee->degree dregees->degrees drescription->description drescriptions->descriptions driagram->diagram driagrammed->diagrammed driagramming->diagramming driagrams->diagrams driectly->directly drity->dirty driveing->driving drivr->driver drnik->drink dropabel->droppable dropable->droppable droped->dropped droping->dropping droppend->dropped droppped->dropped dropse->drops droput->dropout druing->during druming->drumming drummless->drumless drvier->driver drwaing->drawing drwawing->drawing drwawings->drawings dscrete->discrete dscretion->discretion 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 duplacate->duplicate duplacated->duplicated duplacates->duplicates duplacation->duplication duplacte->duplicate duplacted->duplicated duplactes->duplicates duplaction->duplication duplaicate->duplicate duplaicated->duplicated duplaicates->duplicates duplaication->duplication duplate->duplicate duplated->duplicated duplates->duplicates duplation->duplication duplciate->duplicate dupliacate->duplicate dupliacates->duplicates dupliace->duplicate dupliacte->duplicate dupliacted->duplicated dupliactes->duplicates dupliagte->duplicate dupliate->duplicate dupliated->duplicated dupliates->duplicates dupliating->duplicating dupliation->duplication dupliations->duplications duplicat->duplicate duplicatd->duplicated duplicats->duplicates dupplicate->duplicate dupplicated->duplicated dupplicates->duplicates dupplicating->duplicating dupplication->duplication dupplications->duplications durationm->duration durectories->directories durectory->directory dureing->during durig->during durining->during durning->during durring->during duting->during dyanamically->dynamically dyanmic->dynamic dyanmically->dynamically dyas->dryas dymamically->dynamically dynamc->dynamic dynamcly->dynamincally dynamcs->dynamics dynamicaly->dynamically dynamiclly->dynamically dynamicly->dynamically dynamlic->dynamic dynamlically->dynamically dynically->dynamically dynmaic->dynamic dynmaically->dynamically dynmic->dynamic dynmically->dynamically dynmics->dynamics 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 eanable->enable eanble->enable earch->search, each, earler->earlier earliear->earlier earlies->earliest earlist->earliest earlyer->earlier earnt->earned earpeice->earpiece easely->easily easer->easier, eraser, easili->easily easiliy->easily easilly->easily easiy->easily easly->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 ecplicit->explicit ecplicitly->explicitly ecret->secret, erect, ecspecially->especially ect->etc ecxept->except ecxite->excite ecxited->excited ecxites->excites ecxiting->exciting ecxtracted->extracted EDCDIC->EBCDIC edditable->editable ede->edge ediable->editable edige->edge ediges->edges editedt->edited editiing->editing editoro->editor editt->edit editted->edited editter->editor editting->editing edittor->editor edn->end ednif->endif edxpected->expected eearly->early eeeprom->EEPROM eescription->description eevery->every eeverything->everything eeverywhere->everywhere eextract->extract eextracted->extracted eextracting->extracting eextraction->extraction eextracts->extracts efect->effect efective->effective efectively->effectively efel->evil eferences->references efetivity->effectivity effctive->effective effctively->effectively effeciency->efficiency effecient->efficient effeciently->efficiently effeck->effect effecked->effected effecks->effects effeckt->effect effectice->effective effecticely->effectively effectiviness->effectiveness effectivness->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 egenral->general egenralise->generalise egenralised->generalised egenralises->generalises egenralize->generalize egenralized->generalized egenralizes->generalizes egenrally->generally ehance->enhance ehanced->enhanced ehancement->enhancement ehancements->enhancements ehen->when, hen, even, then, ehenever->whenever ehough->enough ehr->her ehternet->Ethernet ehther->ether, either, ehthernet->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, electical->electrical electirc->electric electircal->electrical electon->election, electron, electrial->electrical electricly->electrically electricty->electricity electrinics->electronics electriv->electric electrnoics->electronics eleemnt->element eleent->element elegible->eligible elemant->element elemantary->elementary elemement->element elemements->elements elememt->element elemen->element elemenent->element elemenental->elemental elemenents->elements elemenet->element elemenets->elements elemens->elements elemenst->elements elementay->elementary elemente->element, elements, elementry->elementary elemet->element elemetal->elemental elemetn->element elemetns->elements elemets->elements eleminate->eliminate eleminated->eliminated eleminates->eliminates eleminating->eliminating elemnets->elements 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 elipse->ellipse, eclipse, elipses->ellipses, eclipses, ellipsis, elipsis->ellipsis, eclipses, elipsises->ellipses, ellipsis, eliptic->elliptic eliptical->elliptical elipticity->ellipticity 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 elsef->elseif elsehwere->elsewhere elseof->elseif elseswhere->elsewhere elsewehere->elsewhere elsewere->elsewhere elsewhwere->elsewhere elsiof->elseif elsof->elseif emabaroged->embargoed emable->enable emailling->emailing embarass->embarrass embarassed->embarrassed embarasses->embarrasses 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 embold->embolden 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 emultor->emulator emultors->emulators enabe->enable enabel->enable enabeled->enabled enabeling->enabling enabing->enabling enabledi->enabled enableing->enabling enablen->enabled enalbe->enable enalbed->enabled enalbes->enables enameld->enameled enaugh->enough enbale->enable enbaled->enabled enbales->enables enbaling->enabling enbedding->embedding enble->enable encapsualtes->encapsulates encapsulatzion->encapsulation encapsultion->encapsulation enchanced->enhanced enchancement->enhancement, enchantment, enchancements->enhancements, enchantments, enclosng->enclosing enclosue->enclosure enclosung->enclosing enclude->include encluding->including encocde->encode encocded->encoded encocder->encoder encocders->encoders encocdes->encodes encocding->encoding encocdings->encodings enconde->encode enconded->encoded enconder->encoder enconders->encoders encondes->encodes enconding->encoding encondings->encodings encorde->encode, encore, encorded->encoded encorder->encoder encorders->encoders encordes->encodes, encores, encording->encoding encordings->encodings encorporating->incorporating encose->enclose, encode, encosed->enclosed, encoded, encoser->encoder encosers->encoders encoses->encloses, encodes, encosing->enclosing, encoding, encosings->enclosings, encodings, encosure->enclosure encounted->encountered, encounter, encounterd->encountered encouraing->encouraging encouter->encounter encoutered->encountered encouters->encounters encoutner->encounter encoutners->encounters encouttering->encountering encrcypt->encrypt encripted->encrypted encrpt->encrypt encrpted->encrypted encrption->encryption encrupted->encrypted encrypiton->encryption encrypte->encrypted, encrypt, encryptiion->encryption encryptio->encryption encryptiong->encryption encrytion->encryption encrytped->encrypted encupsulates->encapsulates encylopedia->encyclopedia encypted->encrypted encyption->encryption endcoded->encoded endcoder->encoder endcoders->encoders endcodes->encodes endcoding->encoding endcodings->encodings endding->ending ende->end endevors->endeavors endevour->endeavour endfi->endif endianes->endianness endianess->endianness endiannes->endianness endien->endian, indian, endiens->endians, indians, endig->ending endnoden->endnode endoint->endpoint endolithes->endoliths endpints->endpoints endpiont->endpoint endpionts->endpoints endpont->endpoint endsup->ends up enduce->induce 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 eneumeration->enumeration eneumerations->enumerations eneumretaion->enumeration eneumretaions->enumerations enew->new enflamed->inflamed enforcable->enforceable enforceing->enforcing enforcmement->enforcement enforcment->enforcement enforncing->enforcing engagment->engagement engeneer->engineer engeneering->engineering engery->energy engieer->engineer engieneer->engineer engieneers->engineers enginge->engine enginin->engine engoug->enough enhabce->enhance enhabced->enhanced enhabces->enhances enhabcing->enhancing 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 enironments->environments enities->entities enitities->entities enitity->entity enity->entity enivornment->environment enivornments->environments enlargment->enlargement enlargments->enlargements enlightnment->enlightenment Enlish->English, enlist, enlose->enclose enmpty->empty enmum->enum ennpoint->endpoint enntries->entries enocde->encode enocded->encoded enocder->encoder enocders->encoders enocdes->encodes enocding->encoding enocdings->encodings 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 enpoints->endpoints enque->enqueue enqueing->enqueuing 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 entitites->entities entitities->entities entitity->entity entitiy->entity entitiys->entities entitlied->entitled entitys->entities entoties->entities entoty->entity entquire->enquire, inquire, entquired->enquired, inquired, entquires->enquires, inquires, entquiries->enquiries, inquiries, entquiry->enquiry, inquiry, entrepeneur->entrepreneur entrepeneurs->entrepreneurs entrie->entry, entries, entriy->entry, entries, entrys->entries, entry, enty->entry, entity, enulation->emulation enumarate->enumerate enumarated->enumerated enumarates->enumerates enumarating->enumerating enumation->enumeration enumearate->enumerate enumearation->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 enviromnent->environment enviromnental->environmental enviromnentally->environmentally enviromnents->environments environement->environment environemnt->environment environemntal->environmental environemnts->environments environent->environment environmane->environment environmenet->environment environmenets->environments environmet->environment environmets->environments environmnet->environment environnement->environment environtment->environment envolutionary->evolutionary envolved->involved envorce->enforce envrion->environ envrionment->environment envrionmental->environmental envrionments->environments envrions->environs envriron->environ envrironment->environment envrironmental->environmental envrironments->environments envrirons->environs envvironment->environment enxt->next enyway->anyway 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 epxiressions->expressions epxlicit->explicit eqaul->equal eqaulity->equality eqaulizer->equalizer eqivalent->equivalent eqivalents->equivalents equalibrium->equilibrium equallity->equality equaly->equally equel->equal equelibrium->equilibrium equialent->equivalent equilavalent->equivalent equilibium->equilibrium equilibrum->equilibrium equiped->equipped equipmentd->equipment equipments->equipment equippment->equipment equiptment->equipment equire->require, enquire, equine, esquire, equitorial->equatorial equivalance->equivalence equivalant->equivalent equivalentsly->equivalently, equivalency, equivelant->equivalent equivelent->equivalent equivelents->equivalents equivilant->equivalent equivilent->equivalent equivivalent->equivalent equivlalent->equivalent equivlantly->equivalently equivqlent->equivalent eqution->equation equtions->equations equvalent->equivalent erally->orally, really, erasablocks->eraseblocks 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 errorr->error erros->errors errot->error errots->errors errro->error errror->error errrors->errors errros->errors errupted->erupted ertoneous->erroneous ertoneously->erroneously ertor->error, terror, ertors->errors, terrors, 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 esists->exists esitmate->estimate esitmated->estimated esle->else espace->escape espaced->escaped espaces->escapes espacially->especially espacing->escaping espcially->especially especailly->especially especally->especially especialy->especially especialyl->especially especifically->specifically, especially, especiially->especially espect->expect esponding->desponding, responding, 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 etend->extend, attend, etended->extended, attended, etender->extender, attender, etenders->extenders, attenders, etends->extends, attends, etensible->extensible etension->extension etensions->extensions ethe->the etherenet->Ethernet ethnocentricm->ethnocentrism ethose->those, ethos, etiher->either etroneous->erroneous etroneously->erroneously etror->error, terror, etrors->errors, terrors, etsablishment->establishment etsbalishment->establishment etst->test etsts->tests etxt->text euclidian->euclidean 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, evem->even, ever, evenhtually->eventually eventally->eventually eventaully->eventually eventhanders->event handlers eventhough->even though eventially->eventually 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 evition->eviction evnet->event evoluate->evaluate evoluated->evaluated evoluates->evaluates evoluation->evaluations evovler->evolver evovling->evolving evrithing->everything evry->every evrythign->everything evrything->everything evrywhere->everywhere evyrthing->everything ewhwer->where exaclty->exactly exacly->exactly exactely->exactly exacty->exactly exacutable->executable exagerate->exaggerate exagerated->exaggerated exagerates->exaggerates exagerating->exaggerating exagerrate->exaggerate exagerrated->exaggerated exagerrates->exaggerates exagerrating->exaggerating exameple->example exameples->examples examied->examined examin->examine, examining, examinated->examined examing->examining examinining->examining examles->examples examnple->example examnples->examples exampel->example exampeles->examples exampels->examples examplee->example, examples, examplees->examples exampt->exempt exand->expand exansive->expansive 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 exccute->execute excecise->exercise excecised->excised, exercised, excecises->exercises excecpt->except excecption->exception excecptional->exceptional excecptions->exceptions excect->except, expect, excectable->executable excectables->executables excecte->execute excected->executed, expected, excectedly->expectedly excectes->executes excecting->executing excection->exception, execution, excectional->exceptional excections->exceptions, executions, excective->executive excectives->executives excector->executor excectors->executors excects->expects excecutable->executable excecutables->executables excecute->execute excecuted->executed excecutes->executes excecuting->executing excecution->execution excecutions->executions excecutive->executive excecutives->executives excecutor->executor excecutors->executors excecuts->executes exced->exceed excedded->exceeded excedding->exceeding excede->exceed exceded->exceeded excedeed->exceeded excedes->exceeds exceding->exceeding exceirpt->excerpt exceirpts->excerpts excelent->excellent excell->excel excellance->excellence excellant->excellent excells->excels excempt->exempt excempted->exempted excemption->exemption excemptions->exemptions excempts->exempts excentric->eccentric excentricity->eccentricity excentuating->accentuating exceopt->exempt exceopted->exempted exceopts->exempts exceotion->exemption exceotions->exemptions excepetion->exception excepions->exceptions exceptation->expectation exceptin->excepting, exception, expecting, accepting, exceptins->exceptions, excepting, exceptionnal->exceptional exceptionss->exceptions exceptionts->exceptions excercise->exercise excercised->exercised excerciser->exerciser excercises->exercises excercising->exercising exces->excess excesed->exceeded excesive->excessive excesively->excessively excesss->excess excesv->excessive excesvly->excessively excetion->exception excetional->exceptional excetions->exceptions excetpion->exception excetpional->exceptional excetpions->exceptions excetption->exception excetptional->exceptional excetptions->exceptions excetra->etcetera excetutable->executable excetutables->executables excetute->execute excetuted->executed excetutes->executes excetuting->executing excetution->execution excetutions->executions excetutive->executive excetutives->executives excetutor->executor excetutors->executors exceuctable->executable exceuctables->executables exceucte->execute exceucted->executed exceuctes->executes exceucting->executing exceuction->execution exceuctions->executions exceuctive->executive exceuctives->executives exceuctor->executor exceuctors->executors exceutable->executable exceutables->executables exceute->execute exceuted->executed exceutes->executes exceuting->executing exceution->execution exceutions->executions exceutive->executive exceutives->executives exceutor->executor exceutors->executors excewption->exception excewptional->exceptional excewptions->exceptions exchage->exchange exchaged->exchanged exchages->exchanges exchaging->exchanging exchagne->exchange exchagned->exchanged exchagnes->exchanges exchagnge->exchange exchagnged->exchanged exchagnges->exchanges exchagnging->exchanging exchagning->exchanging exchanage->exchange exchanaged->exchanged exchanages->exchanges exchanaging->exchanging exchance->exchange exchanced->exchanged exchances->exchanges exchanche->exchange exchanched->exchanged exchanches->exchanges exchanching->exchanging exchancing->exchanging exchane->exchange exchaned->exchanged exchanes->exchanges exchangable->exchangeable exchaning->exchanging exchaust->exhaust exchausted->exhausted exchausting->exhausting exchaustive->exhaustive exchausts->exhausts exchenge->exchange exchenged->exchanged exchenges->exchanges exchenging->exchanging exchnage->exchange exchnaged->exchanged exchnages->exchanges exchnaging->exchanging exchng->exchange exchngd->exchanged exchnge->exchange exchnged->exchanged exchnges->exchanges exchnging->exchanging exchngng->exchanging exchngs->exchanges exciation->excitation excist->exist excisted->existed excisting->existing excitment->excitement exclamantion->exclamation excludde->exclude excludind->excluding excluse->exclude, excuse, exclusive, exclusiv->exclusive exclusivs->exclusives excluslvely->exclusively exclusuive->exclusive exclusuively->exclusively exclusuives->exclusives 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 exculde->exclude exculding->excluding exculsive->exclusive exculsively->exclusively exculsivly->exclusively excutable->executable excutables->executables excute->execute excuted->executed excutes->executes excuting->executing excution->execution execeed->exceed execeeded->exceeded 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 exectuion->execution exectuions->executions exectution->execution exectutions->executions execuable->executable execuables->executables execuatable->executable execuatables->executables execuatble->executable execuatbles->executables execuate->execute execuated->executed execuates->executes execuation->execution execuations->executions execubale->executable execubales->executables execucte->execute execucted->executed execuctes->executes execuction->execution execuctions->executions execuctor->executor execuctors->executors execude->execute execuded->executed execudes->executes execuding->executing, excluding, execue->execute execued->executed execues->executes execuet->execute execuetable->executable execuetd->executed execuete->execute execueted->executed execuetes->executes execuets->executes execuing->executing execuion->execution execuions->executions execuitable->executable execuitables->executables execuite->execute execuited->executed execuites->executes execuiting->executing execuition->execution execuitions->executions execulatble->executable execulatbles->executables execultable->executable execultables->executables execulusive->exclusive execune->execute execuned->executed execunes->executes execurable->executable execurables->executables execure->execute execured->executed execures->executes execuse->excuse, execute, execused->excused, executed, execuses->excuses, executes, execusion->execution execusions->executions execusive->exclusive execustion->execution execustions->executions execut->execute executabable->executable executabables->executables executabe->executable executabel->executable executabels->executables executabes->executables executablble->executable executabnle->executable executabnles->executables executation->execution executations->executions executbale->executable executbales->executables executble->executable executbles->executables executd->executed executding->executing executeable->executable executeables->executables executign->executing executiong->execution, executing, executng->executing executre->execute executred->executed executres->executes executs->executes executting->executing executtion->execution executtions->executions executuable->executable executuables->executables executuble->executable executubles->executables executue->execute executued->executed executues->executes executuing->executing executuion->execution executuions->executions executung->executing executuon->execution executuons->executions executute->execute execututed->executed execututes->executes executution->execution execututions->executions exeed->exceed exeeding->exceeding exeedingly->exceedingly exeeds->exceeds exelent->excellent exellent->excellent exempel->example exempels->examples exemple->example exemples->examples 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, exemption, exeptional->exceptional exeptions->exceptions exeqution->execution exerbate->exacerbate exerbated->exacerbated exerciese->exercise exerciesed->exercised exercieses->exercises exerciesing->exercising exercize->exercise exerpt->excerpt exerpts->excerpts exersize->exercise exersizes->exercises exerternal->external exeucte->execute exeucted->executed exeuctes->executes exeution->execution exexutable->executable exhalted->exalted exhange->exchange exhanged->exchanged exhanges->exchanges exhanging->exchanging exhaused->exhausted exhautivity->exhaustivity exhcuast->exhaust exhcuasted->exhausted exhibtion->exhibition exhist->exist exhistance->existence exhisted->existed exhistence->existence exhisting->existing exhists->exists exhustiveness->exhaustiveness exibition->exhibition exibitions->exhibitions exicting->exciting exinct->extinct exipration->expiration exipre->expire exipred->expired exipres->expires exising->existing exisit->exist exisited->existed exisitent->existent exisiting->existing exisitng->existing exisits->exists existance->existence existant->existent existatus->exitstatus existencd->existence existend->existed existense->existence existince->existence existng->existing existsing->existing existung->existing existy->exist existying->existing exitation->excitation exitations->excitations exite->exit, excite, exits, exixst->exist exixt->exist exlamation->exclamation exlcude->exclude exlcuding->excluding exlcusive->exclusive exlicit->explicit exlicite->explicit exlicitely->explicitly exlicitly->explicitly exliled->exiled exlpoit->exploit exlpoited->exploited exlpoits->exploits 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 expct->expect expcted->expected expctedly->expectedly expcting->expecting 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 expeect->expect expeected->expected expeectedly->expectedly expeecting->expecting expeects->expects expeense->expense expeenses->expenses expeensive->expensive expeience->experience expeienced->experienced expeiences->experiences expeiencing->experiencing expeiment->experiment expeimental->experimental expeimentally->experimentally expeimentation->experimentation expeimentations->experimentations expeimented->experimented expeimentel->experimental expeimentelly->experimentally expeimenter->experimenter expeimenters->experimenters expeimenting->experimenting expeiments->experiments expeiriment->experiment expeirimental->experimental expeirimentally->experimentally expeirimentation->experimentation expeirimentations->experimentations expeirimented->experimented expeirimentel->experimental expeirimentelly->experimentally expeirimenter->experimenter expeirimenters->experimenters expeirimenting->experimenting expeiriments->experiments expell->expel expells->expels expement->experiment expemental->experimental expementally->experimentally expementation->experimentation expementations->experimentations expemented->experimented expementel->experimental expementelly->experimentally expementer->experimenter expementers->experimenters expementing->experimenting expements->experiments expemplar->exemplar expemplars->exemplars expemplary->exemplary expempt->exempt expempted->exempted expemt->exempt expemted->exempted expemtion->exemption expemtions->exemptions expemts->exempts expendeble->expendable expepect->expect expepected->expected expepectedly->expectedly expepecting->expecting expepects->expects expept->expect, except, expepted->expected expeptedly->expectedly expepting->expecting expeption->exception expeptions->exceptions expepts->expects experament->experiment experamental->experimental experamentally->experimentally experamentation->experimentation experamentations->experimentations experamented->experimented experamentel->experimental experamentelly->experimentally experamenter->experimenter experamenters->experimenters experamenting->experimenting experaments->experiments experation->expiration experct->expect, excerpt, expercted->expected, excerpted, expercting->expecting expercts->expects expereince->experience expereinced->experienced expereinces->experiences expereincing->experiencing experement->experiment experemental->experimental experementally->experimentally experementation->experimentation experementations->experimentations experemented->experimented experementel->experimental experementelly->experimentally experementer->experimenter experementers->experimenters experementing->experimenting experements->experiments experence->experience experenced->experienced experences->experiences experencing->experiencing experes->express experesed->expressed experesion->expression experesions->expressions experess->express experessed->expressed experesses->expresses experessing->expressing experession's->expression's experession->expression experessions->expressions experiance->experience experianced->experienced experiances->experiences experiancial->experiential experiancing->experiencing experiansial->experiential experiantial->experiential experiation->expiration experiations->expirations experice->experience expericed->experienced experices->experiences expericing->experiencing experiement->experiment experienshial->experiential experiensial->experiential experies->expires experim->experiment experimal->experimental experimally->experimentally experimanent->experiment experimanental->experimental experimanentally->experimentally experimanentation->experimentation experimanentations->experimentations experimanented->experimented experimanentel->experimental experimanentelly->experimentally experimanenter->experimenter experimanenters->experimenters experimanenting->experimenting experimanents->experiments experimanet->experiment experimanetal->experimental experimanetally->experimentally experimanetation->experimentation experimanetations->experimentations experimaneted->experimented experimanetel->experimental experimanetelly->experimentally experimaneter->experimenter experimaneters->experimenters experimaneting->experimenting experimanets->experiments experimant->experiment experimantal->experimental experimantally->experimentally experimantation->experimentation experimantations->experimentations experimanted->experimented experimantel->experimental experimantelly->experimentally experimanter->experimenter experimanters->experimenters experimanting->experimenting experimants->experiments experimation->experimentation experimations->experimentations experimdnt->experiment experimdntal->experimental experimdntally->experimentally experimdntation->experimentation experimdntations->experimentations experimdnted->experimented experimdntel->experimental experimdntelly->experimentally experimdnter->experimenter experimdnters->experimenters experimdnting->experimenting experimdnts->experiments experimed->experimented experimel->experimental experimelly->experimentally experimen->experiment experimenal->experimental experimenally->experimentally experimenat->experiment experimenatal->experimental experimenatally->experimentally experimenatation->experimentation experimenatations->experimentations experimenated->experimented experimenatel->experimental experimenatelly->experimentally experimenater->experimenter experimenaters->experimenters experimenating->experimenting experimenation->experimentation experimenations->experimentations experimenats->experiments experimened->experimented experimenel->experimental experimenelly->experimentally experimener->experimenter experimeners->experimenters experimening->experimenting experimens->experiments experimentaal->experimental experimentaally->experimentally experimentaat->experiment experimentaatl->experimental experimentaatlly->experimentally experimentaats->experiments experimentaed->experimented experimentaer->experimenter experimentaing->experimenting experimentaion->experimentation experimentaions->experimentations experimentait->experiment experimentaital->experimental experimentaitally->experimentally experimentaited->experimented experimentaiter->experimenter experimentaiters->experimenters experimentaitng->experimenting experimentaiton->experimentation experimentaitons->experimentations experimentat->experimental experimentatal->experimental experimentatally->experimentally experimentatation->experimentation experimentatations->experimentations experimentated->experimented experimentater->experimenter experimentatin->experimentation, experimenting, experimentating->experimentation, experimenting, experimentatl->experimental experimentatlly->experimentally experimentatly->experimentally experimentel->experimental experimentelly->experimentally experimentt->experiment experimentted->experimented experimentter->experimenter experimentters->experimenters experimentts->experiments experimer->experimenter experimers->experimenters experimet->experiment experimetal->experimental experimetally->experimentally experimetation->experimentation experimetations->experimentations experimeted->experimented experimetel->experimental experimetelly->experimentally experimetent->experiment experimetental->experimental experimetentally->experimentally experimetentation->experimentation experimetentations->experimentations experimetented->experimented experimetentel->experimental experimetentelly->experimentally experimetenter->experimenter experimetenters->experimenters experimetenting->experimenting experimetents->experiments experimeter->experimenter experimeters->experimenters experimeting->experimenting experimetn->experiment experimetnal->experimental experimetnally->experimentally experimetnation->experimentation experimetnations->experimentations experimetned->experimented experimetnel->experimental experimetnelly->experimentally experimetner->experimenter experimetners->experimenters experimetning->experimenting experimetns->experiments experimets->experiments experiming->experimenting experimint->experiment experimintal->experimental experimintally->experimentally experimintation->experimentation experimintations->experimentations experiminted->experimented experimintel->experimental experimintelly->experimentally experiminter->experimenter experiminters->experimenters experiminting->experimenting experimints->experiments experimment->experiment experimmental->experimental experimmentally->experimentally experimmentation->experimentation experimmentations->experimentations experimmented->experimented experimmentel->experimental experimmentelly->experimentally experimmenter->experimenter experimmenters->experimenters experimmenting->experimenting experimments->experiments experimnet->experiment experimnetal->experimental experimnetally->experimentally experimnetation->experimentation experimnetations->experimentations experimneted->experimented experimnetel->experimental experimnetelly->experimentally experimneter->experimenter experimneters->experimenters experimneting->experimenting experimnets->experiments experimnt->experiment experimntal->experimental experimntally->experimentally experimntation->experimentation experimntations->experimentations experimnted->experimented experimntel->experimental experimntelly->experimentally experimnter->experimenter experimnters->experimenters experimnting->experimenting experimnts->experiments experims->experiments experimten->experiment experimtenal->experimental experimtenally->experimentally experimtenation->experimentation experimtenations->experimentations experimtened->experimented experimtenel->experimental experimtenelly->experimentally experimtener->experimenter experimteners->experimenters experimtening->experimenting experimtens->experiments experinece->experience experineced->experienced experinement->experiment experinemental->experimental experinementally->experimentally experinementation->experimentation experinementations->experimentations experinemented->experimented experinementel->experimental experinementelly->experimentally experinementer->experimenter experinementers->experimenters experinementing->experimenting experinements->experiments experiration->expiration experirations->expirations expermenet->experiment expermenetal->experimental expermenetally->experimentally expermenetation->experimentation expermenetations->experimentations expermeneted->experimented expermenetel->experimental expermenetelly->experimentally expermeneter->experimenter expermeneters->experimenters expermeneting->experimenting expermenets->experiments experment->experiment expermental->experimental expermentally->experimentally expermentation->experimentation expermentations->experimentations expermented->experimented expermentel->experimental expermentelly->experimentally expermenter->experimenter expermenters->experimenters expermenting->experimenting experments->experiments expermient->experiment expermiental->experimental expermientally->experimentally expermientation->experimentation expermientations->experimentations expermiented->experimented expermientel->experimental expermientelly->experimentally expermienter->experimenter expermienters->experimenters expermienting->experimenting expermients->experiments expermiment->experiment expermimental->experimental expermimentally->experimentally expermimentation->experimentation expermimentations->experimentations expermimented->experimented expermimentel->experimental expermimentelly->experimentally expermimenter->experimenter expermimenters->experimenters expermimenting->experimenting expermiments->experiments experminent->experiment experminental->experimental experminentally->experimentally experminentation->experimentation experminentations->experimentations experminents->experiments expernal->external expers->express experse->expense, express, expersed->expressed experses->expenses, expresses, expersing->expressing expersion->expression expersions->expressions expersive->expensive experss->express experssed->expressed expersses->expresses experssing->expressing experssion->expression experssions->expressions expese->expense expeses->expenses expesive->expensive expesnce->expense expesnces->expenses expesncive->expensive expess->express expessed->expressed expesses->expresses expessing->expressing expession->expression expessions->expressions expest->expect expested->expected expestedly->expectedly expesting->expecting expet->expect, expat, expetancy->expectancy expetation->expectation expetc->expect expetced->expected expetcedly->expectedly expetcing->expecting expetcs->expects expetct->expect expetcted->expected expetctedly->expectedly expetcting->expecting expetcts->expects expetect->expect expetected->expected expetectedly->expectedly expetecting->expecting expetectly->expectedly expetects->expects expeted->expected expetedly->expectedly expetiment->experiment expetimental->experimental expetimentally->experimentally expetimentation->experimentation expetimentations->experimentations expetimented->experimented expetimentel->experimental expetimentelly->experimentally expetimenter->experimenter expetimenters->experimenters expetimenting->experimenting expetiments->experiments expeting->expecting expets->expects expewriment->experiment expewrimental->experimental expewrimentally->experimentally expewrimentation->experimentation expewrimentations->experimentations expewrimented->experimented expewrimentel->experimental expewrimentelly->experimentally expewrimenter->experimenter expewrimenters->experimenters expewrimenting->experimenting expewriments->experiments expexct->expect expexcted->expected expexctedly->expectedly expexcting->expecting expexcts->expects expexnasion->expansion expexnasions->expansions expext->expect expexted->expected expextedly->expectedly expexting->expecting expexts->expects expicit->explicit expicitly->explicitly expidition->expedition expiditions->expeditions expierence->experience expierences->experiences expierience->experience expieriences->experiences expilicitely->explicitly expireitme->expiretime 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->explicit, explicitly, explicitelly->explicitly explicitely->explicitly explicitily->explicitly explicity->explicitly explict->explicit explictely->explicitly explictily->explicitly explictly->explicitly explicty->explicitly, explicit, explit->explicit explitit->explicit explitly->explicitly explizit->explicit explizitly->explicitly exploition->explosion, exploitation, exploit, exploitions->explosions, exploitations, exploits, exploititive->exploitative explot->exploit, explore, explotation->exploitation, exploration, exploting->exploiting, exploring, expoed->exposed expoential->exponential expoentially->exponentially expoert->export, expert, expoerted->exported expoit->exploit expoitation->exploitation expoited->exploited expoits->exploits expolde->explode exponant->exponent exponantation->exponentiation exponantially->exponentially exponantialy->exponentially exponants->exponents exponentation->exponentiation exponentialy->exponentially exponentiel->exponential exponentiell->exponential exponetial->exponential exporession->expression exportet->exported, exporter, expport->export 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 exspected->expected exspectedly->expectedly exspecting->expecting exspects->expects exspense->expense exspensed->expensed exspenses->expenses 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 extereme->extreme extermist->extremist extermporaneous->extemporaneous externaly->externally externel->external externelly->externally externels->externals extesion->extension extesions->extensions extesnion->extension extesnions->extensions extint->extinct, extant, extist->exist extit->exit extited->excited, exited, extiting->exciting, exiting, extits->exits, excites, extnesion->extension extrac->extract extraced->extracted extracing->extracting extracter->extractor extractino->extracting extractins->extractions extradiction->extradition extraenous->extraneous extranous->extraneous extrapoliate->extrapolate extrat->extract extrated->extracted extraterrestial->extraterrestrial extraterrestials->extraterrestrials extrates->extracts extrating->exctracting extration->extraction extrator->extractor extrators->extractors extrats->extracts extravagent->extravagant extraversion->extroversion extravert->extrovert extraverts->extroverts 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 exturd->extrude exturde->extrude exturded->extruded exturdes->extrudes exturding->extruding exuberent->exuberant eyar->year, eyas, eyars->years, eyas, eyasr->years, eyas, eyt->yet ezdrop->eavesdrop fability->facility facedrwaing->facedrawing, face drawing, faceis->faces, face is, 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 facirity->facility facist->fascist facor->favor, faker, facorite->favorite facorites->favorites facors->favors, fakers, facour->favour, favor, facourite->favourite facourites->favourites facours->favours factization->factorization factorizaiton->factorization factorys->factories fadind->fading faeture->feature faetures->features Fahrenheight->Fahrenheit faied->failed, fade, faield->failed faild->failed failded->failed faile->failed failer->failure failes->fails failicies->facilities failicy->facility failied->failed failiure->failure failiures->failures failiver->failover faill->fail failled->failed faillure->failure failng->failing failre->failure failrue->failure failsave->fail-safe, failsafe, failsaves->fail-safes, failsafes, failt->fail, failed, failture->failure failue->failure failuer->failure failues->failures faireness->fairness fairoh->pharaoh faiway->fairway faiways->fairways falg->flag falgs->flags falied->failed faliure->failure faliures->failures fallabck->fallback fallbck->fallback fallhrough->fallthrough fallthruogh->fallthrough falltrough->fallthrough falsh->flash, false, falshed->flashed falshes->flashes falshing->flashing falsly->falsely falt->fault falure->failure familar->familiar familes->families familiies->families familiy->family familliar->familiar familly->family famlilies->families famlily->family famoust->famous fanatism->fanaticism fancyness->fanciness farction->fraction, faction, 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 fasterner->fastener fasterners->fasteners fastr->faster fatc->fact fater->faster fatig->fatigue fatser->faster fature->feature faught->fought fauilure->failure fauilures->failures faund->found, fund, fauture->feature fautured->featured fautures->features fauturing->featuring favoutrable->favourable favuourites->favourites faymus->famous fcound->found feasabile->feasible feasability->feasibility feasable->feasible featch->fetch, each, featchd->fetched featched->fetched featcher->feather, feature, fetcher, featches->fetches, features, featching->fetching featchs->fetches featchss->fetches featchure->feature featchured->featured featchures->features featchuring->featuring 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 feets->feet, feats, feetur->feature feeture->feature feild->field 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 fielesystems->filesystems fielname->filename fielneame->filename fiels->feels, fields, files, phials, fiercly->fiercely fightings->fighting figurestyle->figurestyles fike->file filal->final fileds->fields fileld->field filelds->fields filenae->filename filenname->filename, file name, fileshystem->filesystem fileshystems->filesystems filesname->filename, filenames, filesnames->filenames filess->files filesstem->filesystem filessytem->filesystem filessytems->filesystems fileststem->filesystem filesysems->filesystems filesysthem->filesystem filesysthems->filesystems filesystmes->filesystems filesystyem->filesystem filesystyems->filesystems filesytem->filesystem filesytems->filesystems fileter->filter filetest->file test filetests->file tests fileystem->filesystem fileystems->filesystems filiament->filament fillay->fillet filld->filled, filed, fill, fille->file, fill, filled, fillement->filament filles->files, fills, filled, fillowing->following fillung->filling filnal->final filname->filename filp->flip filpped->flipped filpping->flipping filps->flips fils->fills, files, file, filse->files filsystem->filesystem filsystems->filesystems filterig->filtering filterring->filtering filtersing->filtering filterss->filters fime->fixme, time, fimilies->families fimrware->firmware fimware->firmware finacial->financial finailse->finalise finailze->finalize finalle->finale, finally, finaly->finally, finale, finanace->finance finanaced->financed finanaces->finances finanacially->financially finanacier->financier financialy->financially finanize->finalize finanlize->finalize fincally->finally finctional->functional, fictional, finctionalities->functionalities finctionality->functionality finde->find findn->find findout->find out finelly->finally finess->finesse finge->finger, fringe, fingeprint->fingerprint finialization->finalization finializing->finalizing finilizes->finalizes finisch->finish, Finnish, finisched->finished finishe->finished, finish, finishied->finished finishs->finishes finitel->finite finness->finesse finnished->finished finsh->finish, finch, finshed->finished finshes->finishes, finches, finshing->finishing 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 firmaware->firmware firmeare->firmware firmeware->firmware firmnware->firmware firmwart->firmware firmwear->firmware firmwqre->firmware firmwre->firmware firmwware->firmware firsr->first firsth->first firt->first, flirt, firts->first, flirts, firware->firmware firwmare->firmware fisical->physical, fiscal, fisionable->fissionable fisisist->physicist fisist->physicist fisrt->first fiter->filter, fighter, fitter, fiver, fitering->filtering fiters->filters, fighters, fitters, fivers, fitler->filter fitlers->filters fivety->fifty fixe->fixed, fixes, fix, fixme, fixer, fixeme->fixme fixwd->fixed fizeek->physique flacor->flavor flacored->flavored flacoring->flavoring flacorings->flavorings flacors->flavors flacour->flavour flacoured->flavoured flacouring->flavouring flacourings->flavourings flacours->flavours flage->flags, flag, flaged->flagged flages->flags flagg->flag flahs->flash, flags, flahsed->flashed flahses->flashes flahsing->flashing flakyness->flakiness flamable->flammable flaot->float flaoting->floating flashflame->flashframe flashig->flashing flasing->flashing flass->class, glass, flask, flash, 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->flexible flexibele->flexible flexibilty->flexibility flext->flex flie->file floading->floating, flooding, floading-add->floating-add floatation->flotation floresent->fluorescent, florescent, floride->fluoride floting->floating flourescent->fluorescent, florescent, 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, focu->focus focued->focused 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, foler->folder folers->folders folfer->folder folfers->folders folled->followed foller->follower follers->followers follew->follow follewed->followed follewer->follower follewers->followers follewin->following follewind->following follewing->following follewinwg->following follewiong->following follewiwng->following follewong->following follews->follows follfow->follow follfowed->followed follfower->follower follfowers->followers follfowin->following follfowind->following follfowing->following follfowinwg->following follfowiong->following follfowiwng->following follfowong->following follfows->follows follin->following follind->following folling->following, falling, rolling, follinwg->following folliong->following folliw->follow folliwed->followed folliwer->follower folliwers->followers folliwin->following folliwind->following folliwing->following folliwinwg->following folliwiong->following folliwiwng->following folliwng->following folliwong->following folliws->follows folllow->follow folllowed->followed folllower->follower folllowers->followers folllowin->following folllowind->following folllowing->following folllowinwg->following folllowiong->following folllowiwng->following folllowong->following folllows->follows, followings, follod->followed folloeing->following folloing->following folloiwng->following follong->following followd->followed, follows, follow, followig->following followign->following followin->following followind->following followng->following folls->follows follw->follow follwed->followed follwer->follower follwers->followers follwin->following follwind->following follwing->following follwinwg->following follwiong->following follwiwng->following follwo->follow follwoe->follow follwoed->followed follwoeed->followed follwoeer->follower follwoeers->followers follwoein->following follwoeind->following follwoeing->following follwoeinwg->following follwoeiong->following follwoeiwng->following follwoeong->following follwoer->follower follwoers->followers follwoes->follows follwoin->following follwoind->following follwoing->following follwoinwg->following follwoiong->following follwoiwng->following follwong->following follwoong->following follwos->follows follwow->follow follwowed->followed follwower->follower follwowers->followers follwowin->following follwowind->following follwowing->following follwowinwg->following follwowiong->following follwowiwng->following follwowong->following follwows->follows follws->follows follww->follow follwwed->followed follwwer->follower follwwers->followers follwwin->following follwwind->following follwwing->following follwwinwg->following follwwiong->following follwwiwng->following follwwong->following follwws->follows foloow->follow foloowed->followed foloower->follower foloowers->followers foloowin->following foloowind->following foloowing->following foloowinwg->following foloowiong->following foloowiwng->following foloowong->following foloows->follows folow->follow folowed->followed folower->follower folowers->followers folowin->following folowind->following folowing->following folowinwg->following folowiong->following folowiwng->following folowong->following folows->follows foloww->follow folowwed->followed folowwer->follower folowwers->followers folowwin->following folowwind->following folowwing->following folowwinwg->following folowwiong->following folowwiwng->following folowwong->following folowws->follows folse->false folwo->follow folwoed->followed folwoer->follower folwoers->followers folwoin->following folwoind->following folwoing->following folwoinwg->following folwoiong->following folwoiwng->following folwoong->following folwos->follows folx->folks fomat->format fomated->formatted fomater->formatter fomates->formats fomating->formatting fomats->formats fomatted->formatted fomatter->formatter fomed->formed fomr->from, form, fomrat->format fomrated->formatted fomrater->formatter fomrating->formatting fomrats->formats fomratted->formatted fomratter->formatter fomratting->formatting fonction->function fonctional->functional fonctionalities->functionalities fonctioning->functioning fonctionnalies->functionalities fonctionnalities->functionalities fonctionnality->functionality fonctionnaly->functionally, functionality, fonctions->functions fonetic->phonetic fontain->fountain, contain, fontains->fountains, contains, fontier->frontier fontonfig->fontconfig fontrier->frontier fonud->found 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 forcot->forgot foreing->foreign forementionned->aforementioned foreward->foreword, forward, 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 formatteded->formatted 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 forr->for forsaw->foresaw forse->force forseeable->foreseeable forst->first, forced, fortan->fortran fortat->format forteen->fourteen fortelling->foretelling forthcominng->forthcoming forthcomming->forthcoming fortunaly->fortunately fortunat->fortunate fortunatelly->fortunately fortunatly->fortunately fortunetly->fortunately forula->formula forulas->formulas forumla->formula forumlas->formulas forumula->formula forumulas->formulas forunate->fortunate forunately->fortunately forunner->forerunner forutunate->fortunate forutunately->fortunately forver->forever forwad->forward forwaded->forwarded forwading->forwarding forwads->forwards forwardig->forwarding forwared->forwarded, forward, forwaring->forwarding forwwarded->forwarded fot->for, fit, dot, rot, cot, got, tot, fog, 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 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 fragmenetd->fragmented fragmeneted->fragmented fragmeneting->fragmenting fragmenets->fragments fragmnet->fragment frambuffer->framebuffer framebufer->framebuffer framei->frame frametyp->frametype frameworkk->framework framlayout->framelayout framming->framing framwework->framework framwork->framework framworks->frameworks frane->frame frankin->franklin Fransiscan->Franciscan Fransiscans->Franciscans franzise->franchise frecuencies->frequencies frecuency->frequency frecuent->frequent frecuented->frequented frecuently->frequently frecuents->frequents freecallrelpy->freecallreply 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, frequent, frequenies->frequencies frequentily->frequently frequeny->frequency, frequently, frequent, frequncies->frequencies frequncy->frequency freze->freeze frezes->freezes frgament->fragment fricton->friction frimware->firmware frist->first frmat->format frmo->from froce->force frok->from fromal->formal fromat->format frome->from fromed->formed froms->forms fromthe->from the fron->from fronend->frontend fronends->frontends froniter->frontier frontent->frontend frontents->frontends frop->drop fropm->from frops->drops frozee->frozen fschk->fsck ftrunacate->ftruncate fualt->fault fualts->faults fucntion->function fucntioning->functioning fucntions->functions fuction->function fuctionoid->functionoid fuctions->functions fufill->fulfill fufilled->fulfilled fugure->figure fugured->figured fugures->figures fule->file fulfiled->fulfilled fullfil->fulfil, fulfill, fullfiled->fulfilled fullfiling->fulfilling fullfill->fulfill, fulfil, fullfilled->fulfilled fullfilling->fulfilling fullfills->fulfills fullfils->fulfils, fulfills, fullill->fulfil, fulfill, fullly->fully fulsh->flush funcation->function funchtion->function funchtional->functional funchtioned->functioned funchtioning->functioning funchtionn->function funchtionnal->functional funchtionned->functioned funchtionning->functioning funchtionns->functions funchtions->functions funcion->function funcions->functions funciton->function funcitonal->functional funcitonality->functionality funcitoned->functioned funcitoning->functioning funcitons->functions functin->function functinality->functionality functino->function functins->functions functionability->functionality functionable->functional, functioning, functionailty->functionality functionallity->functionality functionaltiy->functionality functionalty->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 fundation->foundation 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 furmalae->formulae furmula->formula furmulae->formulae 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 furute->fruit, future, furuther->further furutre->future furzzer->fuzzer fuschia->fuchsia fushed->flushed fushing->flushing futer->further futher->further futherize->further futhermore->furthermore futhroc->futhark, futhorc, futrue->future futrure->future futture->future fwe->few fwirte->fwrite fxed->fixed fysical->physical fysisist->physicist fysisit->physicist gabage->garbage gadged->gadget, gauged, galatic->galactic Galations->Galatians gallaries->galleries gallary->gallery 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 garbadge->garbage 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 gatable->gateable gateing->gating gatway->gateway gauage->gauge 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 gaus'->Gauss' gaus's->Gauss' gaus->Gauss, gauze, gausian->Gaussian geenrate->generate geenrated->generated geenrates->generates geenration->generation geenrational->generational 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 generatig->generating 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 genereted->generated generilise->generalise generilised->generalised generilises->generalises generilize->generalize generilized->generalized generilizes->generalizes generiously->generously generted->generated generting->generating genertion->generation genertor->generator genertors->generators genialia->genitalia genral->general genralisation->generalisation genralisations->generalisations genralise->generalise genralised->generalised genralises->generalises genralization->generalization genralizations->generalizations genralize->generalize genralized->generalized genralizes->generalizes genrally->generally genrals->generals genrate->generate genrated->generated genrates->generates genratet->generated genrating->generating genration->generation genrations->generations genrator->generator genrators->generators 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 geoio->geoip geomery->geometry geometites->geometries geometrc->geometric, geometry, geometrician->geometer geometricians->geometers geometrie->geometry geometrys->geometries geomety->geometry geometyr->geometry geomitrically->geometrically geomoetric->geometric geomoetrically->geometrically geomoetry->geometry geomtry->geometry geomtrys->geometries georeferncing->georeferencing 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 gernerated->generated gernerates->generates gernerating->generating gerneration->generation gernerator->generator gernerators->generators gerneric->generic gernerics->generics gess->guess get's->gets get;s->gets getfastproperyvalue->getfastpropertyvalue getimezone->gettimezone geting->getting getlael->getlabel getoe->ghetto getoject->getobject gettetx->gettext gettitem->getitem, get item, gettitems->getitems, get items, gettter->getter gettters->getters getttext->gettext getttime->gettime getttimeofday->gettimeofday gettting->getting ggogle->goggle, Google, ggogled->Googled ggogles->goggles, Googles, Ghandi->Gandhi ghostscritp->ghostscript ghraphic->graphic gigibit->gigabit gilotine->guillotine gilty->guilty ginee->guinea gingam->gingham gioen->given gir->git giser->geyser gisers->geysers gitar->guitar gitars->guitars gitatributes->gitattributes gived->given, gave, giveing->giving givem->given, give them, give 'em, givveing->giving givven->given givving->giving glamourous->glamorous glight->flight gloab->globe gloabal->global gloabl->global globablly->globally globbal->global globel->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 goess->goes gogether->together gogin->going, Gauguin, goign->going goin->going goind->going golbal->global golbally->globally golbaly->globally gonig->going 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 gradualy->gradually 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 granualtiry->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, greated->greater, grated, graded, greatful->grateful greatfull->grateful, gratefully, greatfully->gratefully greather->greater greif->grief grephic->graphic grestest->greatest greysacles->greyscales gridles->griddles grigorian->Gregorian grobal->global grobally->globally grometry->geometry grooup->group groouped->grouped groouping->grouping grooups->groups grop->group, drop, gropu->group gropus->groups, gropes, groubpy->groupby groupd->grouped groupes->groups, grouped, groupt->grouped grranted->granted gruop->group gruopd->grouped gruops->groups grwo->grow Guaduloupe->Guadalupe, Guadeloupe, Guadulupe->Guadalupe, Guadeloupe, guage->gauge guaranted->guaranteed guaranteey->guaranty guarantes->guarantees guarantie->guarantee 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 guas'->Gauss' guas's->Gauss' guas->Gauss guass'->Gauss' guass->Gauss guassian->Gaussian Guatamala->Guatemala Guatamalan->Guatemalan gud->good gude->guide, good, 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 gylph->glyph gziniflate->gzinflate gziped->gzipped haa->has habaeus->habeas habbit->habit habeus->habeas hability->ability Habsbourg->Habsburg hace->have hach->hatch, hack, hash, hachish->hackish haders->headers, shaders, haters, hadling->handling hadnler->handler 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 hande->handle, hand, 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 handsake->handshake handshacke->handshake handshackes->handshakes handshacking->handshaking handshage->handshake handshages->handshakes handshaging->handshaking handshak->handshake handshakng->handshaking handshakre->handshake handshakres->handshakes handshakring->handshaking handshaks->handshakes handshale->handshake handshales->handshakes handshaling->handshaking handshare->handshake handshares->handshakes handsharing->handshaking handshk->handshake handshke->handshake handshkes->handshakes handshking->handshaking handshkng->handshaking handshks->handshakes handskake->handshake 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, happen, happended->happened happenned->happened happenning->happening happennings->happenings happenns->happens happing->happening, happen, happne->happen happnes->happens, happiness, happpen->happen happpened->happened happpening->happening happpenings->happenings happpens->happens 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 harge->charge harras->harass harrased->harassed harrases->harasses harrasing->harassing harrasment->harassment harrasments->harassments harrass->harass harrassed->harassed harrasses->harassed harrassing->harassing harrassment->harassment harrassments->harassments harth->hearth harware->hardware harwdare->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 hav->have, half, 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 hda->had 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 heloer->helper heloers->helpers helpe->helper 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, herat->heart heree->here heridity->heredity heroe->hero heros->heroes herselv->herself hertiage->heritage hertically->hectically hertzs->hertz hesiate->hesitate hesistant->hesitant hestiate->hesitate hetrogeneous->heterogeneous hetrogenous->heterogenous, heterogeneous, heuristc->heuristic heuristcs->heuristics heursitics->heuristics hevy->heavy hexademical->hexadecimal hexdecimal->hexadecimal hexidecimal->hexadecimal hge->he hiarchical->hierarchical hiarchy->hierarchy hiddden->hidden hidded->hidden hiddin->hidden, hiding, hidding->hiding, hidden, 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 hierarhcical->hierarchical hierarhcically->hierarchically hierarhcies->hierarchies hierarhcy->hierarchy hierchy->hierarchy hieroglph->hieroglyph hieroglphs->hieroglyphs hietus->hiatus higeine->hygiene higer->higher higest->highest high-affort->high-effort highe->high, higher, highs, highes->highest, highs, 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 hirachy->hierarchy hirarchies->hierarchies hirarchy->hierarchy hirarcies->hierarchies hirearchy->hierarchy hirearcy->hierarchy hismelf->himself hisory->history histgram->histogram histocompatability->histocompatibility histori->history, historic, historicians->historians historyan->historian historyans->historians historycal->historical historycally->historically historycaly->historically histroian->historian histroians->historians histroic->historic histroical->historical histroically->historically histroicaly->historically histroies->histories histroy->history histry->history hitogram->histogram hitsingles->hit singles hiygeine->hygiene hnalder->handler hoeks->hoax hoever->however hokay->okay holf->hold holliday->holiday hollowcost->holocaust homapage->homepage homegeneous->homogeneous homestate->home state homogeneize->homogenize homogeneized->homogenized homogenious->homogeneous homogeniously->homogeneously homogenity->homogeneity homogenius->homogeneous homogeniusly->homogeneously 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 horinzontal->horizontal horizntal->horizontal horizonal->horizontal horizontale->horizontal horphan->orphan horrable->horrible horrifing->horrifying horyzontally->horizontally horziontal->horizontal horziontally->horizontally horzontal->horizontal horzontally->horizontally hosited->hoisted hospitible->hospitable hostanme->hostname hostorical->historical hostories->histories hostory->history hostspot->hotspot hostspots->hotspots hotizontal->horizontal hotname->hostname hould->hold, should, hounour->honour houres->hours housand->thousand houskeeping->housekeeping housr->hours, house, hovever->however hovewer->however howerver->however howeverm->however howver->however hradware->hardware hradwares->hardwares hrlp->help hrlped->helped hrlper->helper hrlpers->helpers hrlping->helping hrlps->helps hrough->through hsa->has hsell->shell hsi->his hsitorians->historians hsotname->hostname 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 hundret->hundred, hundreds, hundreths->hundredths hundrets->hundreds hungs->hangs, hung, 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 hyjack->hijack hyjacking->hijacking hypen->hyphen hypenate->hyphenate hypenated->hyphenated hypenates->hyphenates hypenating->hyphenating hypenation->hyphenation hypens->hyphens hyperboly->hyperbole hypervior->hypervisor hypocracy->hypocrisy hypocrasy->hypocrisy hypocricy->hypocrisy hypocrit->hypocrite hypocrits->hypocrites hyposeses->hypotheses hyposesis->hypothesis hypoteses->hypotheses hypotesis->hypothesis hypotethically->hypothetically hypter->hyper hyptothetical->hypothetical hyptothetically->hypothetically hypvervisor->hypervisor hypvervisors->hypervisors hypvisor->hypervisor hypvisors->hypervisors I'sd->I'd i;ll->I'll iamge->image ibrary->library icesickle->icicle icluding->including iconclastic->iconoclastic iconifie->iconify idae->idea idaeidae->idea idaes->ideas idealogies->ideologies idealogy->ideology idefinite->indefinite idelogy->ideology idendifier->identifier idenfifier->identifier idenitify->identify identation->indentation identcial->identical identiable->identifiable idential->identical identicial->identical identidier->identifier identifaction->identification identifcation->identification identifeir->identifier identifeirs->identifiers identifer->identifier identifers->identifiers identificable->identifiable identifictaion->identification identifieer->identifier 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 idividually->individually idividuals->individuals iechart->piechart ifself->itself ifset->if set ignest->ingest ignested->ingested ignesting->ingesting ignests->ingests 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 ihs->his iif->if iimmune->immune iinclude->include iland->island ileagle->illegal ilegal->illegal ilegle->illegal iligal->illegal illegimacy->illegitimacy illegitmate->illegitimate illess->illness illgal->illegal illiegal->illegal illigal->illegal illigitament->illegitimate illistrate->illustrate illustrasion->illustration illution->illusion ilness->illness ilogical->illogical iluminate->illuminate iluminated->illuminated iluminates->illuminates ilumination->illumination iluminations->illuminations 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 imblance->imbalance imbrase->embrace imcoming->incoming imcomming->incoming imcompatibility->incompatibility imcompatible->incompatible imcomplete->incomplete imedatly->immediately imedialy->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 immedaite->immediate immedate->immediate immedately->immediately immedially->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 immutible->immutable imolicit->implicit imolicitly->implicitly imort->import imortable->importable imorted->imported imortes->imports imorting->importing imorts->imports imovable->immovable impcat->impact impcated->impacted impcating->impacting impcats->impacts impecabbly->impeccably impedence->impedance impeed->impede impelement->implement impelementation->implementation impelemented->implemented impelementing->implementing impelements->implements impelentation->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 imperiaal->imperial imperitive->imperative impiled->implied implace->inplace implament->implement implamentation->implementation implamented->implemented implamenting->implementing implaments->implements 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 implementd->implemented 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 impleneted->implemented 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 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 imporove->improve imporoved->improved imporovement->improvement imporovements->improvements imporoves->improves imporoving->improving importamt->important importat->important importd->imported importent->important importnt->important imporv->improve, improv, imporve->improve imporved->improved imporvement->improvement imporvements->improvements imporves->improves imporving->improving imporvment->improvement imposible->impossible impossiblble->impossible impot->import impotr->import, importer, impotrt->import, imported, importer, impove->improve impoved->improved impovement->improvement impovements->improvements impoves->improves impoving->improving impplement->implement impplementating->implementing impplementation->implementation impplemented->implemented impremented->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 improvemen->improvement improvemenet->improvement improvemenets->improvements improvemens->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 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 incoherance->incoherence incoherancy->incoherency incoherant->incoherent incoherantly->incoherently incomapatibility->incompatibility incomapatible->incompatible incomaptible->incompatible incombatibilities->incompatibilities incombatibility->incompatibility incomfort->discomfort, uncomfortable, in comfort, incomfortable->uncomfortable 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 incompatble->incompatible incompatiability->incompatibility incompatiable->incompatible incompatibilies->incompatibilities incompatiblities->incompatibilities incompatiblity->incompatibility incompetance->incompetence incompetant->incompetent incompete->incomplete incompleate->incomplete incompleete->incomplete incomptable->incompatible incomptetent->incompetent incomptible->incompatible inconcistencies->inconsistencies inconcistency->inconsistency inconcistent->inconsistent inconditional->unconditional inconditionally->unconditionally inconfort->discomfort, uncomfortable, in comfort, inconfortable->uncomfortable inconisistent->inconsistent inconsisent->inconsistent inconsisently->inconsistently inconsisntency->inconsistency inconsistancy->inconsistency inconsistant->inconsistent inconsisten->inconsistent inconsistend->inconsistent inconsistendly->inconsistently inconsistendt->inconsistent inconsistendtly->inconsistently inconsistenly->inconsistently inconsistented->inconsistent inconsisteny->inconsistency, inconsistent, inconsitant->inconsistent inconsitency->inconsistency 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 incoperate->incorporate incoperated->incorporated incoperates->incorporates incoperating->incorporating incoporate->incorporate incoporated->incorporated incoporates->incorporates incoporating->incorporating incoprorate->incorporate incoprorated->incorporated incoprorates->incorporates incoprorating->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 incorrecly->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 incremeted->incremented incremnet->increment increse->increase incresed->increased increses->increases incresing->increasing 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 inculde->include inculded->included inculdes->includes inculding->including incunabla->incunabula incure->incur incurruptable->incorruptible incurruptible->incorruptible incvalid->invalid indcates->indicates indciate->indicate inddex->index indecate->indicate indeces->indices indecies->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 indentifer->identifier indentification->identification indentified->identified indentifier->identifier indentifies->identifies indentifing->identifying indentify->identify indentifying->identifying indentit->identity indentity->identity indenx->index indepandance->independence indepdence->independence indepdencente->independence indepdendance->independence indepdendant->independent indepdendantly->independently indepdendence->independence indepdendency->independency indepdendent->independent indepdendently->independently indepdendet->independent indepdendetly->independently indepdenence->independence indepdenent->independent indepdenently->independently indepdent->independent indepdented->independent indepdentedly->independently indepdently->independently indepedantly->independently indepedence->independence indepedent->independent independ->independent independance->independence independant->independent independantly->independently independece->independence independed->independent independedly->independently independend->independent independendet->independent independet->independent independly->independently independnent->independent independnet->independent independnt->independent independntly->independently independt->independent independtly->independently indepenendence->independence 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, indicats->indicates, indicate, indicees->indices indiciate->indicate indiciated->indicated indiciates->indicates indiciating->indicating indicies->indices indicte->indicate indictement->indictment indictes->indicates indictor->indicator indide->inside indien->indian, endian, indiens->indians, endians, indigineous->indigenous indipendence->independence indipendent->independent indipendently->independently indiquate->indicate indiquates->indicates indirecty->indirectly indispensible->indispensable indisputible->indisputable indisputibly->indisputably indistiguishable->indistinguishable indivdual->individual indivdually->individually indivdualy->individually individaul->individual individaully->individually individauls->individuals individauly->individually individial->individual individualy->individually individuel->individual individuelly->individually individuely->individually indiviual->individual indiviually->individually indiviuals->individuals 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 inerface->interface inernal->internal inerrupt->interrupt inershia->inertia inershial->inertial inertion->insertion ines->lines inestart->linestart inetrrupts->interrupts inevatible->inevitable inevitible->inevitable inevititably->inevitably inexistant->inexistent inexpect->inexpected inexperiance->inexperience inexperianced->inexperienced inexpierence->inexperience inexpierenced->inexperienced inexpirience->inexperience inexpirienced->inexperienced infact->in fact infalability->infallibility infallable->infallible infaltable->inflatable, infallible, infalte->inflate infalted->inflated infaltes->inflates infalting->inflating infectuous->infectious infered->inferred inferface->interface infering->inferring inferrable->inferable inferrence->inference infex->index infilitrate->infiltrate infilitrated->infiltrated infilitration->infiltration infinately->infinitely infininte->infinite 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 infomational->informational infomed->informed infomer->informer infoms->informs infor->info inforamtion->information inforation->information inforational->informational inforce->enforce inforced->enforced informaion->information informaiton->information informatation->information informatations->information informatikon->information informatin->information, informing, informatins->information informatio->information informatiom->information informations->information informatoin->information informatoins->information informaton->information informfation->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 inherrit->inherit inherritance->inheritance inherrited->inherited inherriting->inheriting inherrits->inherits inhertiance->inheritance inhertig->inheriting, inherited, inherting->inheriting inhomogenous->inhomogeneous inialized->initialized iniate->initiate 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 initalialization->initialization 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 initialiazation->initialization initialiaze->initialize initialiazed->initialized initialied->initialized initialilzing->initializing initialisiert->initialised, initialized, initialiting->initializing initialitze->initialize initialitzing->initializing initializaing->initializing initializaiton->initialization initializatin->initialization initializationg->initialization initializeing->initializing initializiation->initialization initializong->initializing initializs->initialize, initializes, initialse->initialise, initialize, initialsed->initialised, initialized, initialses->initialises, initializes, initialsing->initialising 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 initiialise->initialise initiialize->initialize initilialised->initialised initilialized->initialized 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 inititate->initiate 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 inlclude->include inlcluded->included inlcludes->includes inlcluding->including inlcludion->inclusion inlclusive->inclusive inlcude->include inlcuded->included inlcudes->includes inlcuding->including inlcusion->inclusion inlcusive->inclusive inlin->inline inlude->include inluded->included inludes->includes inluding->including inludung->including inluence->influence inlusive->inclusive inmediate->immediate inmediatelly->immediately inmediately->immediately inmediatily->immediately inmediatly->immediately inmense->immense 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 inout->input, in out, inouts->inputs inpact->impact inpacted->impacted inpacting->impacting inpacts->impacts inpeach->impeach inpending->impending inpenetrable->impenetrable 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, inputed->inputted inputsream->inputstream inpuut->input inreractive->interactive inrerface->interface inro->into ins't->isn't insallation->installation insalled->installed insance->instance, insane, inscpeting->inspecting insctuction->instruction insctuctions->instructions insde->inside insectiverous->insectivorous insensative->insensitive insensetive->insensitive insensistive->insensitive insensistively->insensitively insensitivy->insensitivity insensitve->insensitive insenstive->insensitive insenstively->insensitively insepect->inspect insepected->inspected insepection->inspection insepects->inspects insependent->independent 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 insititute->institute insitution->institution insitutions->institutions insonsistency->inconsistency inspite->in spite, inspire, instabce->instance instace->instance instaces->instances instaciate->instantiate instad->instead instade->instead instaead->instead instaed->instead instal->install instalation->installation instalations->installations instaled->installed instaling->installing installaion->installation installaiton->installation installaitons->installations 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 instanes->instances 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 insteance->instance insted->instead insteead->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 instruccion->instruction instruccions->instructions 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 insurasnce->insurance 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 integarte->integrate integarted->integrated integartes->integrates integeral->integral integere->integer 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 intelligable->intelligible intemediary->intermediary intenational->international intendet->intended inteneded->intended intension->intention intensional->intentional intensionally->intentionally intensionaly->intentionally intensitive->insensitive, intensive, intentation->indentation intented->intended, indented, intentended->intended intentially->intentionally intentialy->intentionally intentionaly->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, intervals, integrals, 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 interepret->interpret interepretation->interpretation interepretations->interpretations interepreted->interpreted interepreting->interpreting intereprets->interprets 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 intereview->interview interfal->interval interfals->intervals interfave->interface interfaves->interfaces interfcae->interface interfcaes->interfaces 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 interit->inherit interitance->inheritance interited->inherited interiting->inheriting interits->inherits interliveing->interleaving interlly->internally interm->interim, intern, intermeidate->intermediate intermidiate->intermediate intermittant->intermittent intermperance->intemperance internall->internal, internally, internaly->internally internatinal->international internatioanl->international internation->international internel->internal internels->internals internface->interface interogators->interrogators interopeable->interoperable interoprability->interoperability interperated->interpreted interperter->interpreter interpet->interpret interpetation->interpretation interpeted->interpreted interpeter->interpreter interpeters->interpreters interpeting->interpreting interpets->interprets interploate->interpolate interploated->interpolated interploates->interpolates interploatin->interpolating interploation->interpolation 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 interpretions->interpretations interpretor->interpreter interprett->interpret interpretted->interpreted interpretter->interpreter interpretting->interpreting interract->interact interracting->interacting interractive->interactive interracts->interacts interrest->interest interrested->interested interresting->interesting interrface->interface interrim->interim interript->interrupt interrput->interrupt interrputed->interrupted interrrupt->interrupt interrrupted->interrupted interrrupting->interrupting interrrupts->interrupts interrtups->interrupts interrugum->interregnum interrum->interim interrup->interrupt 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 interuupt->interrupt 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 intiial->initial intiialise->initialise intiialize->initialize intimite->intimate intinite->infinite intitial->initial intitialization->initialization intitialize->initialize intitialized->initialized intitials->initials intity->entity intot->into intpreter->interpreter intput->input intputs->inputs intquire->inquire, enquire, intquired->inquired, enquired, intquires->inquires, enquires, intquiries->inquiries, enquiries, intquiry->inquiry, enquiry, intraversion->introversion intravert->introvert intraverts->introverts intrduced->introduced intreeg->intrigue intreeged->intrigued intreeging->intriguing intreegued->intrigued intreeguing->intriguing intreface->interface intregral->integral intrerrupt->interrupt intresst->interest intressted->interested intressting->interesting intrest->interest, insert, intrested->interested intresting->interesting intriduce->introduce intriduced->introduced intriduction->introduction intrisinc->intrinsic intrisincs->intrinsics introdued->introduced introduse->introduce introdused->introduced introduses->introduces introdusing->introducing introsepectable->introspectable 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 intterrupt->interrupt intuative->intuitive inturpratasion->interpretation inturpratation->interpretation inturprett->interpret intutive->intuitive intutively->intuitively inudstry->industry inumerable->enumerable, innumerable, inut->input invaid->invalid invaild->invalid invailid->invalid invalaid->invalid invald->invalid invaldates->invalidates invalde->invalid invalidatiopn->invalidation invalide->invalid invalidiate->invalidate 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 inveting->inverting inviation->invitation invididual->individual invidual->individual invidually->individually invisble->invisible invisblity->invisibility invisiable->invisible invisibile->invisible invisivble->invisible invlaid->invalid invlid->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 iomaped->iomapped ionde->inode iound->round, wound, iplementation->implementation ipmrovement->improvement ipmrovements->improvements iput->input ireelevant->irrelevant irelevent->irrelevant iresistable->irresistible iresistably->irresistibly iresistible->irresistible iresistibly->irresistibly iritable->irritable iritate->irritate iritated->irritated iritating->irritating ironicly->ironically irradate->irradiate irradation->irradiation irregularties->irregularities irregulier->irregular irregulierties->irregularities irrelavent->irrelevant irrelevent->irrelevant irrelvant->irrelevant irreplacable->irreplaceable irreplacalbe->irreplaceable irreproducable->irreproducible irresepective->irrespective irresistable->irresistible irresistably->irresistibly irreversable->irreversible is'nt->isn't isconnection->isconnected iscrated->iscreated iself->itself iselfe->itself 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, it's, sit, list, istalling->installing istance->instance istead->instead istened->listened istener->listener isteners->listeners istening->listening ists->its, lists, isue->issue iteartor->iterator iteger->integer itegral->integral itegrals->integrals iten->item itens->items itention->intention itentional->intentional itentionally->intentionally itentionaly->intentionally iterater->iterator iteratered->iterated iteratons->iterations itereating->iterating iterface->interface iterfaces->interfaces iterm->term, item, intern, iternations->iterations iterpreter->interpreter iterrupt->interrupt itertation->iteration iteself->itself itesm->items 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 itselv->itself itsems->items itslef->itself itslev->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 JavaSciript->JavaScript javascritp->javascript javascropt->javascript javasript->javascript javasrript->javascript jave->java, have, javsscript->javascript jeapardy->jeopardy jeffies->jiffies jelous->jealous jelousy->jealousy jelusey->jealousy jepordize->jeopardize jewl->Jew, jewel, jewllery->jewellery jitterr->jitter jitterring->jittering 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 jumpimng->jumping jumpt->jumped, jump, juristiction->jurisdiction juristictions->jurisdictions jus->just juse->just, juice, Jude, June, justfied->justified justication->justification justifed->justified justs->just juxt->just juxtification->justification juxtifications->justifications juxtified->justified juxtifies->justifies juxtifying->justifying kake->cake, take, kazakstan->Kazakhstan keep-alives->keep-alive keept->kept kenel->kernel, kennel, kenels->kernels, kennels, kenerl->kernel kenerls->kernels kenrel->kernel kenrels->kernels kepping->keeping kepps->keeps kerenl->kernel kerenls->kernels kernal->kernel kernals->kernels kernerl->kernel kernerls->kernels ket->kept keword->keyword kewords->keywords kewword->keyword kewwords->keywords keybaord->keyboard keybaords->keyboards keyboaard->keyboard keyboaards->keyboards keyboad->keyboard keyboads->keyboards keybooard->keyboard keybooards->keyboards keyborad->keyboard keyborads->keyboards keybord->keyboard keybords->keyboards keybroad->keyboard keybroads->keyboards keyevente->keyevent keyords->keywords keyoutch->keytouch keyowrd->keyword keypair->key pair keypairs->key pairs 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 knive->knife kno->know knowlage->knowledge knowlageable->knowledgeable knowlegde->knowledge knowlege->knowledge knowlegeabel->knowledgeable knowlegeable->knowledgeable knwo->know knwoing->knowing knwoingly->knowingly knwon->known knwos->knows kocalized->localized konw->know konwn->known konws->knows koordinate->coordinate koordinates->coordinates kown->known kubenates->Kubernetes kubenernetes->Kubernetes kubenertes->Kubernetes kubenetes->Kubernetes kubenretes->Kubernetes kuberenetes->Kubernetes kuberentes->Kubernetes kuberetes->Kubernetes kubermetes->Kubernetes kubernates->Kubernetes kubernests->Kubernetes kubernete->Kubernetes kuberntes->Kubernetes kwno->know kwoledgebase->knowledge base kyrillic->cyrillic labatory->lavatory, laboratory, labed->labeled labeld->labelled labirinth->labyrinth 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, latets->latest lating->latin latitide->latitude latitue->latitude latitute->latitude latops->laptops latset->latest lattitude->latitude lauch->launch lauched->launched laucher->launcher lauches->launches lauching->launching lauguage->language launchs->launch, launches, launck->launch launhed->launched lavae->larvae lavel->level, laravel, laveled->leveled laveling->leveling lavelling->levelling lavels->levels layed->laid lazer->laser lazyness->laziness lcoal->local, coal, lcoally->locally lcoation->location lcuase->clause leaast->least leace->leave leack->leak leagacy->legacy leagal->legal leagalise->legalise leagality->legality leagalize->legalize leagcy->legacy leage->league leagel->legal leagelise->legalise leagelity->legality leagelize->legalize leageue->league leagl->legal leaglise->legalise leaglity->legality leaglize->legalize leanr->lean, learn, leaner, leapyear->leap year leapyears->leap years leary->leery leaset->least leat->lead, leak, least, leaf, leathal->lethal leats->least leaveing->leaving leavong->leaving lefted->left legac->legacy legact->legacy legalimate->legitimate legasy->legacy 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 lengt->length lengten->lengthen lengtext->longtext lengthes->lengths lengthh->length lengts->lengths leniant->lenient leninent->lenient lentgh->length lentghs->lengths lenth->length lenths->lengths leran->learn leraned->learned lerans->learns lern->learn, lean, lerned->learned, learnt, leaned, lerning->learning, leaning, 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 leyered->layered leyering->layering leyers->layers liares->liars 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, libraarie->library libraaries->libraries libraary->library librabarie->library librabaries->libraries librabary->library librabie->library librabies->libraries librabrie->library librabries->libraries librabry->library libraby->library libraie->library libraier->library libraies->libraries libraiesr->libraries libraire->library libraires->libraries librairies->libraries librairy->library libralie->library libralies->libraries libraly->library libraris->libraries librarries->libraries librarry->library libratie->library libraties->libraries libraty->library libray->library librayr->library libreoffie->libreoffice libreoficekit->libreofficekit libreries->libraries librery->library libries->libraries libstc++->libstdc++ licate->locate licated->located lication->location lications->locations licenceing->licencing licese->license lieing->lying liek->like liekd->liked lient->client, clients, liesure->leisure lieuenant->lieutenant liev->live lieved->lived lifceycle->lifecycle lifecyle->lifecycle lifes->lives liftime->lifetime ligh->light, lie, lye, ligher->lighter, liar, liger, lighers->lighters, liars, ligers, lightweigh->lightweight lightwieght->lightweight lightwight->lightweight lightyear->light year lightyears->light years ligth->light lik->like, lick, link, likeley->likely likelyhood->likelihood likewis->likewise likly->likely 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 limti->limit limts->limits lincese->license lincesed->licensed linceses->licenses linearily->linearly, linearity, linerisation->linearisation linerisations->linearisations linewdith->linewidth linez->lines lingth->length linheight->lineheight linke->linked linkfy->linkify linnaena->linnaean lintain->lintian linz->lines lippizaner->lipizzaner liquify->liquefy liscense->license, licence, lisence->license, licence, lisense->license, licence, lisetning->listening lising->listing listapck->listpack listbbox->listbox listeing->listening listeneres->listeners listenes->listens listensers->listeners listenter->listener listenters->listeners listernes->listeners listner->listener listners->listeners litaral->literal litarally->literally litarals->literals litature->literature liteautrue->literature literaly->literally literture->literature litle->little litquid->liquid litquids->liquids lits->list litte->little littel->little littel-endian->little-endian littele->little littelry->literally litteral->literal litterally->literally litterals->literals litterate->literate litterature->literature liuke->like liveing->living livel->level livetime->lifetime livley->lively lizens->license lizense->license lizensing->licensing lke->like lmits->limits loaader->loader loacal->local loacality->locality loacally->locally loacation->location loaction->location loactions->locations loadig->loading loadin->loading loadning->loading locae->locate locaes->locates locahost->localhost locaiing->locating locailty->locality locaing->locating locaion->location locaions->locations locaise->localise locaised->localised locaiser->localiser locaises->localises locaite->locate locaites->locates locaiting->locating locaition->location locaitions->locations locaiton->location locaitons->locations locaize->localize locaized->localized locaizer->localizer locaizes->localizes localation->location localed->located localtion->location localtions->locations localzation->localization locatins->locations loccked->locked locgical->logical lockingf->locking lod->load loding->loading loev->love logarithmical->logarithmically logaritmic->logarithmic logcal->logical loged->logged, lodged, longed, loger->logger, lodger, longer, loggging->logging loggin->login, logging, logicaly->logically logictech->logitech logile->logfile loging->logging, lodging, logitude->longitude logoic->logic logrithm->logarithm logwritter->logwriter loign->login lokal->local lokale->locale lokaly->locally lolal->total lonber->longer lond->long lonelyness->loneliness long-runnign->long-running longe->longer, lounge, longers->longer longitudonal->longitudinal longitue->longitude longitute->longitude longst->longest longuer->longer lonley->lonely lonly->lonely, only, loobpack->loopback lookes->looks looknig->looking looop->loop loopup->lookup loosley->loosely loosly->loosely loosy->lossy, lousy, losd->lost, loss, lose, load, losely->loosely losen->loosen losened->loosened losted->listed, lost, lasted, lotation->rotation, flotation, lotharingen->Lothringen lowd->load, low, loud, lpatform->platform lsat->last, slat, sat, lsit->list, slit, sit, lsits->lists, slits, sits, lukid->lucid, Likud, luminose->luminous luminousity->luminosity lveo->love lvoe->love Lybia->Libya maake->make mabe->maybe mabye->maybe maccro->macro maccros->macros 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 magent->magenta, magnet, magincian->magician magisine->magazine magizine->magazine magnatiude->magnitude magnatude->magnitude magnificient->magnificent magolia->magnolia mahcine->machine maibe->maybe maibox->mailbox mailformed->malformed mailling->mailing maillinglist->mailing list maillinglists->mailing lists mailny->mainly maininly->mainly mainling->mailing 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 mangaed->managed mangaement->management mangaer->manager, manger, mangaers->managers, mangers, mangager->manager mangagers->managers mangement->management mangementt->management manifacture->manufacture manifacturer->manufacturer manifacturers->manufacturers manifect->manifest manipluate->manipulate manipluated->manipulated manipulatin->manipulating manipulaton->manipulation manisfestations->manifestations maniuplate->manipulate maniuplated->manipulated maniuplates->manipulates maniuplating->manipulating maniuplation->manipulation maniuplations->manipulations maniuplator->manipulator maniuplators->manipulators mannor->manner mannual->manual mannually->manually mannualy->manually manoeuverability->maneuverability manoeuvering->maneuvering manouevring->manoeuvring manouver->maneuver, manoeuvre, manouverability->maneuverability, manoeuvrability, manouverable->maneuverable, manoeuvrable, manouvers->maneuvers, manoeuvres, mantain->maintain mantainable->maintainable mantained->maintained mantainer->maintainer mantainers->maintainers mantaining->maintaining mantains->maintains mantanine->maintain mantanined->maintained mantatory->mandatory mantenance->maintenance manualy->manually manualyl->manually manualyy->manually manuell->manual manuelly->manually manuever->maneuver, manoeuvre, manuevers->maneuvers, manoeuvres, manufacturedd->manufactured manufature->manufacture manufatured->manufactured manufaturing->manufacturing manufaucturing->manufacturing manulally->manually manully->manually manupilations->manipulations manupulate->manipulate manupulated->manipulated manupulates->manipulates manupulating->manipulating 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 marger->merger, marker, margers->mergers, markers, marging->margin, merging, margings->margins mariabd->MariaDB mariage->marriage marjority->majority markes->marks, marked, markers, marketting->marketing marmelade->marmalade marrage->marriage marraige->marriage marrtyred->martyred marryied->married marter->martyr masakist->masochist mashetty->machete mashine->machine mashined->machined 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 masteer->master masterbation->masturbation mastquerade->masquerade mata->meta, mater, mata-data->meta-data matadata->metadata matainer->maintainer matainers->maintainers mataphysical->metaphysical matatable->metatable matc->match matchies->matches matchign->matching matchin->matching matchs->matches matcing->matching mateial->material, metal, mateials->materials, metals, mateiral->material mateirals->materials matemathical->mathematical materaial->material materaials->materials materail->material materails->materials materalists->materialist materiasl->materials, material, materil->material materilism->materialism materilize->materialize materils->materials materla->material materlas->materials mathamatics->mathematics mathces->matches mathcing->matching mathed->matched mathematicaly->mathematically mathematican->mathematician mathematicas->mathematics mathes->matches mathetician->mathematician matheticians->mathematicians mathimatic->mathematic mathimatical->mathematical mathimatically->mathematically mathimatician->mathematician mathimaticians->mathematicians mathimatics->mathematics mathing->matching mathmatical->mathematical mathmatically->mathematically mathmatician->mathematician mathmaticians->mathematicians mathod->method matix->matrix matser->master matzch->match maube->maybe, mauve, mavrick->maverick maximim->maximum maximimum->maximum maximium->maximum maximun->maximum maxinum->maximum maxium->maximum maxiumum->maximum maxosx->macosx maxumum->maximum maybee->maybe mayu->may mazilla->Mozilla mccarthyst->mccarthyist mchanic->mechanic mchanical->mechanical mchanically->mechanically mchanicals->mechanicals mchanics->mechanics mchanism->mechanism mchanisms->mechanisms mcroscope->microscope mcroscopes->microscopes mcroscopic->microscopic mcroscopies->microscopies mcroscopy->microscopy mdoel->model mdoeled->modeled mdoeling->modeling mdoelled->modelled mdoelling->modelling mdoels->models 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, measurd->measured, measure, 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 mebrain->membrane mebrains->membranes mebran->membrane mebrans->membranes mecahinsm->mechanism mecahinsms->mechanisms mecahnic->mechanic mecahnics->mechanics mecahnism->mechanism mecanism->mechanism mecanisms->mechanisms mechamism->mechanism mechamisms->mechanisms mechananism->mechanism mechancial->mechanical mechandise->merchandise mechanim->mechanism mechanims->mechanisms mechanis->mechanism mechansim->mechanism mechansims->mechanisms mechine->machine mechines->machines mechinism->mechanism mechnanism->mechanism mechnism->mechanism mechnisms->mechanisms medacine->medicine medai->media medeival->medieval medevial->medieval medhod->method medhods->methods mediciney->medicine, medicinal, mediciny->medicine, medicinal, medievel->medieval mediterainnean->mediterranean Mediteranean->Mediterranean meeds->needs meens->means meerkrat->meerkat meetign->meeting meganism->mechanism mege->merge mehods->methods mehtod->method mehtods->methods meida->media melieux->milieux membran->membrane membranaphone->membranophone membrans->membranes 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 memmber->member memmory->memory memoery->memory memomry->memory memor->memory mempry->memory memroy->memory menally->mentally menas->means menetion->mention menetioned->mentioned menetioning->mentioning menetions->mentions menion->mention, minion, menioned->mentioned menions->mentions, minions, 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 mergable->mergeable merget->merge mergge->merge mergged->merged mergging->merging merly->merely mermory->memory merory->memory merrors->mirrors mesage->message mesages->messages mesaureed->measured meshe->mesh, meshed, meshes, messae->message, messy, messaes->messages messag->message messagetqueue->messagequeue messagin->messaging messagoe->message messags->messages messagses->messages messanger->messenger messangers->messengers messave->message messenging->messaging messgaes->messages messge->message messges->messages messsage->message messsages->messages messure->measure messured->measured messurement->measurement messures->measures messuring->measuring messurment->measurement mesure->measure mesured->measured mesurement->measurement mesurements->measurements mesures->measures mesuring->measuring mesurment->measurement meta-attrubute->meta-attribute meta-attrubutes->meta-attributes meta-progamming->meta-programming metacharater->metacharacter metacharaters->metacharacters metalic->metallic metalurgic->metallurgic metalurgical->metallurgical metalurgy->metallurgy metamorphysis->metamorphosis metapackge->metapackage metapackges->metapackages metaphore->metaphor metaphoricial->metaphorical metaprogamming->metaprogramming 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 methodd->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 micorcodes->microcodes Micorsoft->Microsoft micoscope->microscope micoscopes->microscopes micoscopic->microscopic micoscopies->microscopies micoscopy->microscopy Micosoft->Microsoft micrcontroller->microcontroller micrcontrollers->microcontrollers microcontroler->microcontroller microcontrolers->microcontrollers Microfost->Microsoft microntroller->microcontroller microntrollers->microcontrollers micropone->microphone micropones->microphones microprocesspr->microprocessor microprocessprs->microprocessors microseond->microsecond microseonds->microseconds Microsft->Microsoft microship->microchip microships->microchips Microsof->Microsoft Microsofot->Microsoft Micrsft->Microsoft Micrsoft->Microsoft midified->modified migrateable->migratable migt->might, midget, migth->might miinimisation->minimisation miinimise->minimise miinimised->minimised miinimises->minimises miinimising->minimising miinimization->minimization miinimize->minimize miinimized->minimized miinimizes->minimizes miinimizing->minimizing miinimum->minimum mikrosecond->microsecond mikroseconds->microseconds milage->mileage milages->mileages mileau->milieu milennia->millennia milennium->millennium mileu->milieu miliary->military miligram->milligram milimeter->millimeter milimeters->millimeters milimetre->millimetre milimetres->millimetres milimiters->millimeters milion->million miliraty->military milisecond->millisecond miliseconds->milliseconds milisecons->milliseconds milivolts->millivolts milleneum->millennium millenia->millennia millenial->millennial millenialism->millennialism millenials->millennials millenium->millennium millepede->millipede milliescond->millisecond milliesconds->milliseconds millioniare->millionaire millioniares->millionaires millisencond->millisecond millisenconds->milliseconds milliseond->millisecond milliseonds->milliseconds millitant->militant millitary->military millon->million millsecond->millisecond millseconds->milliseconds 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 minimam->minimum minimial->minimal minimium->minimum minimsation->minimisation minimse->minimise minimsed->minimised minimses->minimises minimsing->minimising minimumm->minimum minimumn->minimum minimun->minimum minimzation->minimization minimze->minimize minimzed->minimized minimzes->minimizes minimzing->minimizing mininal->minimal mininum->minimum miniscule->minuscule miniscully->minusculely ministery->ministry, minister, miniture->miniature minium->minimum miniums->minimums miniumum->minimum minmal->minimal minmum->minimum minsitry->ministry minstries->ministries minstry->ministry mintor->mentor, monitor, mintored->mentored, monitored, mintoring->mentoring, monitoring, mintors->mentors, monitors, minum->minimum minumum->minimum minuscle->minuscule minusculy->minusculely, minuscule, minuts->minutes miplementation->implementation mirconesia->micronesia mircophone->microphone mircophones->microphones mircoscope->microscope mircoscopes->microscopes mircosoft->Microsoft mirgate->migrate mirgated->migrated mirgates->migrates miror->mirror, minor, mirored->mirrored miroring->mirroring mirorr->mirror mirorred->mirrored mirorring->mirroring mirorrs->mirrors mirors->mirrors, minors, 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 misalinged->misaligned 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 misformed->malformed misfourtunes->misfortunes misile->missile mising->missing misintepret->misinterpret misintepreted->misinterpreted misinterprett->misinterpret misinterpretted->misinterpreted misisng->missing mismach->mismatch mismached->mismatched mismaches->mismatches mismaching->mismatching mismactch->mismatch 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 missign->missing missin->mission, missing, missings->missing Missisipi->Mississippi Missisippi->Mississippi missle->missile missleading->misleading missmanaged->mismanaged 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 mistatch->mismatch mistatchd->mismatched mistatched->mismatched mistatches->mismatches mistatching->mismatching misterious->mysterious mistery->mystery misteryous->mysterious mistmatches->mismatches mittigate->mitigate miximum->maximum mixted->mixed mixure->mixture mjor->major mkae->make mkaes->makes mkaing->making mke->make mkea->make mmaped->mapped mmatching->matching mmbers->members mmnemonic->mnemonic mnay->many moast->most, moat, mobify->modify mocrochip->microchip mocrochips->microchips mocrocode->microcode mocrocodes->microcodes mocrocontroller->microcontroller mocrocontrollers->microcontrollers mocrophone->microphone mocrophones->microphones mocroprocessor->microprocessor mocroprocessors->microprocessors mocrosecond->microsecond mocroseconds->microseconds Mocrosoft->Microsoft mocule->module mocules->modules moddel->model moddels->models modell->model moderm->modem modernination->modernization moderninations->modernizations moderninationz->modernizations modernizationz->modernizations modesettting->modesetting modeul->module modeuls->modules modfel->model modfiable->modifiable modfication->modification modfications->modifications modfide->modified modfided->modified modfider->modifier modfiders->modifiers modfides->modifies modfied->modified modfieid->modified modfieir->modifier modfieirs->modifiers modfieis->modifies modfier->modifier modfiers->modifiers modfies->modifies modfifiable->modifiable modfification->modification modfifications->modifications modfified->modified modfifier->modifier modfifiers->modifiers modfifies->modifies modfify->modify modfifying->modifying modfiiable->modifiable modfiication->modification modfiications->modifications modfitied->modified modfitier->modifier modfitiers->modifiers modfities->modifies modfity->modify modfitying->modifying modfiy->modify modfiying->modifying 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 modifified->modified modifify->modify 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 modprobbing->modprobing modprobeing->modprobing modtified->modified modue->module moduel->module moduels->modules moduile->module 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 moint->mount moleclues->molecules momement->moment momementarily->momentarily momements->moments momemtarily->momentarily momemtary->momentary momemtn->moment momentarely->momentarily momento->memento momery->memory momoent->moment momoment->moment momomentarily->momentarily momomento->memento, moment, momomentos->mementos, moments, momoments->moments mone->mono, money, none, monestaries->monasteries monestary->monastery, monetary, monestic->monastic monickers->monikers monitary->monetary moniter->monitor monitoing->monitoring monkies->monkeys monochorome->monochrome monochromo->monochrome monocrome->monochrome monolite->monolithic monontonicity->monotonicity monopace->monospace monotir->monitor monotired->monitored monotiring->monitoring monotirs->monitors 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 motation->notation, rotation, motivation, moteur->motor moteured->motored moteuring->motoring moteurs->motors mothing->nothing motiviated->motivated motiviation->motivation motononic->monotonic motoroloa->motorola moudle->module moudule->module 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 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 movied->moved, movie, movment->movement mozila->Mozilla mozzilla->mozilla mroe->more MSDOS->MS-DOS mssing->missing mthod->method mtuually->mutually mucuous->mucous muder->murder mudering->murdering mudule->module mudules->modules muext->mutex mulithread->multithread mulitpart->multipart mulitpath->multipath mulitple->multiple mulitplicative->multiplicative mulitplied->multiplied mulitplier->multiplier mulitpliers->multipliers multi-dimenional->multi-dimensional multi-dimenionsal->multi-dimensional multi-langual->multi-lingual multi-presistion->multi-precision multi-threded->multi-threaded multible->multiple multibye->multibyte multicat->multicast multicultralism->multiculturalism multidimenional->multi-dimensional multidimenionsal->multi-dimensional multidimensinal->multidimensional multidimensionnal->multidimensional multidimentionnal->multidimensional multiecast->multicast multifuction->multifunction multilangual->multilingual multile->multiple multilpe->multiple multipe->multiple multipes->multiples multipiler->multiplier multipilers->multipliers multipl->multiple, multiply, multipled->multiplied multipler->multiplier, multiple, multiplers->multipliers multipliciaton->multiplication multiplicites->multiplicities multiplicty->multiplicity multiplikation->multiplication multipresistion->multiprecision multipul->multiple multipy->multiply multipyling->multiplying multithreded->multithreaded multitute->multitude multivriate->multivariate multixsite->multisite multliple->multiple multliples->multiples multliplied->multiplied multliplier->multiplier multlipliers->multipliers multliplies->multiplies multliply->multiply multliplying->multiplying multple->multiple multplied->multiplied multplier->multiplier multpliers->multipliers 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 mutablity->mutability mutbale->mutable mutch->much mutches->matches mutecies->mutexes mutexs->mutexes muti->multi muticast->multicast mutices->mutexes mutiindex->multi index, multi-index, multiindex, mutilcast->multicast mutiliated->mutilated mutimarked->multimarked mutipath->multipath mutipl->multiple, multiply, mutiple->multiple mutiply->multiply mutli->multi mutli-threaded->multi-threaded mutlipart->multipart mutliple->multiple mutlipler->multiplier, multiple, mutliples->multiples mutliplication->multiplication mutliplicites->multiplicities mutliplier->multiplier mutlipliers->multipliers mutliply->multiply mutully->mutually mutux->mutex mutuxes->mutexes mutuxs->mutexes muyst->must myabe->maybe mybe->maybe mye->may, my, myitereator->myiterator myraid->myriad mysef->myself mysefl->myself mysekf->myself myselfe->myself myselfes->myself myselv->myself myselve->myself myselves->myself myslef->myself mysogynist->misogynist mysogyny->misogyny mysterous->mysterious mystql->mysql Mythraic->Mithraic myu->my nadly->badly naerly->nearly, gnarly, nagative->negative nagatively->negatively nagatives->negatives nagivation->navigation naieve->naive namd->named, name, namemespace->namespace namepace->namespace namepsace->namespace namepsaces->namespaces namesd->named, names, namesspaces->namespaces namme->name namne->name namned->named namnes->names namnespace->namespace namnespaces->namespaces nams->names nane->name nanosencond->nanosecond nanosenconds->nanoseconds nanoseond->nanosecond nanoseonds->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 nax->max, nad, naxima->maxima naximal->maximal naximum->maximum 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 neccisary->necessary 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 necssary->necessary ned->need nedd->need nedded->needed neded->needed nedia->media nedium->medium nediums->mediums nedle->needle nedles->needles, needless, nedless->needless, needles, neede->needed, need, needeed->needed neeed->need neeeded->needed neeeding->needing neeedle->needle neeedles->needles, needless, neeedless->needless, needles, 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, neighbar->neighbor neighbarhood->neighborhood neighbarhoods->neighborhoods neighbaring->neighboring neighbars->neighbors neighbbor->neighbor neighbborhood->neighborhood neighbborhoods->neighborhoods neighbboring->neighboring neighbbors->neighbors neighbeard->neighborhood neighbeards->neighborhoods neighbehood->neighborhood neighbehoods->neighborhoods neighbeing->neighboring neighbeod->neighborhood neighbeods->neighborhoods neighbeor->neighbor neighbeordhood->neighborhood neighbeordhoods->neighborhoods neighbeorhod->neighborhood neighbeorhods->neighborhoods neighbeorhood->neighborhood neighbeorhoods->neighborhoods neighbeors->neighbors neighber->neighbor neighbergh->neighbor neighberghs->neighbors neighberhhod->neighborhood neighberhhods->neighborhoods neighberhhood->neighborhood neighberhhoods->neighborhoods neighberhing->neighboring neighberhod->neighborhood neighberhodd->neighborhood neighberhodds->neighborhoods neighberhods->neighborhoods neighberhood->neighborhood neighberhooding->neighboring neighberhoods->neighborhoods neighberhoof->neighborhood neighberhoofs->neighborhoods neighberhoood->neighborhood neighberhooods->neighborhoods neighberhoor->neighbor neighberhoors->neighbors neighberhoud->neighborhood neighberhouds->neighborhoods neighbering->neighboring neighbers->neighbors neighbes->neighbors neighbet->neighbor neighbethood->neighborhood neighbethoods->neighborhoods neighbets->neighbors neighbeuing->neighbouring neighbeurgh->neighbour neighbeurghs->neighbours neighbeurhing->neighbouring neighbeurhooding->neighbouring neighbeurhoor->neighbour neighbeurhoors->neighbours neighbeus->neighbours neighbeut->neighbour neighbeuthood->neighbourhood neighbeuthoods->neighbourhoods neighbeuts->neighbours neighbhor->neighbor neighbhorhood->neighborhood neighbhorhoods->neighborhoods neighbhoring->neighboring neighbhors->neighbors neighboard->neighborhood neighboards->neighborhoods neighbohood->neighborhood neighbohoods->neighborhoods neighboing->neighboring neighbood->neighborhood neighboods->neighborhoods neighboor->neighbor, neighbour, neighboordhood->neighborhood neighboordhoods->neighborhoods neighboorhod->neighborhood neighboorhods->neighborhoods neighboorhood->neighborhood neighboorhoods->neighborhoods neighbooring->neighboring neighboors->neighbors, neighbours, neighborgh->neighbor neighborghs->neighbors neighborhhod->neighborhood neighborhhods->neighborhoods neighborhhood->neighborhood neighborhhoods->neighborhoods neighborhing->neighboring neighborhod->neighborhood neighborhodd->neighborhood neighborhodds->neighborhoods neighborhods->neighborhoods neighborhooding->neighboring neighborhoof->neighborhood neighborhoofs->neighborhoods neighborhoood->neighborhood neighborhooods->neighborhoods neighborhoor->neighbor neighborhoors->neighbors neighborhoud->neighborhood neighborhouds->neighborhoods neighbos->neighbors neighbot->neighbor neighbothood->neighborhood neighbothoods->neighborhoods neighbots->neighbors neighbouing->neighbouring neighbourgh->neighbour neighbourghs->neighbours neighbourhhod->neighbourhood neighbourhhods->neighbourhoods neighbourhhood->neighbourhood neighbourhhoods->neighbourhoods neighbourhing->neighbouring neighbourhod->neighbourhood neighbourhodd->neighbourhood neighbourhodds->neighbourhoods neighbourhods->neighbourhoods neighbourhooding->neighbouring neighbourhoof->neighbourhood neighbourhoofs->neighbourhoods neighbourhoood->neighbourhood neighbourhooods->neighbourhoods neighbourhoor->neighbour neighbourhoors->neighbours neighbourhoud->neighbourhood neighbourhouds->neighbourhoods neighbous->neighbours neighbout->neighbour neighbouthood->neighbourhood neighbouthoods->neighbourhoods neighbouts->neighbours neighbr->neighbor neighbrs->neighbors neighbur->neighbor neighburhood->neighborhood neighburhoods->neighborhoods neighburing->neighboring neighburs->neighbors neigher->neither neighobr->neighbor neighobrhood->neighborhood neighobrhoods->neighborhoods neighobring->neighboring neighobrs->neighbors neighor->neighbor neighorhood->neighborhood neighorhoods->neighborhoods neighoring->neighboring neighors->neighbors neighour->neighbour neighourhood->neighbourhood neighourhoods->neighbourhoods neighouring->neighbouring neighours->neighbours neighror->neighbour neighrorhood->neighbourhood neighrorhoods->neighbourhoods neighroring->neighbouring neighrors->neighbours neighrour->neighbour neighrourhood->neighbourhood neighrourhoods->neighbourhoods neighrouring->neighbouring neighrours->neighbours neight->neither neightbor->neighbor neightborhood->neighborhood neightborhoods->neighborhoods neightboring->neighboring neightbors->neighbors neightbour->neighbour neightbourhood->neighbourhood neightbourhoods->neighbourhoods neightbouring->neighbouring neightbours->neighbours neighter->neither neightobr->neighbor neightobrhood->neighborhood neightobrhoods->neighborhoods neightobring->neighboring neightobrs->neighbors neiter->neither nelink->netlink nenviroment->environment neolitic->neolithic nerver->never 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 netural->neutral, natural, netwplit->netsplit netwrok->network netwroked->networked netwroks->networks netwrork->network neumeric->numeric nevere->never neveretheless->nevertheless nevers->never neverthless->nevertheless newletters->newsletters nework->network neworks->networks newslines->newlines newthon->newton newtork->network Newyorker->New Yorker nighbor->neighbor nighborhood->neighborhood nighboring->neighboring nightfa;;->nightfall nightime->nighttime nimutes->minutes nin->inn, min, bin, nine, nineth->ninth ninima->minima ninimal->minimal ninimum->minimum ninjs->ninja ninteenth->nineteenth ninties->nineties, 1990s, ninty->ninety, minty, nither->neither nknown->unknown nkow->know nkwo->know nmae->name nned->need nnumber->number no-overide->no-override nodel->model, nodal, 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-replacable->non-replaceable non-replacalbe->non-replaceable non-reproducable->non-reproducible non-seperable->non-separable non-trasparent->non-transparent non-useful->useless non-usefull->useless non-virutal->non-virtual nonbloking->non-blocking noncombatents->noncombatants nonexistance->nonexistence nonexistant->nonexistent nonnegarive->nonnegative nonsence->nonsense nonsens->nonsense nonseperable->non-separable nonte->note nontheless->nonetheless noo->no noone->no one noral->normal, moral, noralize->normalize noralized->normalized noramal->normal noramalise->normalise noramalised->normalised noramalises->normalises noramalising->normalising noramalize->normalize noramalized->normalized noramalizes->normalizes noramalizing->normalizing noramals->normals noraml->normal nore->nor, more, norhern->northern norifications->notifications normailzation->normalization normaized->normalized normale->normal normales->normals normall->normal, normally, normaly->normally normalyl->normally normalyly->normally normalysed->normalised normalyy->normally normalyzation->normalization normalyze->normalize normalyzed->normalized normlly->normally normnal->normal northen->northern northereastern->northeastern nortmally->normally notabley->notably notaion->notation notaly->notably 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 notificaiton->notification notificaitons->notifications notificaton->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 Novemer->November Novermber->November nowadys->nowadays nowdays->nowadays nowe->now ntification->notification nuber->number nubering->numbering nubmer->number nubmers->numbers nucleous->nucleus, nucleolus, 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 numearate->numerate numearation->numeration numeber->number numebering->numbering numebers->numbers numebr->number numebrs->numbers numer->number numeraotr->numerator numerbering->numbering numerial->numeral, numerical, numering->numbering numers->numbers nummber->number nummbers->numbers numnber->number numnbered->numbered numnbering->numbering numnbers->numbers numner->number numners->numbers numver->number numvers->numbers nunber->number nunbers->numbers Nuremburg->Nuremberg nusance->nuisance nutritent->nutrient nutritents->nutrients nuturing->nurturing nwe->new nwo->now o'caml->OCaml obay->obey obect->object obediance->obedience obediant->obedient obejct->object obeserve->observe obession->obsession obessions->obsessions obgect->object obgects->objects obhect->object obhectification->objectification obhectifies->objectifies obhectify->objectify obhectifying->objectifying obhecting->objecting obhection->objection obhects->objects obious->obvious obiously->obviously objec->object objecs->objects objectss->objects objejct->object objekt->object objet->object objetc->object objetcs->objects objets->objects objtain->obtain objtained->obtained objtains->obtains objump->objdump oblitque->oblique obnject->object obscur->obscure obselete->obsolete observ->observe observered->observed obsevrer->observer obsevrers->observers obsolate->obsolete obsolesence->obsolescence obsolite->obsolete obsolited->obsoleted obsolte->obsolete obsolted->obsoleted obssessed->obsessed obstacal->obstacle obstancles->obstacles obstruced->obstructed obsure->obscure obtaien->obtain, obtained, obtaiend->obtained obtaiens->obtains obtaion->obtain obtaioned->obtained obtaions->obtains obtrain->obtain obtrained->obtained obtrains->obtains obusing->abusing 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 occasinal->occasional occasinally->occasionally occasionaly->occasionally occassion->occasion occassional->occasional occassionally->occasionally occassionaly->occasionally occassioned->occasioned occassions->occasions occational->occasional occationally->occasionally occcur->occur occcured->occurred occcurs->occurs 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 oder->order, odor, odly->oddly oen->one oerflow->overflow ofcource->of course offcers->officers offcial->official offcially->officially offcials->officials 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 offloded->offloaded offred->offered offser->offset 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 ofthen->often, of then, oging->going, ogling, oherwise->otherwise ohter->other ohters->others ohterwise->otherwise oigin->origin oiginal->original oiginally->originally oiginals->originals oiginating->originating oigins->origins oints->points, pints, ois->is ojbect->object oje->one oject->object ojection->objection ojective->objective ojects->objects ojekts->objects okat->okay oldes->oldest oll->all, ole, old, Olly, oil, olny->only olt->old olther->other oly->only omision->omission omited->omitted omiting->omitting omitt->omit omlette->omelette ommision->omission ommission->omission ommit->omit ommited->omitted ommiting->omitting ommits->omits ommitted->omitted ommitting->omitting omniverous->omnivorous omniverously->omnivorously omplementaion->implementation omplementation->implementation omre->more onces->ounces, once, ones, ond->one one-dimenional->one-dimensional one-dimenionsal->one-dimensional onece->once onedimenional->one-dimensional onedimenionsal->one-dimensional oneliners->one-liners oneyway->oneway ongly->only onl->only onlie->online, only, onliene->online onlly->only onoly->only onot->note, not, ons->owns onself->oneself onservation->conservation, observation, ontain->contain ontained->contained ontainer->container ontainers->containers ontainging->containing ontaining->containing ontainor->container ontainors->containers ontains->contains onthe->on the ontop->on top ontrolled->controlled ony->only onyl->only oommits->commits opactity->opacity opacy->opacity opague->opaque opatque->opaque opbject->object opbjective->objective opbjects->objects opeaaration->operation opeaarations->operations opeabcration->operation opeabcrations->operations opearand->operand opearands->operands opearate->operate opearates->operates opearating->operating opearation->operation opearations->operations opearatios->operations opearator->operator opearators->operators opearion->operation opearions->operations opearios->operations opeariton->operation opearitons->operations opearitos->operations opearnd->operand opearnds->operands opearor->operator opearors->operators opearte->operate opearted->operated opeartes->operates opearting->operating opeartion->operation opeartions->operations opeartios->operations opeartor->operator opeartors->operators opeate->operate opeates->operates opeation->operation opeational->operational opeations->operations opeatios->operations opeator->operator opeators->operators opeatror->operator opeatrors->operators opeg->open opeging->opening 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 openscource->open-source, open source, opensource, openscourced->open-sourced, open sourced, opensourced, operaand->operand operaands->operands operaion->operation operaiton->operation operandes->operands operaror->operator operatation->operation operatations->operations operater->operator operatio->operation operatione->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 opnssl->openssl oponent->opponent oportions->options, apportions, 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 optained->obtained optains->obtains 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, optimisim->optimism optimisitc->optimistic optimisitic->optimistic optimissm->optimism 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 optiones->options optionial->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 optoin->option optoins->options optomism->optimism opulate->populate, opiate, opulent, opulates->populates, opiates, orcale->oracle 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 orgiginal->original orgiginally->originally orgiginals->originals 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 oriant->orient oriantate->orientate oriantated->orientated oriantation->orientation oridinal->ordinal, original, oridinarily->ordinarily orienatate->orientate orienatated->orientated orienatation->orientation orienate->orientate, orient, ornate, orienation->orientation orientaion->orientation orientatied->orientated oriente->oriented orientiation->orientation orientied->oriented orientned->oriented origanaly->originally origial->original origially->originally origianal->original origianally->originally origianaly->originally origianl->original origianls->originals origigin->origin origiginal->original origiginally->originally origiginals->originals 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 oscilator->oscillator osffset->offset osffsets->offsets osffsetting->offsetting osicllations->oscillations ot->to, of, or, otain->obtain otained->obtained 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 otherwaise->otherwise otherways->otherwise otherweis->otherwise otherweise->otherwise otherwhere->elsewhere otherwhile->otherwise otherwhise->otherwise otherwice->otherwise otherwide->otherwise otherwis->otherwise otherwize->otherwise otherwordly->otherworldly otherwose->otherwise otherwrite->overwrite otherws->otherwise otherwse->otherwise otherwsie->otherwise otherwsise->otherwise otherwuise->otherwise otherwwise->otherwise otherwyse->otherwise othewice->otherwise othewise->otherwise othewize->otherwise otho->otoh othographic->orthographic othwerwise->otherwise othwhise->otherwise otification->notification otiginal->original otion->option otional->optional, notional, otions->options otpion->option otpions->options otput->output otu->out 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 ourselfe->ourselves, ourself, ourselfes->ourselves ourselfs->ourselves ourselv->ourself, ourselves, ourselve->ourself, ourselves, ourselvs->ourselves ouside->outside oustanding->outstanding oustide->outside outbut->output outbuts->outputs outgoign->outgoing outher->other, outer, outisde->outside outllook->outlook outoign->outgoing outout->output outperfoem->outperform outperfoeming->outperforming outperfom->outperform outperfome->outperform outperfomeing->outperforming outperfoming->outperforming outperfomr->outperform outperfomring->outperforming outpupt->output outpus->output, outputs, outpust->output, outputs, outpusts->outputs outputed->outputted outputing->outputting outputof->output-of outrside->outside, other side, outselves->ourselves outter->outer outtermost->outermost outupt->output outupts->outputs outuput->output outut->output oututs->outputs outweight->outweigh outweights->outweighs oveerun->overrun oveflow->overflow oveflowed->overflowed oveflowing->overflowing oveflows->overflows ovelap->overlap over-engeneer->over-engineer over-engeneering->over-engineering overaall->overall overcompansate->overcompensate overcompansated->overcompensated overcompansates->overcompensates overcompansating->overcompensating overcompansation->overcompensation overcompansations->overcompensations 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 overlapp->overlap overlayed->overlaid overlflow->overflow overlfow->overflow overlodaded->overloaded overloded->overloaded overlodes->overloads overlow->overflow 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 oversubscirbe->oversubscribe oversubscirbed->oversubscribed overthere->over there overun->overrun overvise->otherwise overvize->otherwise overvride->override overvrides->overrides overvrite->overwrite overvrites->overwrites 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, overwride->overwrite overwriteable->overwritable overwriten->overwritten overwritren->overwritten overwrittes->overwrites overwrittin->overwriting overwritting->overwriting ovride->override ovrides->overrides 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, owner, over, owerflow->overflow owership->ownership owervrite->overwrite owervrites->overwrites owerwrite->overwrite owerwrites->overwrites 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 oyu->you p0enis->penis paackage->package pacakge->package pacakges->packages pacakging->packaging paceholder->placeholder pach->patch, path, pachage->package paches->patches pacht->patch pachtches->patches pachtes->patches pacjage->package pacjages->packages packacge->package packaeg->package packaege->package packaeges->packages packaegs->packages packag->package packaing->packaging packe->packed, packet, packege->package packge->package packged->packaged packgement->packaging packges'->packages' packges->packages packhage->package packhages->packages packtes->packets pactch->patch pactched->patched pactches->patches padam->param pading->padding paermission->permission paermissions->permissions paeth->path pagagraph->paragraph pahses->phases paht->path, pat, part, pahts->paths, pats, parts, paide->paid paied->paid, paired, 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 paln->plan, pain, palm, paltette->palette paltform->platform pamflet->pamphlet pamplet->pamphlet paniced->panicked panicing->panicking pannel->panel pannels->panels pantomine->pantomime paoition->position paor->pair Papanicalou->Papanicolaou paradime->paradigm paradym->paradigm paraemeter->parameter paraemeters->parameters 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 paramert->parameter paramerters->parameters paramerts->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 paramterer->parameter paramterers->parameters paramteres->parameters paramterical->parametric, parametrically, 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 parm->param, pram, Parma, parmaeter->parameter parmaeters->parameters parmameter->parameter parmameters->parameters parmaters->parameters parmeter->parameter parmeters->parameters parms->params, prams, parmter->parameter parmters->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 partiiton->partition partiitoned->partitioned partiitoning->partitioning partiitons->partitions partion->partition, portion, partioned->partitioned partioning->partitioning, portioning, partions->partitions, portions, partirion->partition partirioned->partitioned partirioning->partitioning partirions->partitions partision->partition partisioned->partitioned partisioning->partitioning partisions->partitions partitial->partial partiticular->particular partitioing->partitioning partitiones->partitions partiton->partition partitoned->partitioned partitoning->partitioning partitons->partitions pary->party, parry, pase->pass, pace, parse, pased->passed, parsed, pasengers->passengers paser->parser pasesd->passed pash->hash pasing->passing, posing, pasitioning->positioning pasive->passive pasre->parse pasred->parsed pasres->parses pass-thru->pass-through, pass through, passthrough, pass-trough->pass-through, pass through, passthrough, passerbys->passersby passin->passing passiv->passive passowrd->password passthrought->passthrough passthruogh->passthrough passtime->pastime passtrough->passthrough passwird->password passwirds->passwords passwrod->password passwrods->passwords pasteing->pasting pasttime->pastime pastural->pastoral pasword->password paswords->passwords patchs->patches, paths, patcket->packet patckets->packets patern->pattern paterns->patterns pathalogical->pathological pathane->pathname pathced->patched pathes->paths pathign->pathing pathnme->pathname patholgoical->pathological patial->spatial paticular->particular paticularly->particularly patition->partition patren->patron, pattern, patrens->patron, patterns, patrent->parent, patent, patron, patten->pattern, patent, pattened->patterned, patented, pattens->patterns, patents, pattented->patented pattersn->patterns pattren->pattern, patron, pattrens->patterns, patrons, pavillion->pavilion pavillions->pavilions paínt->paint pblisher->publisher pbulisher->publisher peacd->peace peacefuland->peaceful and peacify->pacify peageant->pageant peaple->people peaples->peoples 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 peforming->performing pege->page peice->piece peicemeal->piecemeal peices->pieces peicewise->piecewise, piece wise, peirod->period peirodical->periodical peirodicals->periodicals peirods->periods Peloponnes->Peloponnese, Peloponnesus, penalities->penalties penality->penalty penatly->penalty pendantic->pedantic pendig->pending pendning->pending penerator->penetrator penisula->peninsula penisular->peninsular pennal->panel pennals->panels penninsula->peninsula penninsular->peninsular pennisula->peninsula Pennyslvania->Pennsylvania pensinula->peninsula pensle->pencil penultimante->penultimate peom->poem peoms->poems peopel->people peopels->peoples 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, peretrator->perpetrator perfec->perfect perfecct->perfect perfecctly->perfectly perfeclty->perfectly perfecly->perfectly perfectably->perfectly perfer->prefer perferable->preferable perferably->preferably perferance->preference perferances->preferences perferct->perfect perferctly->perfectly perferect->perfect perferectly->perfectly perfered->preferred perference->preference perferences->preferences perferm->perform perfermance->performance perfermances->performances perfermence->performance perfermences->performances perferr->prefer perferrable->preferable perferrably->preferably perferrance->preference perferrances->preferences perferred->preferred perferrence->preference perferrences->preferences perferrm->perform perferrmance->performance perferrmances->performances perferrmence->performance perferrmences->performances perferrs->prefers perfers->prefers perfix->prefix perfmormance->performance perfoem->perform perfoemamce->performance perfoemamces->performances perfoemance->performance perfoemanse->performance perfoemanses->performances perfoemant->performant perfoemative->performative perfoemed->performed perfoemer->performer perfoemers->performers perfoeming->performing perfoemnace->performance perfoemnaces->performances perfoems->performs perfom->perform perfomamce->performance perfomamces->performances perfomance->performance perfomanse->performance perfomanses->performances perfomant->performant perfomative->performative perfome->perform perfomeamce->performance perfomeamces->performances perfomeance->performance perfomeanse->performance perfomeanses->performances perfomeant->performant perfomeative->performative perfomed->performed perfomeed->performed perfomeer->performer perfomeers->performers perfomeing->performing perfomenace->performance perfomenaces->performances perfomer->performer perfomers->performers perfomes->performs perfoming->performing perfomnace->performance perfomnaces->performances perfomr->perform perfomramce->performance perfomramces->performances perfomrance->performance perfomranse->performance perfomranses->performances perfomrant->performant perfomrative->performative perfomred->performed perfomrer->performer perfomrers->performers perfomring->performing perfomrnace->performance perfomrnaces->performances perfomrs->performs perfoms->performs perfoom->perfume, perform, perforemd->performed performace->performance performaed->performed performamce->performance performane->performance performe->perform, performed, 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 perimetre->perimeter perimetres->perimeters periode->period periodicaly->periodically periodioc->periodic peripathetic->peripatetic peripherial->peripheral peripherials->peripherals perisist->persist peristent->persistent perjery->perjury perjorative->pejorative perlciritc->perlcritic 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 permisson->permission permissons->permissions permisssion->permission permisssions->permissions permited->permitted permition->permission permitions->permissions permormance->performance permuation->permutation permuations->permutations permutaion->permutation permutaions->permutations 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 persan->person persepctive->perspective persepective->perspective persepectives->perspectives perserve->preserve perserved->preserved perserverance->perseverance perserves->preserves perserving->preserving perseverence->perseverance persisit->persist persisited->persisted persistance->persistence persistant->persistent persistantly->persistently persisten->persistent persistented->persisted persited->persisted personalitie->personality personalitites->personalities personalitity->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 pertrub->perturb pertrubation->perturbation pertrubations->perturbations pertrubing->perturbing pertub->perturb pertubate->perturb pertubated->perturbed pertubates->perturbs pertubation->perturbation pertubations->perturbations pertubing->perturbing perturbate->perturb perturbates->perturbs 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 phoneticly->phonetically phongraph->phonograph phote->photo photografic->photographic photografical->photographical photografy->photography photograpic->photographic photograpical->photographical phsyically->physically phtread->pthread phtreads->pthreads 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 picoseond->picosecond picoseonds->picoseconds pieceweise->piecewise, piece wise, piecewiese->piecewise, piece wise, piecwise->piecewise, piece wise, pilgrimmage->pilgrimage pilgrimmages->pilgrimages pimxap->pixmap pimxaps->pixmaps pinapple->pineapple pinnaple->pineapple pinoneered->pioneered piont->point pionter->pointer pionts->points piority->priority pipeine->pipeline pipeines->pipelines pipelin->pipeline pipelinining->pipelining pipelins->pipelines pipepline->pipeline pipeplines->pipelines pipiline->pipeline pipilines->pipelines pipleine->pipeline pipleines->pipelines pipleline->pipeline piplelines->pipelines pitmap->pixmap, bitmap, pitty->pity pivott->pivot pivotting->pivoting pixelx->pixels, pixel, pixes->pixels placeemnt->placement placeemnts->placements placehoder->placeholder placeholde->placeholder placeholdes->placeholders placeholer->placeholder placeholers->placeholders placematt->placemat, placement, placemenet->placement placemenets->placements placemet->placement, placemat, place mat, placemets->placements, placemats, place mats, placholder->placeholder placholders->placeholders placmenet->placement placmenets->placements plaform->platform plaforms->platforms plaftorm->platform plaftorms->platforms plagarism->plagiarism plalform->platform plalforms->platforms planation->plantation plantext->plaintext plantiff->plaintiff plase->place, please, phase, plaice, plased->placed, pleased, phased, plasement->placement plasements->placements plases->places, pleases, phases, plasing->placing, pleasing, phasing, plateu->plateau platfarm->platform platfarms->platforms platfform->platform platfforms->platforms platflorm->platform platflorms->platforms platfoem->platform platfom->platform platform-spacific->platform-specific platforma->platforms platformt->platforms platfrom->platform platfroms->platforms plathome->platform platofmr->platform platofmrs->platforms platofms->platforms platofmss->platforms platoform->platform platoforms->platforms platofrm->platform platofrms->platforms plattform->platform plattforms->platforms plausability->plausibility plausable->plausible playble->playable playfull->playful, playfully, playge->plague playgerise->plagiarise playgerize->plagiarize playright->playwright playwrite->playwright playwrites->playwrights pleaase->please pleace->please, place, pleacing->placing pleae->please pleaee->please pleaes->please pleasd->pleased pleasent->pleasant pleasently->pleasantly pleass->pleases, bless, plebicite->plebiscite plecing->placing plent->plenty plesae->please plesant->pleasant plese->please plesently->pleasantly plesing->pleasing, blessing, plian->plain, pliant, pllatforms->platforms ploting->plotting pltform->platform pltforms->platforms plugable->pluggable pluged->plugged pluging->plugging, plugin, 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 poer->power poety->poetry pogress->progress poicies->policies poicy->policy poind->point poindcloud->pointcloud poiner->pointer poing->point poinits->points poinnter->pointer poins->points pointes->points pointetr->pointer pointetrs->pointers pointeur->pointer pointseta->poinsettia pointss->points pointzer->pointer poinyent->poignant poisin->poison poisition->position poisitioned->positioned poisitioning->positioning poisitionning->positioning poisitions->positions poistion->position poistioned->positioned poistioning->positioning poistions->positions 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 polyedral->polyhedral 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 poniter->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, pooped, poperee->potpourri poperly->properly, property, poperties->properties poperty->property, properly, poping->popping, pooping, popoen->popen popolate->populate popolated->populated popolates->populates popolating->populating poportional->proportional popoulation->population popoup->popup poppup->popup popularaty->popularity populare->popular populer->popular popullate->populate popullated->populated popuplar->popular popuplarity->popularity popuplate->populate popuplated->populated popuplates->populates popuplating->populating popuplation->population 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 portected->protected portguese->Portuguese portioon->portion portrail->portrayal, portrait, portraing->portraying portugese->Portuguese portuguease->Portuguese portugues->Portuguese posative->positive posatives->positives posativity->positivity poseesions->possessions posess->possess posessed->possessed posesses->possesses posessing->possessing posession->possession posessions->possessions posibilities->possibilities posibility->possibility posibilties->possibilities posible->possible posiblity->possibility posibly->possibly posiitive->positive posiitives->positives posiitivity->positivity posion->poison, Psion, posioned->positioned, poisoned, posioning->poisoning posisition->position posisitioned->positioned posistion->position positionn->position positionned->positioned positionnes->positions positionning->positioning positionns->positions positionof->position, position of, positiv->positive positivies->positives positoin->position positoined->positioned positoins->positions positon->position, positron, positoned->positioned positoning->positioning positons->positions, positrons, positve->positive positves->positives POSIX-complient->POSIX-compliant pospone->postpone posponed->postponed posption->position possabilites->possibilities possabilities->possibilities possability->possibility 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 possibilies->possibilities possibilites->possibilities possibilitities->possibilities possibillity->possibility possibilties->possibilities possibilty->possibility possibily->possibly possiblble->possible possiblec->possible possiblely->possibly 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 postgrsql->PostgreSQL posthomous->posthumous postiional->positional postiive->positive postincremend->postincrement postion->position postioned->positioned postions->positions postition->position postive->positive postives->positives postmage->postimage postphoned->postponed postpocessing->postprocessing postponinig->postponing 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 potocol->protocol potrait->portrait potrayed->portrayed poulations->populations pount->point pounts->points poupular->popular poverful->powerful poweful->powerful powerfull->powerful powerppc->powerpc 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 pramater->parameter prameter->parameter prameters->parameters prarameter->parameter prarie->prairie praries->prairies pratical->practical pratically->practically pratice->practice prcess->process prcesses->processes prcessing->processing prcoess->process prcoessed->processed prcoesses->processes prcoessing->processing prctiles->percentiles prdpagate->propagate prdpagated->propagated prdpagates->propagates prdpagating->propagating prdpagation->propagation prdpagations->propagations prdpagator->propagator prdpagators->propagators 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 preamle->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, proceeded, preceeding->preceding, proceeding, preceeds->precedes, proceeds, 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 precentile->percentile precentiles->percentiles 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 predeclarnig->predeclaring predefiend->predefined predefiened->predefined predefiined->predefined predefineds->predefined predessor->predecessor predicatble->predictable predicitons->predictions predictible->predictable predifined->predefined predomiantly->predominately preeceding->preceding preemptable->preemptible preesnt->present prefectches->prefetches prefecth->prefetch prefectly->perfectly prefere->prefer, preferred, preferecne->preference preferecnes->preferences 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 preformance->performance 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 premptive->preemptive premptively->preemptively preocess->process preocupation->preoccupation preoperty->property prepair->prepare prepaired->prepared prepand->prepend preparetion->preparation preparetions->preparations prepartion->preparation prepartions->preparations prepatory->preparatory prependet->prepended prepented->prepended preperation->preparation preperations->preparations preponderence->preponderance 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 presance->presence prescrition->prescription prescritions->prescriptions presearvation->preservation presearvations->preservations presearve->preserve presearved->preserved presearver->preserver presearves->preserves presearving->preserving presedential->presidential presenece->presence presener->presenter presense->presence presentaion->presentation presentaional->presentational presentaions->presentations presernt->present preserrved->preserved preserv->preserve presetation->presentation preseve->preserve preseved->preserved preseverance->perseverance preseverence->perseverance preseves->preserves preseving->preserving presicion->precision 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 presmissions->permissions presntation->presentation presntations->presentations prespective->perspective presreved->preserved presse->pressed, press, pressent->present pressentation->presentation pressented->presented pressre->pressure presss->press, presses, prestigeous->prestigious prestigous->prestigious presuambly->presumably presumabely->presumably presumaby->presumably presumebly->presumably presumely->presumably presumibly->presumably pretection->protection pretendend->pretended pretty-printter->pretty-printer preveiw->preview preveiwed->previewed preveiwer->previewer preveiwers->previewers preveiwes->previews, previewers, preveiws->previews 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 previosu->previous previosuly->previously previou->previous previouly->previously previouse->previous previousl->previously previsouly->previously 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 primaray->primary primarely->primarily primarly->primarily primative->primitive primatively->primitively primatives->primitives primay->primary primeter->perimeter primitiv->primitive primitve->primitive primitves->primitives primive->primitive primordal->primordial princeple->principle princeples->principles principaly->principality principial->principal principlaity->principality principly->principally princliple->principle prind->print prinf->print, printf, sprintf, 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 privaye->private privcy->privacy privde->provide priveledges->privileges privelege->privilege priveleged->privileged priveleges->privileges privelige->privilege priveliged->privileged priveliges->privileges privelleges->privileges priviate->private privide->provide privided->provided privides->provides prividing->providing priview->preview privilage->privilege privilaged->privileged privilages->privileges priviledge->privilege priviledged->privileged priviledges->privileges privilige->privilege priviliged->privileged priviliges->privileges privious->previous priviously->previously privision->provision privisional->provisional privisions->provisions privledge->privilege privleges->privileges privte->private prmitive->primitive prmitives->primitives prmopting->prompting proable->probable proably->probably probabaly->probably probabilaty->probability probabilites->probabilities probabilty->probability probabily->probability, probably, probablistic->probabilistic probablly->probably probaby->probably probalby->probably probalibity->probability probaly->probably probbably->probably probbailities->probabilities probbaility->probability probbaly->probably probbed->probed probblem->problem probblems->problems probblez->problem probblezs->problems probbly->probably probelm->problem probelmatic->problematic probelms->problems probem->problem proberly->properly proberty->property, properly, problably->probably problamatic->problematic proble->probe probleme->problem problemes->problems problimatic->problematic problme->problem problmes->problems probly->probably procceed->proceed proccesor->processor proccesors->processors proccess->process proccessed->processed proccesses->processes proccessing->processing proccessor->processor proccessors->processors procecure->procedure procecures->procedures procede->proceed, precede, proceded->proceeded, preceded, procedes->proceeds, precedes, procedger->procedure proceding->proceeding, preceding, procedings->proceedings procedre->procedure procedres->procedures 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 procesor->processor processeed->processed processees->processes 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 procteted->protected 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 profund->profound profundly->profoundly progagate->propagate progagated->propagated progagates->propagates progagating->propagating progagation->propagation progagations->propagations progagator->propagator progagators->propagators progam->program progamability->programmability progamable->programmable progamatic->programmatic progamatically->programmatically progamed->programmed progamer->programmer progamers->programmers progaming->programming progamm->program progammability->programmability progammable->programmable progammatic->programmatic progammatically->programmatically progammed->programmed progammer->programmer progammers->programmers progamming->programming progamms->programs progams->programs progapate->propagate progapated->propagated progapates->propagates progapating->propagating progapation->propagation progapations->propagations progapator->propagator progapators->propagators progaramm->program progarammability->programmability progarammable->programmable progarammatic->programmatic progarammatically->programmatically progarammed->programmed progarammer->programmer progarammers->programmers progaramming->programming progaramms->programs progarm->program progarmability->programmability progarmable->programmable progarmatic->programmatic progarmatically->programmatically progarmed->programmed progarmer->programmer progarmers->programmers progarming->programming progarms->programs progate->propagate progated->propagated progates->propagates progating->propagating progation->propagation progations->propagations progess->progress progessbar->progressbar progessed->progressed progesses->progresses progessive->progressive progessor->progressor progesss->progress progidy->prodigy programable->programmable programatic->programmatic programatically->programmatically programattically->programmatically programd->programmed programemer->programmer programemers->programmers programers->programmers programm->program, programme, programmaticaly->programmatically programmd->programmed, programme, programmend->programmed programmetically->programmatically programmical->programmatical programmign->programming programms->programs progres->progress progresively->progressively progresss->progress progrewss->progress progrmae->program progrom->pogrom, program, progroms->pogroms, programs, progrss->progress prohabition->prohibition prohibitted->prohibited prohibitting->prohibiting 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, promis->promise promiscous->promiscuous promiss->promise promisse->promise, promises, promised, promissed->promised promisses->promises promissing->promising promixity->proximity 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 propatagion->propagation propator->propagator propators->propagators 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, propertu->property propertus->properties 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, proppely->properly propper->proper propperly->properly proprietory->proprietary proproable->probable proproably->probably proprogate->propagate proprogated->propagated proprogates->propagates proprogating->propagating proprogation->propagation proprogations->propagations proprogator->propagator proprogators->propagators proproties->properties proprotion->proportion proprotional->proportional proprotionally->proportionally proprotions->proportions propt->prompt propteries->properties propterties->properties propterty->property propvider->provider prority->priority proseletyzing->proselytizing prosess->process prosessor->processor prosseses->processes, possesses, protable->portable protaganist->protagonist protaganists->protagonists protcol->protocol protcool->protocol protcools->protocols protcted->protected protecion->protection protecte->protected, protect, protectiv->protective protedcted->protected protential->potential protext->protect protocal->protocol protocals->protocols protocl->protocol protoco->protocol protocoll->protocol protoganist->protagonist protoge->protege 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 provdidet->provided, provider, provident, provdie->provide provdied->provided provdies->provides provding->providing provedd->proved, provided, provicde->provide provicded->provided provicdes->provides provice->provide, province, provicial->provincial provid->provide, prove, proved, proves, providewd->provided providfers->providers provids->provides, proves, providse->provides, provide, provie->provide, prove, provied->provide, provided, proved, provies->provides, proves, provinicial->provincial provisioing->provisioning provisiong->provisioning provisionging->provisioning provisiosn->provision provisonal->provisional provode->provide provoding->providing provsioning->provisioning proximty->proximity proyect->project, protect, proyected->projected, protected, proyecting->projecting, protecting, proyection->projection, protection, proyections->projections, protections, proyects->projects, protects, prozess->process prpeparations->preparations prpose->propose prposed->proposed prposer->proposer prposers->proposers prposes->proposes prposiing->proposing prrcision->precision 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 psot->post psots->posts psrameter->parameter pssed->passed pssibility->possibility psudo->pseudo psuedo->pseudo psuedo-fork->pseudo-fork psuedolayer->pseudolayer psuh->push psychadelic->psychedelic psycology->psychology psyhic->psychic ptd->pdf ptherad->pthread ptherads->pthreads pthon->python pthred->pthread pthreds->pthreads ptorions->portions ptrss->press pubilsh->publish pubilshed->published pubilsher->publisher pubilshers->publishers pubilshing->publishing pubish->publish pubished->published pubisher->publisher pubishers->publishers pubishing->publishing publc->public, pubic, publcation->publication publcise->publicise publcize->publicize publiaher->publisher publically->publicly publicaly->publicly publich->publish, public, publiched->published publicher->publisher publichers->publishers publiches->publishes publiching->publishing publihsed->published publihser->publisher publised->published publisehd->published publisehr->publisher publisehrs->publishers publiser->publisher publisers->publishers publisged->published publisger->publisher publisgers->publishers publishd->published publisheed->published publisherr->publisher publishher->publisher publishor->publisher publishr->publisher publishre->publisher publishrs->publishers publissher->publisher publlisher->publisher publsh->publish publshed->published publsher->publisher publshers->publishers publshing->publishing publsih->publish publsihed->published publsiher->publisher publsihers->publishers publsihes->publishes publsihing->publishing publuc->public publucation->publication publush->publish publusher->publisher publushers->publishers publushes->publishes publushing->publishing 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 puplar->popular puplarity->popularity puplate->populate puplated->populated puplates->populates puplating->populating puplation->population puplisher->publisher pupulated->populated purcahed->purchased purcahse->purchase purgest->purges puritannical->puritanical purposedly->purposely purpotedly->purportedly purpse->purpose pursuade->persuade pursuaded->persuaded pursuades->persuades pusehd->pushed pususading->persuading puting->putting pwoer->power pxoxied->proxied pxoxies->proxies pxoxy->proxy pyhon->python pyhsical->physical pyhthon->python pyhton->python pyramide->pyramid pyramides->pyramids pyrhon->python pyscic->psychic pythin->python pythjon->python pytnon->python pytohn->python pyton->python pytyon->python qeueue->queue qith->with qoute->quote qouted->quoted qoutes->quotes qouting->quoting qtuie->quite, quiet, quadddec->quaddec quadranle->quadrangle quailified->qualified qualfied->qualified qualfy->qualify qualifer->qualifier qualitification->qualification qualitifications->qualifications quanitified->quantified quanlification->qualification, quantification, quanlified->qualified, quantified, quanlifies->qualifies, quantifies, quanlify->qualify, quantify, quantaty->quantity quantitiy->quantity quarantaine->quarantine quarentine->quarantine quartically->quadratically quatation->quotation quater->quarter quating->quoting, squatting, quckstarter->quickstarter qudrangles->quadrangles quee->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 questoin->question questoins->questions questonable->questionable queu->queue queueud->queued queus->queues quew->queue quickier->quicker quicklyu->quickly quicly->quickly quiessent->quiescent quinessential->quintessential quitely->quite, quietly, quith->quit, with, 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 radation->radiation rade->read, raid, radiactive->radioactive radiaton->radiation radify->ratify radiobuttion->radiobutton radis->radix rady->ready raed->read raeding->reading raeds->reads raedy->ready raelly->really raisedd->raised raison->reason, raisin, ralation->relation randmom->random randomally->randomly raoming->roaming raotat->rotate raotate->rotate raotated->rotated raotates->rotates raotating->rotating raotation->rotation raotations->rotations raotats->rotates raplace->replace raplacing->replacing rapresent->represent rapresentation->representation rapresented->represented rapresenting->representing rapresents->represents rarelly->rarely rarified->rarefied rasberry->raspberry rasie->raise rasied->raised rasies->raises rasiing->raising rasing->raising rasons->reasons raspoberry->raspberry rathar->rather rathern->rather rcall->recall 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 re-spawining->re-spawning, respawning, re-uplad->re-upload re-upladad->re-upload, re-uploaded, re-upladed->re-uploaded re-uplader->re-uploader re-upladers->re-uploaders re-uplading->re-uploading re-uplads->re-uploads re-uplaod->re-upload re-uplaodad->re-upload, re-uploaded, re-uplaoded->re-uploaded re-uplaoder->re-uploader re-uplaoders->re-uploaders re-uplaoding->re-uploading re-uplaods->re-uploads re-uplod->re-upload re-uplodad->re-upload, re-uploaded, re-uploded->re-uploaded re-uploder->re-uploader re-uploders->re-uploaders re-uploding->re-uploading re-uplods->re-uploads reaaly->really reaarange->rearrange reaaranges->rearranges reaasigned->reassigned reacahable->reachable reacahble->reachable reaccurring->recurring reaceive->receive reacheable->reachable reacher->richer reachs->reaches reacing->reaching reacll->recall reactquire->reacquire readabilty->readability readapted->re-adapted readble->readable readby->read, read by, readeable->readable readed->read, readd, readded, reademe->README readiable->readable readibility->readability readible->readable readius->radius readl-only->read-only readly->readily, ready, readmition->readmission readnig->reading readning->reading readyness->readiness 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 reallocae->reallocate reallocaes->reallocates reallocaiing->reallocating reallocaing->reallocating reallocaion->reallocation reallocaions->reallocations reallocaite->reallocate reallocaites->reallocates reallocaiting->reallocating reallocaition->reallocation reallocaitions->reallocations reallocaiton->reallocation reallocaitons->reallocations realsitic->realistic realted->related realtion->relation, reaction, realtions->relations, reactions, realtive->relative, reactive, realy->really realyl->really reamde->README reamins->remains reampping->remapping, revamping, reander->render reanme->rename reanmed->renamed reanmes->renames reanming->renaming reaon->reason reaons->reasons reappeares->reappears reapper->reappear reappered->reappeared reappering->reappearing reaquire->reacquire, require, rearely->rarely rearranable->rearrangeable rearrane->rearrange rearraned->rearranged rearranement->rearrangement rearranements->rearrangements rearranent->rearrangement rearranents->rearrangements rearranes->rearranges rearrang->rearrange rearrangable->rearrangeable rearrangaeble->rearrangeable rearrangaelbe->rearrangeable rearrangd->rearranged rearrangde->rearranged rearrangent->rearrangement rearrangents->rearrangements rearrangmeent->rearrangement rearrangmeents->rearrangements rearrangmenet->rearrangement rearrangmenets->rearrangements rearrangment->rearrangement rearrangments->rearrangements rearrangnig->rearranging rearrangning->rearranging rearrangs->rearranges rearrangse->rearranges rearrangt->rearrangement rearrangte->rearrange rearrangteable->rearrangeable rearrangteables->rearrangeables rearrangted->rearranged rearrangtement->rearrangement rearrangtements->rearrangements rearrangtes->rearranges rearrangting->rearranging rearrangts->rearrangements rearraning->rearranging rearranment->rearrangement rearranments->rearrangements rearrant->rearrangement rearrants->rearrangements reasearch->research reasearcher->researcher reasearchers->researchers reasnable->reasonable reasoable->reasonable reasonabily->reasonably reasonble->reasonable reasonbly->reasonably reasonnable->reasonable reasonnably->reasonably reassocition->reassociation reasssign->reassign reasy->ready, easy, reatime->realtime reattachement->reattachment reay->ready, really, ray, reayd->ready, read, 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 recconecct->reconnect recconeccted->reconnected recconeccting->reconnecting recconecction->reconnection recconecctions->reconnections recconeccts->reconnects recconect->reconnect recconected->reconnected recconecting->reconnecting recconection->reconnection recconections->reconnections recconects->reconnects recconeect->reconnect recconeected->reconnected recconeecting->reconnecting recconeection->reconnection recconeections->reconnections recconeects->reconnects recconenct->reconnect recconencted->reconnected recconencting->reconnecting recconenction->reconnection recconenctions->reconnections recconencts->reconnects recconet->reconnect recconeted->reconnected recconeting->reconnecting recconetion->reconnection recconetions->reconnections recconets->reconnects reccuring->recurring reccursive->recursive reccursively->recursively receeded->receded receeding->receding receied->received 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 recepit->recipe, receipt, 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 reciprocoal->reciprocal reciprocoals->reciprocals recive->receive recived->received recivership->receivership recives->receives reciving->receiving reclaimation->reclamation recnt->recent, recant, rent, recntly->recently 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 recommandation->recommendation recommanded->recommended recommanding->recommending recommands->recommends recommd->recommend recommdation->recommendation 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 reconecct->reconnect reconeccted->reconnected reconeccting->reconnecting reconecction->reconnection reconecctions->reconnections reconeccts->reconnects reconect->reconnect reconected->reconnected reconecting->reconnecting reconection->reconnection reconections->reconnections reconects->reconnects reconeect->reconnect reconeected->reconnected reconeecting->reconnecting reconeection->reconnection reconeections->reconnections reconeects->reconnects reconenct->reconnect reconencted->reconnected reconencting->reconnecting reconenction->reconnection reconenctions->reconnections reconencts->reconnects reconet->reconnect reconeted->reconnected reconeting->reconnecting reconetion->reconnection reconetions->reconnections reconets->reconnects reconfifure->reconfigure reconfiged->reconfigured reconfugire->reconfigure reconfugre->reconfigure reconfugure->reconfigure reconfure->reconfigure recongifure->reconfigure recongized->recognized recongnises->recognises recongnizes->recognizes reconize->recognize reconized->recognized reconnaisance->reconnaissance reconnaissence->reconnaissance reconsidder->reconsider reconstrcut->reconstruct reconstrcuted->reconstructed reconstrcution->reconstruction reconstuct->reconstruct reconstucted->reconstructed reconstucting->reconstructing reconstucts->reconstructs recontructed->reconstructed recontructing->reconstructing recontruction->reconstruction recontructions->reconstructions recontructor->reconstructor recontructors->reconstructors recontructs->reconstructs recordproducer->record producer recored->recorded recoriding->recording recource->resource, recourse, recourced->resourced recources->resources recourcing->resourcing 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 redidual->residual redifinition->redefinition redifintion->redefinition redifintions->redefinitions redircet->redirect redirectd->redirected redirectrion->redirection redisign->redesign redistirbute->redistribute redistirbuted->redistributed redistirbutes->redistributes redistirbuting->redistributing redistirbution->redistribution redliens->redlines rednerer->renderer redonly->readonly redudancy->redundancy redudant->redundant redunancy->redundancy redunant->redundant redundacy->redundancy redundat->redundant redundency->redundancy redundent->redundant reduntancy->redundancy reduntant->redundant reduse->reduce, reuse, redy->ready, red, reedeming->redeeming reelation->relation reelease->release reenable->re-enable reenabled->re-enabled reename->rename reencode->re-encode reenforced->reinforced reesrved->reserved reesult->result reevalute->reevaluate reevaulating->reevaluating refartor->refactor, refractor, refartored->refactored, refracted, refartoring->refactoring, refractoring, refcound->refcount refcounf->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 referant->referent refere->refer, referee, referebces->references referece->reference referecence->reference referecences->references refereces->references referecne->reference refered->referred referefences->references referemce->reference referemces->references referenace->reference 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 refererd->referred refererence->reference referers->referrer, referrers, referes->refers, referees, referiang->referring refering->referring refernce->reference refernced->referenced referncence->reference referncences->references refernces->references referncial->referential referncing->referencing refernece->reference referneced->referenced referneces->references refernnce->reference referr->refer referrence->reference referrenced->referenced referrences->references referrencing->referencing referreres->referrers 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 regalar->regular regalars->regulars 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 regenrated->regenerated regenratet->regenerated regenrating->regenerating regenration->regeneration regenrative->regenerative 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 registerred->registered registert->registered registery->registry 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 regresssion->regression regrigerator->refrigerator regsion->region regsions->regions 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 regulaer->regular regulaion->regulation regulamentation->regulation regulamentations->regulations regulaotrs->regulators regulaotry->regulatory regularily->regularly regulariry->regularly regularlisation->regularisation regularlise->regularise regularlised->regularised regularliser->regulariser regularlises->regularises regularlising->regularising regularlization->regularization regularlize->regularize regularlized->regularized regularlizer->regularizer regularlizes->regularizes regularlizing->regularizing regularlly->regularly regulary->regular, regularly, regulax->regular reguler->regular regulr->regular regultor->regulator regultors->regulators regultory->regulatory regurlarly->regularly reguster->register rehersal->rehearsal rehersing->rehearsing reicarnation->reincarnation reigining->reigning reigster->register reigstered->registered reigstering->registering reigsters->registers reigstration->registration 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 rejplace->replace reknown->renown reknowned->renowned rekursed->recursed rekursion->recursion rekursive->recursive relaative->relative relady->ready relaease->release relaese->release relaesed->released relaeses->releases relaesing->releasing relaged->related relaimed->reclaimed relaion->relation relaive->relative relaly->really relase->release relased->released relaser->releaser relases->releases relashionship->relationship relashionships->relationships 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 relie->rely, relies, really, relief, relient->reliant religeous->religious religous->religious religously->religiously relinguish->relinquish relinguishing->relinquishing relinqushment->relinquishment relintquish->relinquish relitavely->relatively relized->realised, realized, rellocates->reallocates, relocates, relly->really reloade->reload relocae->relocate relocaes->relocates relocaiing->relocating relocaing->relocating relocaion->relocation relocaions->relocations relocaite->relocate relocaites->relocates relocaiting->relocating relocaition->relocation relocaitions->relocations relocaiton->relocation relocaitons->relocations 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 remainig->remaining remainst->remains remaning->remaining remaping->remapping rembember->remember rembembered->remembered rembembering->remembering rembembers->remembers 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 rememor->remember rememored->remembered rememoring->remembering rememors->remembers rememver->remember 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 removce->remove 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, renderer's, renderering->rendering renderes->renders, renderers, renderer's, renderning->rendering renderr->render renderring->rendering rendevous->rendezvous rendezous->rendezvous rendired->rendered rendirer->renderer rendirers->renderers rendiring->rendering 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 reomvable->removable reomve->remove reomved->removed reomves->removes reomving->removing 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 reosurce->resource reosurced->resourced reosurces->resources reosurcing->resourcing reounded->rounded reouted->routed, rerouted, repace->replace repaced->replaced repacement->replacement repacements->replacements repaces->replaces repacing->replacing repackge->repackage repackged->repackaged repaitnt->repaint repant->repaint, repent, repants->repaints, repents, 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 reperesentation->representation reperesentational->representational reperesentations->representations reperesented->represented reperesenting->representing reperesents->represents repersentation->representation repertoir->repertoire repesent->represent repesentation->representation repesentational->representational repesented->represented repesenting->representing repesents->represents repet->repeat repetative->repetitive repete->repeat repeteadly->repeatedly repeting->repeating repetion->repetition repetions->repetitions repetive->repetitive repid->rapid repitition->repetition replaca->replica, replace, replacability->replaceability replacable->replicable, replaceable, replacables->replaceables replacacing->replacing replacaiblity->replaceability, replicability, replacalbe->replaceable replacalbes->replaceables replacament->replacement replacaments->replacements replacas->replicas, replaces, replacate->replicate replacated->replicated replacates->replicates replacating->replicating replacation->replication replacd->replaced replaceemnt->replacement replaceemnts->replacements replacemenet->replacement replacmenet->replacement replacment->replacement replacments->replacements replacong->replacing replacte->replace, replicate, replacted->replaced, replicated, replactes->replaces, replicates, replacting->replacing, replicating, replaint->repaint replase->replace, relapse, rephase, replased->replaced, relapsed, rephased, replasement->replacement replasements->replacements replases->replaces, relapses, rephases, replasing->replacing, relapsing, rephasing, replcace->replace replcaced->replaced replcaof->replicaof replicae->replicate replicaes->replicates replicaiing->replicating replicaion->replication replicaions->replications replicaite->replicate replicaites->replicates replicaiting->replicating replicaition->replication replicaitions->replications replicaiton->replication replicaitons->replications repling->replying replys->replies reponding->responding reponse->response reponses->responses reponsibilities->responsibilities reponsibility->responsibility reponsible->responsible reporing->reporting reporitory->repository reportadly->reportedly reportign->reporting reportresouces->reportresources reposiotory->repository repositiories->repositories repositiory->repository repositiroes->repositories reposititioning->repositioning repositorry->repository repositry->repository reposoitory->repository repostiories->repositories repostiory->repository repote->report, remote, repport->report repraesentation->representation repraesentational->representational repraesentations->representations reprecussion->repercussion reprecussions->repercussions repreesnt->represent repreesnted->represented repreesnts->represents reprensent->represent reprensentation->representation reprensentational->representational reprensentations->representations reprepresents->represents represantation->representation represantational->representational represantations->representations represantative->representative represenatation->representation represenatational->representational represenatations->representations represenation->representation represenational->representational represenations->representations represend->represent representaion->representation representaional->representational representaions->representations representaiton->representation representated->represented representating->representing representd->represented represente->represents, represented, representiative->representative representive->representative representives->representatives represetation->representation represnet->represent represneted->represented represneting->representing represnets->represents represnt->represent represntation->representation 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, reprodice->reproduce reprodiced->reproduced reprodicibility->reproducibility reprodicible->reproducible reprodicibly->reproducibly reprodicing->reproducing reprodiction->reproduction 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 reprucible->reproducible 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 reqiest->request reqiure->require requeried->required reques->request requeset->request, requisite, requesr->request requestd->requested requestes->requests, requested, requestesd->requested requestested->requested requestests->requests, requested, requestied->requested requestying->requesting 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 reregisteration->reregistration rererences->references rerference->reference rerferences->references rerpesentation->representation rertieves->retrieves reruirement->requirement reruirements->requirements reruning->rerunning rerurn->return, rerun, rerwite->rewrite resarch->research resart->restart resarts->restarts resaurant->restaurant resaurants->restaurants rescaned->rescanned rescource->resource rescourced->resourced rescources->resources rescourcing->resourcing rescrition->restriction rescritions->restrictions reseach->research reseached->researched researvation->reservation researvations->reservations researve->reserve researved->reserved researves->reserves researving->reserving 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, resestatus->resetstatus 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 resoiurced->resourced resoiurces->resources resoiurcing->resourcing resoltion->resolution resoluitons->resolutions resoluton->resolution resolvinf->resolving reson->reason resonable->reasonable resons->reasons resonse->response resonses->responses resoource->resource resoourced->resourced resoources->resources resoourcing->resourcing resopnse->response resopnses->responses resorce->resource resorced->resourced resorces->resources resorcing->resourcing resore->restore resoruce->resource resoruced->resourced resoruces->resources resorucing->resourcing resouce->resource resouced->resourced resouces->resources resoucing->resourcing resoultion->resolution resoultions->resolutions resourcd->resourced, resource, resourcde->resourced, resource, resourceype->resourcetype resourcs->resources, resource, resourcse->resources, resource, resourcsed->resourced, resource, resoure->resource resoured->resourced resoures->resources resoution->resolution resoves->resolves respawining->respawning respecitve->respective respecitvely->respectively respecive->respective respecively->respectively respectivley->respectively respectivly->respectively respnse->response respnses->responses respoduce->reproduce responc->response, respond, responce->response responces->responses responde->respond, response, responds, responded, responder, responibilities->responsibilities responisble->responsible responnsibilty->responsibility respons->response, respond, responsabilities->responsibilities responsability->responsibility responsable->responsible responsed->responded, responses, responser's->responder's responser->responder responsers->responders responsess->responses responsibile->responsible responsibilites->responsibilities responsibilty->responsibility responsiblities->responsibilities responsiblity->responsibility responsing->responding respose->response resposes->responses resposibility->responsibility resposible->responsible resposiblity->responsibility respositories->repositories respository->repository resposive->responsive resposiveness->responsiveness resposne->response resposnes->responses resquest->request resrouce->resource resrouced->resourced resrouces->resources resroucing->resourcing resrved->reserved ressapee->recipe ressemblance->resemblance ressemble->resemble ressembled->resembled ressemblence->resemblance ressembling->resembling ressemle->resemble ressetting->resetting ressize->resize ressizes->resizes ressource->resource ressourced->resourced ressources->resources ressourcing->resourcing 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 restesting->retesting resticted->restricted restoding->restoring restoiring->restoring restor->restore restorated->restored restoreable->restorable restoreble->restorable restoreing->restoring restors->restores restouration->restoration restraunt->restraint, restaurant, restrcted->restricted restrcuture->restructure restriced->restricted restroing->restoring restuarant->restaurant restuarants->restaurants 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 resumbmitting->resubmitting resumitted->resubmitted resumt->resume resuorce->resource resuorced->resourced resuorces->resources resuorcing->resourcing resurce->resource resurced->resourced resurces->resources resurcing->resourcing 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 retieving->retrieving retinew->retinue retireving->retrieving retirned->returned retore->restore retored->restored retores->restores retoric->rhetoric retorical->rhetorical retoring->restoring retourned->returned retpresenting->representing retquirement->requirement retquirements->requirements retquireseek->requireseek retquiresgpos->requiresgpos retquiresgsub->requiresgsub retquiressl->requiressl retranser->retransfer retransferd->retransferred retransfered->retransferred retransfering->retransferring retransferrd->retransferred retransfert->retransfer, retransferred, retransmited->retransmitted retransmition->retransmission retreevable->retrievable retreeval->retrieval retreeve->retrieve retreeved->retrieved retreeves->retrieves retreeving->retrieving retreivable->retrievable retreival->retrieval retreive->retrieve retreived->retrieved retreives->retrieves retreiving->retrieving retrevable->retrievable retreval->retrieval retreve->retrieve retreved->retrieved retreves->retrieves retreving->retrieving retrict->restrict retricted->restricted retriebe->retrieve retriece->retrieve retrieces->retrieves retriev->retrieve retrieveds->retrieved retrival->retrieval, retrial, retrive->retrieve retrived->retrieved retrives->retrieves retriving->retrieving retrun->return retruned->returned retruns->returns retsart->restart retsarts->restarts retun->return 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 returnig->returning returnn->return returnning->returning returs->returns retursn->returns retutning->returning retyring->retrying reudce->reduce reudced->reduced reudces->reduces reudction->reduction reudctions->reductions reuest->request reuests->requests reulator->regulator reuplad->reupload reupladad->reupload, reuploaded, reupladed->reuploaded reuplader->reuploader reupladers->reuploaders reuplading->reuploading reuplads->reuploads reuplaod->reupload reuplaodad->reupload, reuploaded, reuplaoded->reuploaded reuplaoder->reuploader reuplaoders->reuploaders reuplaoding->reuploading reuplaods->reuploads reuplod->reupload reuplodad->reupload, reuploaded, reuploded->reuploaded reuploder->reuploader reuploders->reuploaders reuploding->reuploading reuplods->reuploads reuqest->request reuqested->requested reuqesting->requesting reuqests->requests reurn->return reursively->recursively reuslt->result reussing->reusing reutnred->returned reutrn->return reutrns->returns revaildating->revalidating revaluated->reevaluated reveive->receive, revive, reveiw->review reveiwed->reviewed reveiwer->reviewer reveiwers->reviewers reveiwes->reviews, reviewers, reveiwing->reviewing reveiws->reviews revelent->relevant reveokes->revokes rever->revert, refer, fever, reveral->reversal, referral, reverce->reverse reverced->reversed reverece->reference, reverence, revereces->references 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 reviwed->reviewed reviwer->reviewer reviwers->reviewers reviwing->reviewing revoluion->revolution revolutionar->revolutionary revrese->reverse revrieve->retrieve revrieves->retrieves revsion->revision rewirtable->rewritable rewirte->rewrite rewirtten->rewritten rewitable->rewritable rewite->rewrite rewitten->rewritten reworkd->reworked rewriable->rewritable, reliable, rewriet->rewrite rewriite->rewrite rewrited->rewrote, rewritten, rewriten->rewritten rewritting->rewriting 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 riminder->reminder riminders->reminders riminding->reminding rimitives->primitives rininging->ringing rised->raised, rose, rispective->respective 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 rnage->rage, range, roataion->rotation roatation->rotation roated->rotated roation->rotation roboustness->robustness Rockerfeller->Rockefeller rococco->rococo rocord->record roduce->reduce, produce, roduceer->producer roigin->origin roiginal->original roiginally->originally roiginals->originals roiginating->originating roigins->origins roomate->roommate ropeat->repeat rorated->rotated rosponse->response rosponsive->responsive rotaion->rotation rotaions->rotations rotaiton->rotation rotaitons->rotations rotat->rotate rotataion->rotation rotataions->rotations rotatd->rotated, rotate, rotateable->rotatable rotatio->rotation, ratio, rotatios->rotations, ratios, rotats->rotates, rotate, rouding->rounding roughtly->roughly rougly->roughly rouine->routine rouines->routines round-robbin->round-robin roundign->rounding roundtriped->roundtripped, round-tripped, round tripped, roundtriping->roundtripping, round-tripping, round tripping, roundtripp->roundtrip, round-trip, round trip, rountine->routine rountines->routines rountrip->roundtrip, round-trip, round trip, rountriped->roundtripped, round-tripped, round tripped, rountriping->roundtripping, round-tripping, round tripping, rountripped->roundtripped, round-tripped, round tripped, rountripping->roundtripping, round-tripping, round tripping, routet->routed, route, router, routin->routine, routing, routins->routines rovide->provide rovided->provided rovider->provider rovides->provides roviding->providing rqeuest->request, quest, rqeuested->requested rqeuesting->requesting rqeuests->requests, quests, rquest->request, quest, rquested->requested rquesting->requesting rquests->requests, quests, rquire->require rquired->required rquirement->requirement rquires->requires rquiring->requiring rranslation->translation rranslations->translations rrase->erase rsizing->resizing, sizing, rsource->resource, source, rsourced->resourced, sourced, rsources->resources, sources, rsourcing->resourcing, sourcing, rturns->returns, turns, rubarb->rhubarb rucuperate->recuperate rudimentally->rudimentary rudimentatry->rudimentary rudimentry->rudimentary rulle->rule rumatic->rheumatic runing->running, ruining, runn->run runned->ran, run, ruined, runnging->running, rummaging, runnig->running runnign->running runnigng->running runnin->running runnint->running runnning->running runns->runs runnung->running runtine->runtime, routine, runting->runtime rurrent->current russina->Russian Russion->Russian rwite->write rysnc->rsync rythem->rhythm rythim->rhythm rythm->rhythm rythmic->rhythmic rythyms->rhythms saame->same 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 saem->same 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 saleries->salaries salery->salary salveof->slaveof 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 sarting->starting, sorting, sastisfies->satisfies sasy->says, sassy, satandard->standard satandards->standards satelite->satellite satelites->satellites satelitte->satellite satement->statement satements->statements saterday->Saturday saterdays->Saturdays satified->satisfied satifies->satisfies satify->satisfy satifying->satisfying satisfactority->satisfactorily satisfiabilty->satisfiability satisfing->satisfying satisfyied->satisfied satisifed->satisfied satisified->satisfied satisifies->satisfies satisify->satisfy satisifying->satisfying satistying->satisfying satric->satiric satrical->satirical satrically->satirically sattelite->satellite sattelites->satellites sattellite->satellite sattellites->satellites satuaday->Saturday satuadays->Saturdays saught->sought sav->save 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 scalarr->scalar scaleability->scalability scaleable->scalable scaleing->scaling scalled->scaled scandanavia->Scandinavia scaned->scanned scaning->scanning scannning->scanning scarch->search, scorch, scratch, scaricity->scarcity scatch->catch, scratch, sketch, scatched->caught, scratched, sketched, scatcher->catcher, scratcher, sketcher, scatches->catches, scratches, sketches, scatching->catching, scratching, sketching, scatchs->catches, scratches, sketches, scatchss->catches, scratches, sketches, scavange->scavenge scavanged->scavenged scavanger->scavenger scavangers->scavengers scavanges->scavenges sccope->scope scecified->specified sceen->scene, seen, screen, scheme, sceens->scenes, screens, schemes, sceme->scheme, scene, scemes->schemes, scenes, scenarion->scenario scenarions->scenarios scence->scene, science, sense, scences->scenes, sciences, senses, census, scenegraaph->scenegraph scenegraaphs->scenegraphs sceond->second sceonds->seconds scetch->sketch scetched->sketched scetches->sketches scetching->sketching schdule->schedule schduled->scheduled schduleing->scheduling schduler->scheduler schdules->schedules schduling->scheduling schedual->schedule scheduald->scheduled schedualed->scheduled schedualing->scheduling schedulier->scheduler schedulling->scheduling schme->scheme schmea->schema schmeas->schemas schmes->schemes scholarhip->scholarship scholarhips->scholarships scholarstic->scholastic, scholarly, scholdn't->shouldn't schould->should scientfic->scientific scientfically->scientifically scientficaly->scientifically scientficly->scientifically scientifc->scientific scientifcally->scientifically scientifcaly->scientifically scientifcly->scientifically scientis->scientist scientiss->scientist scientisst->scientists, scientist, scince->science scinece->science scintiallation->scintillation scintillatqt->scintillaqt scipt->script, skipped, scipted->scripted scipting->scripting scipts->scripts, skips, sciript->script sciripts->scripts scirpt->script scirpts->scripts scketch->sketch scketched->sketched scketches->sketches scketching->sketching sclar->scalar scneario->scenario scnearios->scenarios scoket->socket scoll->scroll scolling->scrolling scopeing->scoping scorebord->scoreboard scource->source, scouse, scourced->sourced, scoured, scourcer->scourer, sorcerer, scouser, scources->sources scrach->scratch scrached->scratched scraches->scratches scraching->scratching scrachs->scratches scrao->scrap screem->scream, screen, screenchot->screenshot screenchots->screenshots screenwrighter->screenwriter screnn->screen scriopted->scripted scriopting->scripting scriopts->scripts scriopttype->scripttype scriping->scripting scripst->scripts scriptype->scripttype scritp->script scritped->scripted scritping->scripting scritps->scripts scritpt->script scritpts->scripts scroipt->script scroipted->scripted scroipting->scripting scroipts->scripts scroipttype->scripttype scrollablbe->scrollable scrollin->scrolling scroolbar->scrollbar scrren->screen scrutinity->scrutiny sction->section, suction, sctional->sectional, suctional, sctioned->sectioned, suctioned, sctioning->sectioning, suctioning, sctions->sections, suctions, scubscribe->subscribe scubscribed->subscribed scubscriber->subscriber scubscribes->subscribes scuccessully->successfully sculpter->sculptor, sculpture, sculpters->sculptors, sculptures, scupt->sculpt scupted->sculpted scupting->sculpting scupture->sculpture scuptures->sculptures seach->search seached->searched seaches->searches seaching->searching seachkey->searchkey seacrchable->searchable searcahble->searchable searche->search, searched, searcheable->searchable searchin->searching searchs->searches seatch->search secceeded->seceded, succeeded, seccond->second secconds->seconds secction->section seceed->succeed, secede, seceeded->succeeded, seceded, secene->scene secific->specific secion->section secions->sections secirity->security seciton->section secitons->sections secne->scene secod->second seconadry->secondary seconcary->secondary secondaray->secondary seconday->secondary secondy->secondly, secondary, seconf->second seconly->secondly secont->second secontary->secondary secontly->secondly seconts->seconds secord->second secotr->sector secound->second secoundary->secondary secoundly->secondly secounds->seconds secquence->sequence secratary->secretary secretery->secretary secrion->section secruity->security sectin->section sectins->sections sectionis->sections, section is, sectionning->sectioning sectiont->sectioned, section, secton->section sectoned->sectioned sectoning->sectioning sectons->sections secue->secure secuely->securely secuity->security secund->second securiy->security securiyt->security securly->securely securre->secure securrely->securely securrly->securely securtity->security securtiy->security securty->security securuity->security sedereal->sidereal seeem->seem seeen->seen seelect->select seemes->seems seemless->seamless seemlessly->seamlessly seesion->session seesions->sessions seeting->seating, setting, seething, segement->segment segementation->segmentation segements->segments segemnts->segments segfualt->segfault segfualts->segfaults segmantation->segmentation segmend->segment segmendation->segmentation segmended->segmented segmends->segments segmenet->segment segmenetd->segmented segmeneted->segmented segmenets->segments segmentaion->segmentation segmente->segment segmentes->segments segmetn->segment segmetned->segmented segmetns->segments segument->segment seguoys->segues seh->she seige->siege seing->seeing seinor->senior seires->series sekect->select sekected->selected sekects->selects 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, selectoin->selection selecton->selection selectons->selections seledted->selected selektions->selections selektor->selector seleted->selected, deleted, seletion->selection, deletion, seletions->selections, deletions, self-comparisson->self-comparison self-contianed->self-contained self-referencial->self-referential self-refering->self-referring selfs->self selt->set, self, sold, selv->self semaintics->semantics semaphone->semaphore semaphones->semaphores semaphor->semaphore semaphors->semaphores semapthore->semaphore semapthores->semaphores sematic->semantic sematical->semantical sematically->semantically sematics->semantics sematnics->semantics semding->sending sement->cement, segment, sementation->segmentation semented->cemented, segmented, sementing->cementing, segmenting, sements->cements, segments, semgent->segment semicolor->semicolon semicolumn->semicolon semicondutor->semiconductor sempahore->semaphore sempahores->semaphores sempaphore->semaphore sempaphores->semaphores semphore->semaphore semphores->semaphores sempphore->semaphore senaphore->semaphore senaphores->semaphores senario->scenario senarios->scenarios sence->sense, since, sencond->second sencondary->secondary senconds->seconds sendign->sending sendinging->sending sendinng->sending senfile->sendfile senintels->sentinels senitnel->sentinel senitnels->sentinels senquence->sequence sensative->sensitive sensisble->sensible sensistive->sensitive sensistively->sensitively, sensitivity, sensitiv->sensitive sensitiveties->sensitivities sensitivety->sensitivity sensitivties->sensitivities sensitivty->sensitivity sensitivy->sensitivity, sensitively, sensitve->sensitive sensivity->sensitivity, sensitively, senstive->sensitive sensure->censure sentance->sentence sentances->sentences senteces->sentences sentense->sentence sentienl->sentinel sentinal->sentinel sentinals->sentinels sentive->sensitive sentively->sensitively, sensitivity, sentivite->sensitive seond->second, send, seonds->seconds, sends, 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 sepearable->separable sepearate->separate sepearated->separated sepearately->separately sepearates->separates sepearation->separation sepearator->separator sepearators->separators sepearet->separate sepearetly->separately sepearte->separate sepearted->separated sepeartely->separately sepeartes->separates sepeartor->separator sepeartors->separators sepeate->separate sepeated->separated sepeates->separates sepeator->separator sepeators->separators sepecial->special sepecially->especially, specially, sepecifed->specified sepecific->specific sepecification->specification sepecified->specified sepecifier->specifier sepecifiers->specifiers sepecifies->specifies sepecify->specify sepectral->spectral sepeicfy->specify sepend->depend, suspend, sependent->dependent sepending->depending seperable->separable seperad->separate seperadly->separately seperaly->separately seperaor->separator seperaors->separators seperare->separate seperared->separated seperares->separates seperat->separate seperataed->separated seperatally->separately seperataly->separately seperatated->separated seperatd->separated seperate->separate seperated->separated seperatedly->separately seperatedy->separated seperateely->separately seperateing->separating seperatelly->separately seperately->separately seperater->separator seperaters->separators seperates->separates seperating->separating seperation->separation seperations->separations seperatism->separatism seperatist->separatist seperatley->separately seperatly->separately seperator->separator seperators->separators sepereate->separate sepereated->separated sepereates->separates sepererate->separate sepererated->separated sepererates->separates seperete->separate sepereted->separated seperetes->separates seperratly->separately sepertator->separator sepertators->separators sepertor->separator sepertors->separators sepetaror->separator sepetarors->separators sepetate->separate sepetated->separated sepetately->separately sepetates->separates sepina->subpoena seporate->separate sepperate->separate seprarate->separate seprate->separate seprated->separated seprator->separator seprators->separators Septemer->September sepulchure->sepulchre, sepulcher, sepulcre->sepulchre, sepulcher, seqence->sequence seqenced->sequenced seqences->sequences seqencing->sequencing seqense->sequence seqensed->sequenced seqenses->sequences seqensing->sequencing seqenstial->sequential seqential->sequential seqeuencer->sequencer seqeuental->sequential seqeunce->sequence seqeuncer->sequencer seqeuntials->sequentials sequcne->sequence sequece->sequence sequeces->sequences sequeence->sequence sequelce->sequence sequemce->sequence sequemces->sequences sequencial->sequential sequencially->sequentially sequencies->sequences sequense->sequence sequensed->sequenced sequenses->sequences sequensing->sequencing sequenstial->sequential sequentialy->sequentially sequenzes->sequences sequetial->sequential sequeze->squeeze, sequence, sequnces->sequences ser->set serach->search serached->searched serailisation->serialisation serailization->serialization serailized->serialized serailze->serialize serailzed->serialized sercive->service sercived->serviced sercives->services serciving->servicing sergent->sergeant serialiazation->serialization serice->service serices->services, series, serie->series serieses->series serios->serious seriouly->seriously seriuos->serious serivce->service serivces->services sersies->series sertificate->certificate sertificated->certificated sertificates->certificates sertification->certification servce->service, serve, servced->serviced, served, servces->services, serves, servcing->servicing, serving, servece->service serveced->serviced serveces->services servecing->servicing serveice->service serveiced->serviced serveices->services serveicing->servicing serveral->several serverite->severity serverites->severities serveritie->severity, severities, serverities->severities serverity->severity servie->service servies->services servive->service servoce->service servoced->serviced servoces->services servocing->servicing serwer->server, sewer, sesitive->sensitive sessio->session sesssion->session sesssions->sessions sestatusbar->setstatusbar sestatusmsg->setstatusmsg setgit->setgid seting->setting setings->settings setion->section setions->sections setis->set is, settees, setitng->setting setitngs->settings setquential->sequential setted->set settelement->settlement settigs->settings settinga->settings settingss->settings settins->settings settlment->settlement settng->setting 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, severl->several severley->severely severly->severely sevice->service sevrity->severity sewdonim->pseudonym sewdonims->pseudonyms sewrvice->service sfety->safety 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 shareed->shared 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 shepre->sphere shepres->spheres 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 sholdn't->shouldn't sholuld->should sholuldn't->shouldn't 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 shtop->stop, shop, shtoped->stopped, shopped, shtopes->stops, shops, shtoping->stopping, shopping, shtopp->stop, shop, shtopped->stopped, shopped, shtoppes->stops, shops, shtopping->stopping, shopping, shtops->stops, shops, shttp->https shuld->should shure->sure shurely->surely shutdownm->shutdown shuting->shutting shutodwn->shutdown shwo->show shystem->system shystemerror->systemerror, system error, shystemmemory->systemmemory, system memory, shystems->systems shystemwindow->systemwindow, system window, sibiling->sibling sicinct->succinct sicinctly->succinctly sicne->since sidde->side sideral->sidereal siduction->seduction sie->size, sigh, sies->size, sighs, siez->size, seize, sieze->seize, size, siezed->seized, sized, siezing->seizing, sizing, siezure->seizure siezures->seizures siffix->suffix siffixation->suffixation, suffocation, siffixed->suffixed siffixes->suffixes siffixing->suffixing sigal->signal, sigil, sigaled->signaled sigals->signals, sigils, siganture->signature sigantures->signatures sigen->sign sigificance->significance siginificant->significant siginificantly->significantly siginify->signify sigit->digit sigits->digits sigle->single, sigil, sigles->singles, sigils, sigleton->singleton signabl->signable, signal, 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, signal, signles->singles, signals, signol->signal signto->sign to signul->signal signular->singular signularity->singularity silentely->silently silenty->silently siliently->silently, saliently, simeple->simple simgle->single simialr->similar simiar->similar similarily->similarly similary->similarly similat->similar similia->similar similiar->similar similiarity->similarity similiarly->similarly similiarty->similarity similiary->similarity simily->simile, smiley, simply, similarly, simlar->similar simlarlity->similarity simlarly->similarly simle->simple, smile, simile, simliar->similar simliarly->similarly simlicity->simplicity simlified->simplified simly->simply, simile, smiley, simmetric->symmetric simmetrical->symmetrical simmetry->symmetry simmilar->similar simpified->simplified simplei->simply simpley->simply simplicty->simplicity simplier->simpler simplies->implies, simplifies, simpliest->simplest simplifiy->simplify 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 simultaneos->simultaneous simultaneosly->simultaneously simultanious->simultaneous simultaniously->simultaneously simultanous->simultaneous simultanously->simultaneously simutaneously->simultaneously sinature->signature sincerley->sincerely sincerly->sincerely singal->signal, single, singaled->signaled singals->signals singel->single, signal, singelar->singular singelarity->singularity singelarly->singularly singeled->singled, signaled, singeles->singles, signals, singelton->singleton singificand->significand, significant, singlar->singular single-threded->single-threaded singls->singles, single, singlton->singleton singltons->singletons singlular->singular singlularly->singularly singnal->signal singnalled->signalled singnals->signals singol->signal, single, singolar->singular singoled->signaled, singled, singols->signals, singles, singool->single, signal, singoolar->singular singoolarity->singularity singoolarly->singularly singooled->singled, signaled, singools->singles, signals, singsog->singsong singuarity->singularity singuarl->singular singulaties->singularities sinlge->single 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 siply->simply sircle->circle sircles->circles sircular->circular sirect->direct sirected->directed sirecting->directing sirection->direction sirectional->directional sirectionalities->directionalities sirectionality->directionality sirectionals->directionals sirectionless->directionless sirections->directions sirective->directive sirectives->directives sirectly->directly sirectness->directness sirector->director sirectories->directories sirectors->directors sirectory->directory sirects->directs sise->size, sisal, sisnce->since sistem->system sistematically->systematically sistematics->systematics sistematies->systematies sistematising->systematising sistematizing->systematizing sistematy->systematy sistemed->systemed sistemic->systemic sistemically->systemically sistemics->systemics sisteming->systemic, stemming, sistemist->systemist sistemists->systemists sistemize->systemize sistemized->systemized sistemizes->systemizes sistemizing->systemizing sistems->systems sitation->situation sitations->situations sitaution->situation sitautions->situations sitck->stick siteu->site sitll->still situationals->situational, situations, situationly->situationally, situational, situationnal->situational situatuion->situation situatuions->situations situatution->situation situatutions->situations situbbornness->stubbornness situdio->studio situdios->studios situration->situation siturations->situations situtaion->situation situtaions->situations situtation->situation situtations->situations siute->suite sivible->visible siwtch->switch siwtched->switched siwtching->switching Sixtin->Sistine, Sixteen, sizre->size Skagerak->Skagerrak skalar->scalar skateing->skating skecth->sketch skecthes->sketches skeep->skip skelton->skeleton skept->skipped sketchs->sketches skilfull->skilful, skillful, skillfull->skillful, skilful, skillfully, skilfully, skillfullness->skillfulness, skilfulness, 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 sleect->select sleeped->slept sleepp->sleep slicable->sliceable slient->silent sliently->silently slighlty->slightly slighly->slightly slightl->slightly slighty->slightly slignt->slight sligntly->slightly sligth->slight sligthly->slightly sligtly->slightly sliped->slipped sliseshow->slideshow slowy->slowly sluggify->slugify smae->same smal->small 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 smpt->SMTP, SMTPE, 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 snytax->syntax Soalris->Solaris socail->social socalism->socialism socekts->sockets socities->societies soecialize->specialized soem->some soemthing->something soemwhere->somewhere sofisticated->sophisticated softend->softened softwares->software softwre->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 solf->solve, sold, solfed->solved solfer->solver, solder, solfes->solves solfing->solving solfs->solves soliders->soldiers solification->solidification soliliquy->soliloquy soltion->solution soluable->soluble solum->solemn solveable->solvable solwed->solved som->some someboby->somebody somehting->something somehwat->somewhat somehwere->somewhere somehwo->somehow somelse->someone else somemore->some more somene->someone somenone->someone someon->someone somes->some somethig->something somethign->something somethimes->sometimes somethimg->something somethiong->something sometiem->sometime, sometimes, sometiems->sometimes sometihing->something sometihng->something sometiles->some tiles, sometimes, sometims->sometimes sometines->sometimes someting->something sometinhg->something somewere->somewhere somewher->somewhere somewho->somehow somme->some 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, soot, soop->soup, scoop, snoop, soap, soource->source sophicated->sophisticated sophisicated->sophisticated sophmore->sophomore sorce->source, force, sorceror->sorcerer sord->sword, sore, sored, sawed, soared, sorrounding->surrounding sortig->sorting sortings->sorting sortlst->sortlist sortner->sorter sortnr->sorter sortrage->storage, shortage, soruce->source, spruce, soruces->sources, spruces, soscket->socket soterd->stored, sorted, sotfware->software sotrage->storage, shortage, sotred->sorted, stored, sotring->storing, sorting, sotry->story, sorry, 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 sourcd->sourced, source, sourcde->sourced, source, sourcedrectory->sourcedirectory sourcs->sources, source, sourcse->sources, source, sourct->source soure->source, sure, sore, sour, soured, soures->sources, sores, sours, soured, sourrounding->surrounding sourt->sort, south, sour, 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 spawining->spawning spawnve->spawn spaws->spawns spcae->space spcecified->specified spcial->special spcific->specific 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 specfield->specified specfies->specifies specfiied->specified specfy->specify specfying->specifying speciafied->specified specialiced->specialised, specialized, specialitzed->specialised, specialized, speciallized->specialised, specialized, specialy->specially specic->specific specical->special specication->specification specidic->specific specied->specified speciefied->specified specifactions->specifications specifc->specific specifcation->specification specifcations->specifications specifcied->specified specifclly->specifically specifed->specified speciffic->specific speciffically->specifically specifially->specifically specificallly->specifically specificaly->specifically specificated->specified specificateion->specification specificatin->specification specificaton->specification specificed->specified specifices->specifies specifich->specify, specific, specificially->specifically specificiation->specification specificiations->specifications specificically->specifically specificied->specified specificl->specific specificly->specifically specifiction->specification specifictions->specifications specificy->specify, specificity, specifically, specifid->specified specifing->specifying specifiy->specify specifiying->specifying specifric->specific specift->specify specifyed->specified specifyied->specified specifyig->specifying specifyinhg->specifying speciied->specified speciifc->specific speciifed->specified specilized->specialized speciman->specimen speciries->specifies speciry->specify 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 speeling->spelling speelling->spelling speep->sleep speep-up->speed-up speeped->sped speeping->sleeping spefally->specially, specifically, spefation->separation, specification, spefations->separations, specifications, spefcifiable->specifiable spefcific->specific spefcifically->specifically spefcification->specification spefcifications->specifications spefcifics->specifics spefcifieid->specified spefcifieir->specifier spefcifieirs->specifiers spefcifieis->specifies spefcifiy->specify spefcifiying->specifying spefeid->specified spefeir->specifier spefeirs->specifiers spefeis->specifies spefiable->specifiable spefial->special spefic->specific speficable->specifiable spefically->specifically spefication->specification spefications->specifications speficed->specified speficeid->specified speficeir->specifier speficeirs->specifiers speficeis->specifies speficer->specifier speficers->specifiers spefices->specifies speficiable->specifiable speficiallally->specifically speficiallation->specification speficiallations->specifications speficialleid->specified speficialleir->specifier speficialleirs->specifiers speficialleis->specifies speficialliable->specifiable speficiallic->specific speficiallically->specifically speficiallication->specification speficiallications->specifications speficiallics->specifics speficiallied->specified speficiallier->specifier speficialliers->specifiers speficiallies->specifies speficiallifed->specified speficiallifer->specifier speficiallifers->specifiers speficiallifes->specifies speficially->specifically speficiation->specification speficiations->specifications speficic->specific speficically->specifically speficication->specification speficications->specifications speficics->specifics speficied->specified speficieid->specified speficieir->specifier speficieirs->specifiers speficieis->specifies speficier->specifier speficiers->specifiers speficies->specifies speficifally->specifically speficifation->specification speficifations->specifications speficifc->specific speficifcally->specifically speficifcation->specification speficifcations->specifications speficifcs->specifics speficifed->specified speficifeid->specified speficifeir->specifier speficifeirs->specifiers speficifeis->specifies speficifer->specifier speficifers->specifiers speficifes->specifies speficifiable->specifiable speficific->specific speficifically->specifically speficification->specification speficifications->specifications speficifics->specifics speficified->specified speficifier->specifier speficifiers->specifiers speficifies->specifies speficififed->specified speficififer->specifier speficififers->specifiers speficififes->specifies speficify->specify speficifying->specifying speficiiable->specifiable speficiic->specific speficiically->specifically speficiication->specification speficiications->specifications speficiics->specifics speficiied->specified speficiier->specifier speficiiers->specifiers speficiies->specifies speficiifed->specified speficiifer->specifier speficiifers->specifiers speficiifes->specifies speficillally->specifically speficillation->specification speficillations->specifications speficilleid->specified speficilleir->specifier speficilleirs->specifiers speficilleis->specifies speficilliable->specifiable speficillic->specific speficillically->specifically speficillication->specification speficillications->specifications speficillics->specifics speficillied->specified speficillier->specifier speficilliers->specifiers speficillies->specifies speficillifed->specified speficillifer->specifier speficillifers->specifiers speficillifes->specifies speficilly->specifically speficitally->specifically speficitation->specification speficitations->specifications speficiteid->specified speficiteir->specifier speficiteirs->specifiers speficiteis->specifies speficitiable->specifiable speficitic->specific speficitically->specifically speficitication->specification speficitications->specifications speficitics->specifics speficitied->specified speficitier->specifier speficitiers->specifiers speficities->specificities speficitifed->specified speficitifer->specifier speficitifers->specifiers speficitifes->specifies speficity->specificity speficiy->specify speficiying->specifying spefics->specifics speficy->specify speficying->specifying spefied->specified spefier->specifier spefiers->specifiers spefies->specifies spefifally->specifically spefifation->specification spefifations->specifications spefifed->specified spefifeid->specified spefifeir->specifier spefifeirs->specifiers spefifeis->specifies spefifer->specifier spefifers->specifiers spefifes->specifies spefifiable->specifiable spefific->specific spefifically->specifically spefification->specification spefifications->specifications spefifics->specifics spefified->specified spefifier->specifier spefifiers->specifiers spefifies->specifies spefififed->specified spefififer->specifier spefififers->specifiers spefififes->specifies spefify->specify spefifying->specifying spefiiable->specifiable spefiic->specific spefiically->specifically spefiication->specification spefiications->specifications spefiics->specifics spefiied->specified spefiier->specifier spefiiers->specifiers spefiies->specifies spefiifally->specifically spefiifation->specification spefiifations->specifications spefiifeid->specified spefiifeir->specifier spefiifeirs->specifiers spefiifeis->specifies spefiifiable->specifiable spefiific->specific spefiifically->specifically spefiification->specification spefiifications->specifications spefiifics->specifics spefiified->specified spefiifier->specifier spefiifiers->specifiers spefiifies->specifies spefiififed->specified spefiififer->specifier spefiififers->specifiers spefiififes->specifies spefiify->specify spefiifying->specifying spefixally->specifically spefixation->specification spefixations->specifications spefixeid->specified spefixeir->specifier spefixeirs->specifiers spefixeis->specifies spefixiable->specifiable spefixic->specific spefixically->specifically spefixication->specification spefixications->specifications spefixics->specifics spefixied->specified spefixier->specifier spefixiers->specifiers spefixies->specifies spefixifed->specified spefixifer->specifier spefixifers->specifiers spefixifes->specifies spefixy->specify spefixying->specifying spefiy->specify spefiying->specifying spefy->specify spefying->specifying speical->special speices->species speicfied->specified speicific->specific speicified->specified speicify->specify speling->spelling spellshecking->spellchecking spendour->splendour speparate->separate speparated->separated speparating->separating speparation->separation 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 spile->spite, spiral, spiltting->splitting spinlcok->spinlock spinock->spinlock splig->split, splign, spligs->splits spliitting->splitting splite->split, splits, splice, 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 spped->speed, sped, sipped, sapped, supped, sopped, spport->support spported->supported spporting->supporting spports->supports spreaded->spread spreadhseet->spreadsheet spreadhseets->spreadsheets spreasheet->spreadsheet spreasheets->spreadsheets sprech->speech sprecial->special sprecialized->specialized sprecially->specially spred->spread spredsheet->spreadsheet spreedsheet->spreadsheet sprinf->sprintf spriritual->spiritual spritual->spiritual sproon->spoon spsace->space spsaces->spaces sptintf->sprintf spurios->spurious spurrious->spurious sqare->square sqared->squared sqares->squares sqash->squash sqashed->squashed sqashing->squashing sqaure->square sqaured->squared sqaures->squares sqeuence->sequence squashgin->squashing squence->sequence squirel->squirrel squirl->squirrel squrared->squared srcipt->script srcipts->scripts sreampropinfo->streampropinfo sreenshot->screenshot sreenshots->screenshots sreturns->returns srew->screw, shrew, sew, srikeout->strikeout sring->string srings->strings srink->shrink srinkd->shrunk srinked->shrunk srinking->shrinking sript->script sripts->scripts srollbar->scrollbar srouce->source srtifact->artifact srtifacts->artifacts srting->string, sorting, srtings->strings 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 stackk->stack stadnard->standard stadnardisation->standardisation stadnardised->standardised stadnardising->standardising stadnardization->standardization stadnardized->standardized stadnardizing->standardizing stadnards->standards stae->state staement->statement staically->statically stainlees->stainless staion->station staions->stations staition->station staitions->stations 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 standy->standby, sandy, standee, stange->strange stanp->stamp staration->starvation stard->start stardard->standard startd->started startegic->strategic startegies->strategies startegy->strategy startet->started startign->starting startin->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 stauration->saturation staus->status stawk->stalk stcokbrush->stockbrush stdanard->standard stdanards->standards stength->strength steram->stream steramed->streamed steramer->streamer steraming->streaming sterams->streams sterio->stereo steriods->steroids sterotypes->stereotypes stiffneing->stiffening stiky->sticky stil->still stilus->stylus stingent->stringent stipped->stripped stiring->stirring stirng->string stirngs->strings stirr->stir stirrs->stirs stivk->stick stivks->sticks stle->style stlye->style stlyes->styles stnad->stand stndard->standard stocahstic->stochastic stocastic->stochastic stoer->store stoers->stores stomache->stomach stompted->stomped stong->strong stoped->stopped stoping->stopping stopp->stop stoppped->stopped stoppping->stopping stopps->stops stopry->story storag->storage storeable->storable storeage->storage stoream->stream storeble->storable storeing->storing storeis->stories, stores, store is, storeys, storise->stories stornegst->strongest storys->stories, storeys, stoyr->story stpo->stop strack->stack, track, stradegies->strategies stradegy->strategy stragedy->strategy, tragedy, stragegy->strategy strageties->strategies stragety->strategy straigh-forward->straightforward straighforward->straightforward straightfoward->straightforward straigt->straight straigth->straight straines->strains stram->steam, stream, tram, straming->streaming, steaming, strams->steams, streams, trams, stran->strand, strain, strangly->strangely, strange, strangle, strangness->strangeness strat->start, strata, stratagically->strategically strcture->structure strctures->structures 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 strentgh->strength strenth->strength strerrror->strerror striaght->straight striaghten->straighten striaghtens->straightens striaghtforward->straightforward striaghts->straights striclty->strictly stricly->strictly stricteir->stricter strictier->stricter strictiest->strictest 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 stroe->store 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 structed->structured 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 strucure->structure strucutre->structure strucutred->structured strucutres->structures strucuture->structure struggel->struggle struggeled->struggled struggeling->struggling struggels->struggles struttural->structural strutture->structure struture->structure ststion->station ststionary->stationary ststioned->stationed ststionery->stationery ststions->stations ststr->strstr stteting->setting sttetings->settings stting->string, setting, sitting, sttings->strings, settings, sittings, stuation->situation, station, stuations->situations, stations, stubborness->stubbornness stucked->stuck stuckt->stuck stuct->struct stucts->structs stucture->structure stuctured->structured stuctures->structures studdy->study studi->study, studio, studing->studying studis->studies, studios, studoi->studio studois->studios stuggling->struggling stuido->studio stuidos->studios stuill->still stummac->stomach sturcture->structure sturctures->structures sturture->structure sturtured->structured sturtures->structures sturucture->structure stutdown->shutdown stutus->status styhe->style styilistic->stylistic stying->staying, styling, sub-lcuase->sub-clause subcatagories->subcategories subcatagory->subcategory subcirucit->subcircuit subcommannd->subcommand subcommnad->subcommand subconchus->subconscious subconsiously->subconsciously subcribe->subscribe subcribed->subscribed subcribes->subscribes subcribing->subscribing subdirectoires->subdirectories subdirectorys->subdirectories subdirecty->subdirectory subdivisio->subdivision subdivisiond->subdivisioned subdoamin->subdomain subdoamins->subdomains subelemet->subelement subelemets->subelements subexperesion->subexpression subexperesions->subexpressions subexperession->subexpression subexperessions->subexpressions subexpersion->subexpression subexpersions->subexpressions subexperssion->subexpression subexperssions->subexpressions subexpession->subexpression subexpessions->subexpressions subexpresssion->subexpression subexpresssions->subexpressions subfolfer->subfolder subfolfers->subfolders subfroms->subforms subirectory->subdirectory subjec->subject 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 subpsace->subspace subquue->subqueue subract->subtract subracted->subtracted subraction->subtraction subree->subtree subroutie->subroutine subrouties->subroutines subsceptible->susceptible subscibe->subscribe subscibed->subscribed subsciber->subscriber subscibers->subscribers subscirbe->subscribe subscirbed->subscribed subscirber->subscriber subscirbers->subscribers subscirbes->subscribes subscirbing->subscribing subscirpt->subscript subscirption->subscription subscirptions->subscriptions subscritpion->subscription subscritpions->subscriptions subscritpiton->subscription subscritpitons->subscriptions subscritpt->subscript subscritption->subscription subscritptions->subscriptions subsecrion->subsection subsedent->subsequent subseqence->subsequence subseqent->subsequent subsequest->subsequent subsequnce->subsequence subsequnt->subsequent subsequntly->subsequently subshystem->subsystem subshystems->subsystems subsidary->subsidiary subsiduary->subsidiary subsiquent->subsequent subsiquently->subsequently subsituent->substituent subsituents->substituents subsitutable->substitutable subsitutatble->substitutable subsitute->substitute subsituted->substituted subsitutes->substitutes subsituting->substituting subsitution->substitution subsitutuent->substituent subsitutuents->substituents subsitutute->substitute subsitututed->substituted subsitututes->substitutes subsitututing->substituting subsitutution->substitution subsquent->subsequent subsquently->subsequently subsriber->subscriber 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 substitued->substituted, substitute, substitues->substitutes substituing->substituting substituion->substitution substituions->substitutions substiution->substitution substract->subtract substracted->subtracted substracting->subtracting substraction->subtraction substracts->subtracts substucture->substructure substuctures->substructures substutite->substitute subsysthem->subsystem subsysthems->subsystems subsystyem->subsystem subsystyems->subsystems 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 subtsitutable->substitutable subtsitutatble->substitutable suburburban->suburban subystem->subsystem subystems->subsystems 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 successed->succeeded, success, successful, 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 suceses->successes sucesful->successful sucesfull->successful sucesfully->successfully sucesfuly->successfully sucesion->succession sucesive->successive sucess->success sucesscient->sufficient sucessed->succeeded sucesseding->succeeding, seceding, sucessefully->successfully sucesses->successes sucessess->success sucessflly->successfully sucessfually->successfully sucessfukk->successful sucessful->successful sucessfull->successful sucessfully->successfully sucessfuly->successfully sucession->succession sucessiv->successive sucessive->successive sucessively->successively sucessor->successor sucessors->successors sucessot->successor sucesss->success sucessses->successes sucesssful->successful sucesssfull->successful sucesssfully->successfully sucesssfuly->successfully sucessufll->successful sucessuflly->successfully sucessully->successfully sucide->suicide sucidial->suicidal sucome->succumb sucsede->succeed sudent->student sudents->students sudmobule->submodule sudmobules->submodules sueful->useful suface->surface sufaces->surfaces sufface->surface suffaces->surfaces sufferage->suffrage sufferred->suffered sufferring->suffering sufficate->suffocate sufficated->suffocated sufficates->suffocates sufficating->suffocating suffication->suffocation sufficent->sufficient sufficently->sufficiently suffisticated->sophisticated suficate->suffocate suficated->suffocated suficates->suffocates suficating->suffocating sufication->suffocation suficcient->sufficient suficient->sufficient suficiently->sufficiently sufocate->suffocate sufocated->suffocated sufocates->suffocates sufocating->suffocating sufocation->suffocation sugested->suggested sugestion->suggestion sugestions->suggestions sugests->suggests suggestes->suggests suggestsed->suggested suggestted->suggested suggesttion->suggestion suggesttions->suggestions sugget->suggest suggeted->suggested suggets->suggest, suggests, suggetsed->suggested suggetsing->suggesting suggetsion->suggestion sugggest->suggest sugggested->suggested sugggesting->suggesting sugggestion->suggestion sugggestions->suggestions sugguest->suggest sugguested->suggested sugguesting->suggesting sugguestion->suggestion sugguestions->suggestions suh->such suiete->suite suiteable->suitable sumamry->summary sumary->summary sumbitted->submitted sumed-up->summed-up summay->summary summerised->summarised summerized->summarized summersalt->somersault summmaries->summaries summmarisation->summarisation summmarised->summarised summmarization->summarization summmarized->summarized summmary->summary 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 superopeator->superoperator supersed->superseded superseedd->superseded superseede->supersede superseeded->superseded suphisticated->sophisticated suplant->supplant suplanted->supplanted suplanting->supplanting suplants->supplants 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 suppliad->supplied suppliementing->supplementing suppliment->supplement suppoed->supposed suppoert->support suppoort->support suppoorts->supports suppopose->suppose suppoprt->support suppoprted->supported suppor->support suppored->supported supporession->suppression supportd->supported supporte->supported, supporter, supportes->supports supportet->supporter, 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 suppressingd->suppressing supprot->support supproted->supported supproter->supporter supproters->supporters supproting->supporting supprots->supports supprt->support supprted->supported suppy->supply suppying->supplying suprassing->surpassing 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 supspect->suspect supspected->suspected supspecting->suspecting supspects->suspects 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 survay->survey survays->surveys surveilence->surveillance surveill->surveil surveyer->surveyor survice->service, survive, survices->services, survives, surviver->survivor survivers->survivors survivied->survived susbsystem->subsystem susbsystems->subsystems susbsytem->subsystem susbsytems->subsystems suscribe->subscribe suscribed->subscribed suscribes->subscribes suscript->subscript susepect->suspect suseptable->susceptible suseptible->susceptible susinctly->succinctly susinkt->succinct suspedn->suspend suspeneded->suspended suspention->suspension suspicios->suspicious suspicous->suspicious suspicously->suspiciously suspision->suspicion suspsend->suspend sussinct->succinct sustem->system sustems->systems sustitution->substitution sustitutions->substitutions susupend->suspend sutable->suitable, stable, sutdown->shutdown sute->site, suite, suit, sutisfaction->satisfaction sutisfied->satisfied sutisfies->satisfies sutisfy->satisfy sutisfying->satisfying suttle->subtle, shuttle, suttled->shuttled suttles->shuttles suttlety->subtlety suttling->shuttling suuport->support suuported->supported suuporting->supporting suuports->supports suvenear->souvenir svae->save, suave, svelt->svelte swaer->swear swaers->swears swalloed->swallowed swaped->swapped swapiness->swappiness swaping->swapping swarmin->swarming swcloumns->swcolumns swepth->swept swich->switch swiched->switched swiching->switching swicth->switch swicthed->switched swicthing->switching swiming->swimming switchs->switches switchting->switching swith->switch swithable->switchable 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 swtiching->switching swtichs->switches sxl->xsl syantax->syntax syas->says syatem->system syatems->systems sybsystem->subsystem sybsystems->subsystems sychronisation->synchronisation sychronise->synchronise sychronised->synchronised sychroniser->synchroniser sychronises->synchronises sychronisly->synchronously sychronization->synchronization sychronize->synchronize sychronized->synchronized sychronizer->synchronizer sychronizes->synchronizes sychronmode->synchronmode sychronous->synchronous sychronously->synchronously sycle->cycle sycled->cycled sycles->cycles syclic->cyclic, psychic, syclical->cyclical, physical, sycling->cycling sycn->sync 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 sylinder->cylinder sylinders->cylinders syllabills->syllabus, syllabification, sylog->syslog symantics->semantics symblic->symbolic 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 synchrnization->synchronization synchrnonization->synchronization synchroizing->synchronizing synchromized->synchronized synchroneous->synchronous synchroneously->synchronously synchronious->synchronous synchroniously->synchronously synchronizaton->synchronization synchronsouly->synchronously synchronuous->synchronous synchronuously->synchronously synchronus->synchronous syncrhonise->synchronise syncrhonised->synchronised syncrhonize->synchronize 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 syntatic->syntactic 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 sysem->system sysematic->systematic sysems->systems sysmatically->systematically sysmbol->symbol sysmograph->seismograph systax->syntax syste->system systemwindiow->systemwindow, system window, systen->system systens->systems systhem->system systhemerror->systemerror, system error, systhemmemory->systemmemory, system memory, systhems->systems systhemwindow->systemwindow, system window, systm->system systme->system systmes->systems systms->systems systyem->system systyems->systems sysyem->system sysyems->systems sytem->system sytematic->systematic sytemd->systemd syteme->system sytemerror->systemerror, system error, sytemmemory->systemmemory, system memory, sytems->systems sytemwindow->systemwindow, system window, 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 tabluar->tabular tabluate->tabulate tabluated->tabulated tabluates->tabulates tabluating->tabulating tabualte->tabulate tabualted->tabulated tabualtes->tabulates tabualting->tabulating tabualtor->tabulator tabualtors->tabulators 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 talbe->table talekd->talked tallerable->tolerable tamplate->template tamplated->templated tamplates->templates tamplating->templating tangeant->tangent tangeantial->tangential tangeants->tangents tangensial->tangential tangentailly->tangentially tanget->tangent tangetial->tangential tangetially->tangentially tangets->tangents tansact->transact tansaction->transaction tansactional->transactional tansactions->transactions tanseint->transient tansfomed->transformed tansient->transient tanslate->translate tanslated->translated tanslates->translates tanslation->translation tanslations->translations tanslator->translator tansmit->transmit tarbal->tarball tarbals->tarballs targed->target targer->target targetted->targeted targetting->targeting targettting->targeting targt->target targte->target tarmigan->ptarmigan tarnsparent->transparent tarpolin->tarpaulin tarvis->Travis tarvisci->TravisCI tasbar->taskbar taskelt->tasklet tast->taste tath->that tatoo->tattoo tatoos->tattoos tattooes->tattoos taveled->traveled, travelled, taveling->traveling, travelling, tavelled->travelled, traveled, tavelling->travelling, traveling, 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, we, to, teached->taught teachnig->teaching teamplate->template teamplates->templates teated->treated techical->technical techician->technician techicians->technicians techincal->technical techincally->technically techinically->technically techinique->technique 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 tecnical->technical tecnically->technically tecnician->technician tecnicians->technicians tecnique->technique tecniques->techniques tedeous->tedious tefine->define teh->the tehy->they tekst->text teksts->texts telegramm->telegram telelevision->television televsion->television telocom->telecom telphony->telephony temaplate->template temaplates->templates temeprature->temperature temepratures->temperatures temerature->temperature teminate->terminate teminated->terminated teminating->terminating temination->termination temlate->template temmporary->temporary, temporarily, temorarily->temporarily temorary->temporary tempalte->template tempaltes->templates tempararily->temporarily temparary->temporary temparate->temperate temparature->temperature 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 tempories->temporaries temporily->temporarily tempororaries->temporaries tempororarily->temporarily tempororary->temporary temporories->temporaries tempororily->temporarily temporory->temporary temporraies->temporaries temporraily->temporarily temporraries->temporaries temporrarily->temporarily temporrary->temporary temporray->temporary temporries->temporaries temporrily->temporarily temporry->temporary temportal->temporal temportaries->temporaries temportarily->temporarily temportary->temporary tempory->temporary temporyries->temporaries temporyrily->temporarily temporyry->temporary tempraaily->temporarily tempraal->temporal tempraarily->temporarily tempraarly->temporarily tempraary->temporary tempraay->temporary tempraily->temporarily tempral->temporal temprament->temperament tempramental->temperamental tempraraily->temporarily tempraral->temporal tempraraly->temporarily, temporally, temprararily->temporarily temprararly->temporarily temprarary->temporary tempraray->temporary temprarily->temporarily temprary->temporary, temporarily, temprature->temperature tempratures->temperatures tempray->temporary tempreature->temperature tempreatures->temperatures temprement->temperament tempremental->temperamental temproaily->temporarily temproal->temporal temproarily->temporarily temproarly->temporarily temproary->temporary temproay->temporary temproily->temporarily, temporally, temprol->temporal temproment->temperament tempromental->temperamental temproraily->temporarily temproral->temporal temproraly->temporarily temprorarily->temporarily temprorarly->temporarily temprorary->temporary temproray->temporary temprorily->temporarily temprory->temporary temproy->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 tention->tension teplmate->template teplmated->templated teplmates->templates tepmorarily->temporarily teridactyl->pterodactyl terific->terrific terimnate->terminate termianted->terminated terminater->terminator terminaters->terminators terminats->terminates termindate->terminate termine->determine termined->terminated terminte->terminate termo->thermo termostat->thermostat termperatue->temperature termperatues->temperatures termperature->temperature termperatures->temperatures termplate->template termplated->templated termplates->templates termporal->temporal termporaries->temporaries termporarily->temporarily termporary->temporary ternament->tournament ternimate->terminate 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 testng->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 theard->thread thearding->threading theards->threads theared->threaded theather->theater theef->thief theer->there theery->theory theese->these thefore->therefore thei->their, they, theif->thief theifs->thieves theire->their, they're, theis->this, thesis, theiv->thief, they've, theive->thief theives->thieves themplate->template themselces->themselves themselfe->themselves, themself, themselfes->themselves themselfs->themselves themselve->themselves, themself, themslves->themselves thenes->themes thenn->then theorectical->theoretical theoreticall->theoretically theoreticaly->theoretically theorical->theoretical theorically->theoretically theoritical->theoretical ther->there, their, the, other, therafter->thereafter therapudic->therapeutic therby->thereby thereads->threads therem->there, theorem, thereom->theorem thererin->therein theres->there's therfore->therefore theri->their, there, thermisor->thermistor thermisors->thermistors thermostast->thermostat thermostasts->thermostats therough->through, thorough, therstat->thermostat thes->this, these, 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 thight->tight, thigh, fight, thights->tights, thighs, fights, thign->thing thigns->things thigny->thingy thigsn->things thik->thick, think, thikn->think thikness->thickness thiknesses->thicknesses thikning->thinking, thickening, thikns->thinks thiks->thinks thime->time, theme, thyme, thine, thimngs->things thinigs->things thinkabel->thinkable thinkg->think, thing, things, thinkgs->thinks, 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 thme->them thn->then thna->than thnak->thank thnaks->thanks thne->then thnig->thing thnigs->things thonic->chthonic thorugh->through, thorough, thoruoghly->thoroughly thorwn->thrown, thorn, thos->those, this, thoses->those thoughout->throughout thougt->thought, though, 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 threah->thread, threat, threashold->threshold threasholds->thresholds threatend->threatened threatment->treatment threatments->treatments threatning->threatening thred->thread threded->threaded thredhold->threshold threding->threading threds->threads three-dimenional->three-dimensional three-dimenionsal->three-dimensional threedimenional->three-dimensional threedimenionsal->three-dimensional threee->three threhold->threshold threre->there, three, threrefore->therefore threshhold->threshold threshholds->thresholds threshol->threshold thresold->threshold thresshold->threshold thrid->third throen->thrown throgh->through thron->thrown, throne, throrough->thorough throtte->throttle, trot, throtted->throttled, trotted, throttes->throttles, trots, throtting->throttling, trotting, 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 thrue->through thruogh->through thruoghout->throughout thruoghput->throughput 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 tich->thick, tick, titch, stitch, tichened->thickened tichness->thickness 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 timedlta->timedelta timeing->timing timeot->timeout timeoutted->timed out timeput->timeout, time put, timeputs->timeouts, time puts, timere->timer timeschedule->time schedule timespanp->timespan timespanps->timespans timestan->timespan timestanp->timestamp, timespan, timestanps->timestamps, timespans, timestans->timespans timestemp->timestamp timestemps->timestamps timestmap->timestamp timestmaps->timestamps timetamp->timestamp timetamps->timestamps timmestamp->timestamp timmestamps->timestamps timming->timing, trimming, timne->time timoeut->timeout timout->timeout timtout->timeout timzeone->timezone timzeones->timezones timzezone->timezone timzezones->timezones tinterrupts->interrupts tiome->time, tome, tipe->type, tip, tipically->typically titel->title titels->titles titile->title tittled->titled tittling->titling tje->the tjhe->the tjpanishad->upanishad tkae->take tkaes->takes tkaing->taking tlaking->talking tmis->this toally->totally tobbaco->tobacco tobot->robot toches->touches tocksen->toxin todya->today toekn->token togehter->together toggel->toggle togheter->together toghether->together togling->toggling toglle->toggle toglled->toggled togther->together toi->to, toy, tolarable->tolerable tolelerance->tolerance tolen->token tolens->tokens toleranz->tolerance tolerence->tolerance tolernce->tolerance Tolkein->Tolkien tollerable->tolerable tollerance->tolerance tollerances->tolerances tomatoe->tomato tomatos->tomatoes tommorow->tomorrow tommorrow->tomorrow tomorrrow->tomorrow tongiht->tonight tonihgt->tonight tood->todo toogle->toggle toogling->toggling tookit->toolkit, took it, 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 torward->toward torwards->towards 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 tpyo->typo trabsform->transform traceablity->traceability trackign->tracking trackling->tracking tracsode->transcode tracsoded->transcoded tracsoder->transcoder tracsoders->transcoders tracsodes->transcodes tracsoding->transcoding tradgic->tragic tradionally->traditionally traditilnal->traditional traditiona->traditional traditionaly->traditionally traditionnal->traditional traditionnally->traditionally traditition->tradition tradtional->traditional tradtionally->traditionally trafficed->trafficked trafficing->trafficking trafic->traffic tragectory->trajectory traget->target trageted->targeted trageting->targeting tragets->targets traiing->trailing, training, trailling->trailing traingle->triangle traingular->triangular traingulate->triangulate traingulated->triangulated traingulates->triangulates traingulating->triangulating traingulation->triangulation traingulations->triangulations traker->tracker traking->tracking traling->trailing, trialing, trama->trauma tramsmit->transmit tramsmitted->transmitted tranaction->transaction tranactional->transactional tranactions->transactions tranasction->transaction tranceiver->transceiver tranceivers->transceivers trancendent->transcendent trancending->transcending tranclate->translate tranfer->transfer tranfered->transferred tranfering->transferring tranferred->transferred tranfers->transfers tranform->transform tranformable->transformable tranformation->transformation tranformations->transformations tranformative->transformative tranformed->transformed tranforming->transforming tranforms->transforms tranient->transient tranlatable->translatable 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 transaition->translation, transition, transaction, transaitions->translations, transitions, transactions, transalation->translation transalations->translations transalt->translate transalte->translate transalted->translated transaltes->translates transaltion->translation transaltions->translations transaltor->translator transaltors->translators transation->transaction, translation, transations->transactions, translations, transcendance->transcendence transcendant->transcendent transcendentational->transcendental transcevier->transceiver transciever->transceiver transcievers->transceivers transcocde->transcode transcocded->transcoded transcocder->transcoder transcocders->transcoders transcocdes->transcodes transcocding->transcoding transcocdings->transcodings transconde->transcode transconded->transcoded transconder->transcoder transconders->transcoders transcondes->transcodes transconding->transcoding transcondings->transcodings transcorde->transcode transcorded->transcoded transcorder->transcoder transcorders->transcoders transcordes->transcodes transcording->transcoding transcordings->transcodings transcoser->transcoder transcosers->transcoders transcripting->transcribing, transcription, transeint->transient transending->transcending transer->transfer transesxuals->transsexuals transferd->transferred transfered->transferred transfering->transferring transferrd->transferred transfert->transfer, transferred, transfom->transform transfomation->transformation transfomational->transformational transfomed->transformed transfomer->transformer transfomm->transform transfoprmation->transformation transforation->transformation transforations->transformations transformated->transformed transformates->transforms transformaton->transformation transformatted->transformed transforme->transformed, transformer, transform, transfrom->transform transfromate->transform, transformed, transfromation->transformation transfromations->transformations transfromed->transformed transfromer->transformer 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 transmittd->transmitted transmittion->transmission transmitts->transmits transmmit->transmit transocde->transcode transocded->transcoded transocder->transcoder transocders->transcoders transocdes->transcodes transocding->transcoding transocdings->transcodings transolate->translate transolated->translated transolates->translates transolating->translating transolation->translation transolations->translations 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 transproting->transporting transprots->transports transprt->transport transprted->transported transprting->transporting transprts->transports transpsition->transposition transsend->transcend transtion->transition transtions->transitions transtition->transition transtitions->transitions transtorm->transform transtormed->transformed transvorm->transform transvormation->transformation transvormed->transformed transvorming->transforming transvorms->transforms tranversing->traversing trapeziod->trapezoid trapeziodal->trapezoidal trasaction->transaction trascation->transaction trasfer->transfer trasferred->transferred trasfers->transfers trasform->transform trasformable->transformable trasformation->transformation trasformations->transformations trasformative->transformative trasformed->transformed trasformer->transformer trasformers->transformers trasforming->transforming trasforms->transforms traslalate->translate traslalated->translated traslalating->translating traslalation->translation traslalations->translations traslate->translate traslated->translated traslates->translates traslating->translating traslation->translation traslations->translations traslucency->translucency trasmission->transmission trasmit->transmit trasnaction->transaction trasnlate->translate trasnlated->translated trasnlation->translation trasnlations->translations trasnport->transport trasnports->transports trasnsmit->transmit trasparency->transparency trasparent->transparent trasparently->transparently trasport->transport trasportable->transportable trasported->transported trasporter->transporter trasports->transports traspose->transpose trasposed->transposed trasposition->transposition traspositions->transpositions traved->traversed traveersal->traversal traveerse->traverse traveersed->traversed traveerses->traverses traveersing->traversing traveral->traversal travercal->traversal traverce->traverse traverced->traversed traverces->traverses travercing->traversing travere->traverse travered->traversed traveres->traverse traveresal->traversal traverese->traverse, traverses, traveresed->traversed travereses->traverses traveresing->traversing travering->traversing traverls->travels, traversals, travesal->traversal travese->traverse travesed->traversed traveses->traverses travesing->traversing tre->tree treadet->treated treak->treat, tweak, treate->treat treatement->treatment treatements->treatments treates->treats tremelo->tremolo tremelos->tremolos trempoline->trampoline treshhold->threshold treshold->threshold tressle->trestle treting->treating trgistration->registration trhe->the triancle->triangle triancles->triangles triange->triangle trianglular->triangular trianglutaion->triangulation triangulataion->triangulation triangultaion->triangulation triger->trigger, tiger, trigered->triggered trigerred->triggered trigerring->triggering trigers->triggers trigged->triggered triggerd->triggered triggeres->triggers triggerred->triggered triggger->trigger triguered->triggered trik->trick, trike, triked->tricked trikery->trickery triks->tricks, trikes, triky->tricky trimed->trimmed triming->trimming, timing, tring->trying, string, ring, trings->strings, rings, triniy->trinity triology->trilogy tripple->triple trival->trivial trivally->trivially trivias->trivia trnasfers->transfers trnasmit->transmit trnasmited->transmitted trnasmits->transmits trnsfer->transfer trnsfered->transferred trnsfers->transfers troling->trolling trottle->throttle troublshooting->troubleshooting troughput->throughput 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 trunctate->truncate trunctated->truncated trunctating->truncating trunctation->truncation truncted->truncated truned->turned truns->turns trustworthyness->trustworthiness trustworty->trustworthy trustwortyness->trustworthiness truw->true 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 tunning->tuning, running, tuotiral->tutorial tuotirals->tutorials tupel->tuple tupple->tuple tupples->tuples ture->true turle->turtle turly->truly turnk->trunk, turnkey, turn, turorial->tutorial turorials->tutorials turtorial->tutorial turtorials->tutorials Tuscon->Tucson tust->trust tution->tuition tutoriel->tutorial tutoriels->tutorials tweleve->twelve twelth->twelfth two-dimenional->two-dimensional two-dimenionsal->two-dimensional twodimenional->two-dimensional twodimenionsal->two-dimensional twon->town twoo->two, too, twpo->two tye->type, tie, tyep->type tyes->types, ties, tyhat->that tyhe->they tyies->tries tymecode->timecode tyope->type typcast->typecast typcasting->typecasting typcasts->typecasts typcial->typical typechek->typecheck typecheking->typechecking typicall->typically, typical, typicallly->typically typicaly->typically typicially->typically typle->tuple typles->tuples typoe->typo, type, types, typoes->typos, types, typographc->typographic typpe->type typped->typed typpes->types tyranies->tyrannies tyrany->tyranny tyring->trying tyrranies->tyrannies tyrrany->tyranny ubelieveble->unbelievable ubelievebly->unbelievably ubernetes->Kubernetes ubiquitious->ubiquitous ubiquituously->ubiquitously ubitquitous->ubiquitous ublisher->publisher ubunut->Ubuntu ubutunu->Ubuntu udated->updated, dated, udater->updater, dater, udating->updating, dating, udno->undo, uno, udpatable->updatable udpate->update udpated->updated udpater->updater udpates->updates udpating->updating ue->use, due, ueful->useful uegister->unregister uesd->used uggly->ugly ugglyness->ugliness uglyness->ugliness 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 unacknowleged->unacknowledged unacompanied->unaccompanied unahppy->unhappy unalllowed->unallowed unambigious->unambiguous unambigous->unambiguous unambigously->unambiguously unamed->unnamed unanimuous->unanimous unanymous->unanimous unaquired->unacquired unarchving->unarchiving unathenticated->unauthenticated unathorised->unauthorised unatteded->unattended unauthenicated->unauthenticated 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 unbouind->unbound unbouinded->unbounded unboun->unbound unbounad->unbound unbounaded->unbounded unbouned->unbounded unbounnd->unbound unbounnded->unbounded unbouund->unbound unbouunded->unbounded unbunded->unbundled, unbounded, uncahnged->unchanged uncalcualted->uncalculated unce->once uncehck->uncheck uncehcked->unchecked uncertaincy->uncertainty uncertainities->uncertainties uncertainity->uncertainty uncessarily->unnecessarily unchache->uncache unchached->uncached unchaged->unchanged unchainged->unchanged unchallengable->unchallengeable unchaned->unchanged unchaneged->unchanged unchangable->unchangeable uncheked->unchecked unchenged->unchanged uncognized->unrecognized 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 unconcistencies->inconsistencies unconcistency->inconsistency unconcistent->inconsistent 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 unconsisntency->inconsistency unconsistent->inconsistent uncontitutional->unconstitutional uncontrolable->uncontrollable unconvential->unconventional uncorectly->incorrectly uncorelated->uncorrelated uncorrect->incorrect uncorrectly->incorrectly uncorrolated->uncorrelated uncoverted->unconverted uncrypted->unencrypted undecideable->undecidable undefied->undefined undefien->undefine undefiend->undefined undefinied->undefined undeflow->underflow undeflows->underflows undefuned->undefined undependend->independent, nondependent, underfiend->undefined underfined->undefined underlayed->underlaid underlaying->underlying underlow->underflow underrrun->underrun undersacn->underscan understadn->understand understadnable->understandable understadning->understanding understadns->understands understoon->understood understoud->understood undertable->understandable, understand, undertand->understand undertandable->understandable undertanded->understood undertanding->understanding undertands->understands undertsand->understand undertsanding->understanding undertsands->understands undertsood->understood undertstand->understand undertstands->understands underun->underrun underuns->underruns underware->underwear underyling->underlying undesireable->undesirable undestand->understand undestood->understood undet->under undetecable->undetectable undetstand->understand undetware->underwear undetwater->underwater undfine->undefine undfined->undefined undfines->undefines undistinghable->indistinguishable undoed->undo, undone, undorder->unorder undordered->unordered undoubtely->undoubtedly undreground->underground undupplicated->unduplicated uneccesary->unnecessary uneccessarily->unnecessarily unecessarily->unnecessarily unecessary->unnecessary uneeded->unneeded, unheeded, 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 unexcected->unexpected unexcectedly->unexpectedly unexcpected->unexpected unexcpectedly->unexpectedly unexecpted->unexpected unexecptedly->unexpectedly unexected->unexpected unexectedly->unexpectedly unexepcted->unexpected unexepctedly->unexpectedly unexepected->unexpected unexepectedly->unexpectedly unexpacted->unexpected unexpactedly->unexpectedly unexpcted->unexpected unexpctedly->unexpectedly unexpecetd->unexpected unexpecetdly->unexpectedly unexpect->unexpected unexpectd->unexpected unexpectdly->unexpectedly unexpecte->unexpected unexpectely->unexpectedly unexpectend->unexpected unexpectendly->unexpectedly unexpectly->unexpectedly unexpeected->unexpected unexpeectedly->unexpectedly unexpepected->unexpected unexpepectedly->unexpectedly unexpepted->unexpected unexpeptedly->unexpectedly unexpercted->unexpected unexperctedly->unexpectedly unexpested->unexpected unexpestedly->unexpectedly unexpetced->unexpected unexpetcedly->unexpectedly unexpetct->unexpected unexpetcted->unexpected unexpetctedly->unexpectedly unexpetctly->unexpectedly unexpetect->unexpected unexpetected->unexpected unexpetectedly->unexpectedly unexpetectly->unexpectedly unexpeted->unexpected unexpetedly->unexpectedly unexpexcted->unexpected unexpexctedly->unexpectedly unexpexted->unexpected unexpextedly->unexpectedly unexspected->unexpected unexspectedly->unexpectedly unfilp->unflip unfilpped->unflipped unfilpping->unflipping unfilps->unflips unflaged->unflagged unflexible->inflexible unforetunately->unfortunately unforgetable->unforgettable unforgiveable->unforgivable unformated->unformatted unforseen->unforeseen unforttunately->unfortunately unfortuante->unfortunate unfortuantely->unfortunately unfortunaltely->unfortunately unfortunaly->unfortunately unfortunat->unfortunate unfortunatelly->unfortunately unfortunatetly->unfortunately unfortunatley->unfortunately unfortunatly->unfortunately unfortunetly->unfortunately unfortuntaly->unfortunately unforunate->unfortunate unforunately->unfortunately unforutunate->unfortunate unforutunately->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 uniformy->uniformly, uniform, unifrom->uniform unifromed->uniformed unifromity->uniformity unifroms->uniforms unigned->unsigned 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 uninitializaed->uninitialized 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 unio->union unios->unions uniqe->unique uniqu->unique uniquness->uniqueness uniterrupted->uninterrupted 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 unkmown->unknown unknon->unknown unknonw->unknown unknonwn->unknown unknonws->unknowns unknwn->unknown unknwns->unknowns unknwoing->unknowing unknwoingly->unknowingly 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 unmached->unmatched unmainted->unmaintained unmanouverable->unmaneuverable, unmanoeuvrable, unmaping->unmapping unmappend->unmapped unmarsalling->unmarshalling unmistakeably->unmistakably unmodfide->unmodified unmodfided->unmodified unmodfied->unmodified unmodfieid->unmodified unmodfified->unmodified unmodfitied->unmodified 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 unnnecessary->unnecessary unnsupported->unsupported unocde->Unicode unoffical->unofficial unoin->union unompress->uncompress unoperational->nonoperational unorderd->unordered unorotated->unrotated unoticeable->unnoticeable unpacke->unpacked unpacket->unpacked unparseable->unparsable unpertubated->unperturbed unperturbated->unperturbed unplease->displease unpleasent->unpleasant unplesant->unpleasant unplesent->unpleasant unprecendented->unprecedented unprecidented->unprecedented unprecise->imprecise unpredicatable->unpredictable 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 unrecovarable->unrecoverable unrecoverd->unrecovered unregester->unregister 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 unreplacable->unreplaceable unreplacalbe->unreplaceable unreproducable->unreproducible unresgister->unregister unresgisterd->unregistered unresgistered->unregistered unresgisters->unregisters unresonable->unreasonable unresposive->unresponsive unrestrcited->unrestricted unrgesiter->unregister unroated->unrotated unrosponsive->unresponsive unsable->unusable, usable, unstable, unsccessful->unsuccessful unscubscribe->subscribe unscubscribed->subscribed 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 unsoclicited->unsolicited unsolicitied->unsolicited unsolicted->unsolicited unspecificed->unspecified unspefcifieid->unspecified unspefeid->unspecified unspeficed->unspecified unspeficeid->unspecified unspeficialleid->unspecified unspeficiallied->unspecified unspeficiallifed->unspecified unspeficied->unspecified unspeficieid->unspecified unspeficifed->unspecified unspeficifeid->unspecified unspeficified->unspecified unspeficififed->unspecified unspeficiied->unspecified unspeficiifed->unspecified unspeficilleid->unspecified unspeficillied->unspecified unspeficillifed->unspecified unspeficiteid->unspecified unspeficitied->unspecified unspeficitifed->unspecified unspefied->unspecified unspefifed->unspecified unspefifeid->unspecified unspefified->unspecified unspefififed->unspecified unspefiied->unspecified unspefiifeid->unspecified unspefiified->unspecified unspefiififed->unspecified unspefixeid->unspecified unspefixied->unspecified unspefixifed->unspecified unspported->unsupported unstabel->unstable unstall->install, uninstall, unstallation->installation, uninstallation, unstalled->installed, uninstalled, unstaller->installer, uninstaller, unstalles->installs, uninstalls, unstalling->installing, uninstalling, unstalls->installs, uninstalls, unsuable->unusable unsual->unusual unsubscibe->unsubscribe unsubscibed->unsubscribed unsubscibing->unsubscribing unsubscirbe->unsubscribe unsubscirbed->unsubscribed unsubscirbing->unsubscribing unsubscirption->unsubscription unsubscirptions->unsubscriptions 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 unsucesfull->unsuccessful unsucesfully->unsuccessfully unsucesfuly->unsuccessfully unsucessefully->unsuccessfully unsucessflly->unsuccessfully unsucessfually->unsuccessfully unsucessful->unsuccessful unsucessfull->unsuccessful unsucessfully->unsuccessfully unsucessfuly->unsuccessfully unsucesssful->unsuccessful unsucesssfull->unsuccessful unsucesssfully->unsuccessfully unsucesssfuly->unsuccessfully unsucessufll->unsuccessful unsucessuflly->unsuccessfully unsucessully->unsuccessfully unsued->unused unsufficient->insufficient unsuportable->unsupportable unsuported->unsupported unsupport->unsupported unsupproted->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 unsychronise->unsynchronise unsychronised->unsynchronised unsychronize->unsynchronize unsychronized->unsynchronized untargetted->untargeted unter->under untill->until untils->until, utils, untintuitive->unintuitive untoched->untouched untqueue->unqueue untrached->untracked untranslateable->untranslatable untrasform->untransform, undo transform, reverse transform, untrasformed->untransformed untrasposed->untransposed untrustworty->untrustworthy unued->unused ununsed->unused ununsual->unusual unusal->unusual unusally->unusually unuseable->unusable unuseful->useless unusre->unsure unusuable->unusable unvailable->unavailable unvalid->invalid unvalidate->invalidate unverfified->unverified 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 upadate->update upadated->updated upadater->updater upadates->updates upadating->updating upadte->update upadted->updated upadter->updater upadters->updaters upadtes->updates upagrade->upgrade upagraded->upgraded 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 updrage->upgrade updte->update uperclass->upperclass upgade->upgrade upgarde->upgrade upgarte->upgrade upgradded->upgraded upgradei->upgrade upgradingn->upgrading upgrate->upgrade upholstry->upholstery uplad->upload upladad->upload, uploaded, upladaded->uploaded upladed->uploaded uplader->uploader upladers->uploaders uplading->uploading uplads->uploads uplaod->upload uplaodad->upload, uploaded, uplaodaded->uploaded uplaoded->uploaded uplaoder->uploader uplaoders->uploaders uplaodes->uploads uplaoding->uploading uplaods->uploads upliad->upload uplod->upload uplodad->upload, uploaded, uplodaded->uploaded uploded->uploaded uploder->uploader uploders->uploaders uploding->uploading uplods->uploads uppler->upper uppon->upon upported->supported upporterd->supported uppstream->upstream uppstreamed->upstreamed uppstreamer->upstreamer uppstreaming->upstreaming uppstreams->upstreams uppwards->upwards uprade->upgrade uprgaded->upgraded upsream->upstream upsreamed->upstreamed upsreamer->upstreamer upsreaming->upstreaming upsreams->upstreams upsrteam->upstream upsrteamed->upstreamed upsrteamer->upstreamer upsrteaming->upstreaming upsrteams->upstreams upsteam->upstream upsteamed->upstreamed upsteamer->upstreamer upsteaming->upstreaming upsteams->upstreams upsteram->upstream upsteramed->upstreamed upsteramer->upstreamer upsteraming->upstreaming upsterams->upstreams upstread->upstream upstreamedd->upstreamed upstreammed->upstreamed upstreammer->upstreamer upstreamming->upstreaming upstreem->upstream upstreemed->upstreamed upstreemer->upstreamer upstreeming->upstreaming upstreems->upstreams upstrema->upstream upsupported->unsupported uptadeable->updatable uptdate->update uptim->uptime uptions->options upto->up to uptodate->up-to-date uptodateness->up-to-dateness uptream->upstream uptreamed->upstreamed uptreamer->upstreamer uptreaming->upstreaming uptreams->upstreams ure->sure, ire, are, urea, rue, 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 usible->usable usig->using usign->using, unsign, usiing->using usin->using usind->using usinging->using usinng->using usng->using uspported->supported, unsupported, usseful->useful ussual->usual ussuall->usual ussually->usually usuable->usable usuage->usage usuall->usually, usual, usuallly->usually usualy->usually usueful->useful usupported->unsupported ususal->usual ususally->usually UTF8ness->UTF-8-ness utiilties->utilities utilies->utilities utililties->utilities utilis->utilise utilisa->utilise utilisaton->utilisation utilites->utilities utilitisation->utilisation utilitise->utilise utilitises->utilises utilitising->utilising utilitization->utilization utilitize->utilize utilitizes->utilizes utilitizing->utilizing utiliz->utilize utiliza->utilize utilizaton->utilization utillities->utilities utilties->utilities utiltities->utilities utiltity->utility utilty->utility utitity->utility utitlty->utility utlities->utilities utlity->utility utput->output utputs->outputs uupload->upload vaalues->values vaccum->vacuum vaccume->vacuum vaccuum->vacuum vacinity->vicinity vactor->vector vactors->vectors vacumme->vacuum vacuosly->vacuously vaguaries->vagaries vaiable->variable vaiables->variables vaiant->variant vaiants->variants vaid->valid, void, vaieties->varieties vailable->available vaild->valid vailidity->validity vailidty->validity vairable->variable vairous->various vakue->value vakued->valued vakues->values valailable->available valdate->validate valetta->valletta valiator->validator validaterelase->validaterelease valide->valid valididty->validity validing->validating valied->valid valies->values valif->valid valitdity->validity valkues->values vallid->valid vallidation->validation vallidity->validity vallue->value vallues->values valtage->voltage valtages->voltages 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, vavle->valve vavlue->value vavriable->variable vavriables->variables vbsrcript->vbscript vebrose->verbose vecotr->vector vecotrs->vectors vectore->vector vectores->vectors vecvtor->vector vecvtors->vectors vedio->video vefiry->verify vegatarian->vegetarian vegeterian->vegetarian vegitable->vegetable vegitables->vegetables vegtable->vegetable vehicule->vehicle veify->verify veiw->view veiwed->viewed veiwer->viewer veiwers->viewers veiwing->viewing veiwings->viewings veiws->views vektor->vector vektors->vectors velidate->validate vell->well velociries->velocities velociry->velocity 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 verfifiable->verifiable verfification->verification verfifications->verifications verfified->verified verfifier->verifier verfifiers->verifiers verfifies->verifies verfify->verify verfifying->verifying 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 versio->version versiob->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 vertextes->vertices vertexts->vertices vertial->vertical verticall->vertical verticaly->vertically verticies->vertices verticle->vertical verticlealign->verticalalign vertiece->vertex vertieces->vertices vertifiable->verifiable vertification->verification vertifications->verifications vertify->verify vertikal->vertical vertix->vertex vertixes->vertices vertixs->vertices veryfieng->verifying veryfy->verify 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 vice-fersa->vice-versa vice-wersa->vice-versa vicefersa->vice-versa vicewersa->vice-versa videostreamming->videostreaming 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 violoated->violated violoating->violating violoation->violation violoations->violations virtal->virtual virtaul->virtual virtical->vertical virtiual->virtual virtualisaion->virtualisation virtualisaiton->virtualisation virtualizaion->virtualization virtualizaiton->virtualization 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 visble->visible visblie->visible visbly->visibly 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 visitng->visiting visivble->visible vissible->visible visted->visited visting->visiting vistors->visitors visuab->visual visuabisation->visualisation visuabise->visualise visuabised->visualised visuabises->visualises visuabization->visualization visuabize->visualize visuabized->visualized visuabizes->visualizes visuable->visual, visible, visuables->visuals visuably->visually visuabs->visuals visuaisation->visualisation visuaise->visualise visuaised->visualised visuaises->visualises visuaization->visualization visuaize->visualize visuaized->visualized visuaizes->visualizes visuale->visual visuales->visuals visuallisation->visualisation visuallization->visualization visualy->visually visualyse->visualise, visualize, vitories->victories vitual->virtual viusally->visually viusualisation->visualisation viwer->viewer viwers->viewers vizualisation->visualisation vizualise->visualise vizualised->visualised vizualization->visualization vizualize->visualize vizualized->visualized vlarge->large vlaue->value vlaues->values vlone->clone vloned->cloned vlones->clones vlues->values volatage->voltage volatages->voltages volatge->voltage volatges->voltages 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 vriable->variable vriables->variables vriety->variety vrifies->verifies vrify->verify vrilog->Verilog vritual->virtual vritualenv->virtualenv vritualisation->virtualisation vritualise->virtualise vritualization->virtualization vritualize->virtualize vrituoso->virtuoso vrsion->version vrsions->versions Vulacn->Vulcan Vulakn->Vulkan vulbearable->vulnerable vulbearabule->vulnerable vulbearbilities->vulnerabilities vulbearbility->vulnerability vulbearbuilities->vulnerabilities vulbearbuility->vulnerability vulberabilility->vulnerability vulberabilites->vulnerabilities vulberabiliti->vulnerability vulberabilitie->vulnerability vulberabilitis->vulnerabilities vulberabilitiy->vulnerability vulberabillities->vulnerabilities vulberabillity->vulnerability vulberabilties->vulnerabilities vulberabilty->vulnerability vulberablility->vulnerability vulberabuilility->vulnerability vulberabuilites->vulnerabilities vulberabuiliti->vulnerability vulberabuilitie->vulnerability vulberabuilities->vulnerabilities vulberabuilitis->vulnerabilities vulberabuilitiy->vulnerability vulberabuility->vulnerability vulberabuillities->vulnerabilities vulberabuillity->vulnerability vulberabuilties->vulnerabilities vulberabuilty->vulnerability vulberabule->vulnerable vulberabulility->vulnerability vulberbilities->vulnerabilities vulberbility->vulnerability vulberbuilities->vulnerabilities vulberbuility->vulnerability vulerabilities->vulnerabilities vulerability->vulnerability vulerable->vulnerable vulerabuilities->vulnerabilities vulerabuility->vulnerability vulerabule->vulnerable vulernabilities->vulnerabilities vulernability->vulnerability vulernable->vulnerable vulnarabilities->vulnerabilities vulnarability->vulnerability vulneabilities->vulnerabilities vulneability->vulnerability vulneable->vulnerable vulnearabilities->vulnerabilities vulnearability->vulnerability vulnearable->vulnerable vulnearabule->vulnerable vulnearbilities->vulnerabilities vulnearbility->vulnerability vulnearbuilities->vulnerabilities vulnearbuility->vulnerability vulnerabilility->vulnerability vulnerabilites->vulnerabilities vulnerabiliti->vulnerability vulnerabilitie->vulnerability vulnerabilitis->vulnerabilities vulnerabilitiy->vulnerability vulnerabilitu->vulnerability vulnerabiliy->vulnerability vulnerabillities->vulnerabilities vulnerabillity->vulnerability vulnerabilties->vulnerabilities vulnerabilty->vulnerability vulnerablility->vulnerability vulnerablities->vulnerabilities vulnerablity->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 vulnerarbilities->vulnerabilities vulnerarbility->vulnerability vulnerarble->vulnerable vulnerbilities->vulnerabilities vulnerbility->vulnerability vulnerbuilities->vulnerabilities vulnerbuility->vulnerability vunerable->vulnerable vyer->very vyre->very waht->what wakeus->wakeups, wake us, walrus, wakup->wakeup wallthickness->wall thickness wan't->want, wasn't, wan;t->want, wasn't, want;s->wants wantto->want to wappers->wrappers warantee->warranty waranties->warranties waranty->warranty wardobe->wardrobe waring->warning warinigs->warnings warinings->warnings warks->works warlking->walking warnibg->warning warnibgs->warnings warnig->warning warnign->warning warnigns->warnings warnigs->warnings warniing->warning warniings->warnings warnin->warning warnind->warning warninds->warnings warninf->warning warninfs->warnings warningss->warnings warninig->warning warninigs->warnings warnining->warning warninings->warnings warninng->warning warninngs->warnings warnins->warnings warninsg->warnings warninsgs->warnings warniong->warning warniongs->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 watchdong->watchdog watchog->watchdog watermask->watermark wath->watch, wrath, what, wathc->watch wathdog->watchdog wathever->whatever waths->whats, watches, 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, wendesday->Wednesday wendsay->Wednesday wensday->Wednesday 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, 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 wheteher->whether 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 whike->while whilest->whilst whiltelist->whitelist whiltelisted->whitelisted whiltelisting->whitelisting whiltelists->whitelists whilw->while whioch->which whiped->whipped, wiped, whis->this, whisk, whish->wish, whisk, whishlist->wishlist whitch->which whitchever->whichever whitepsace->whitespace whitepsaces->whitespaces whith->with whithe->with, white, with the, 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 whtihin->within whyth->with whythout->without wiat->wait wice->vice wice-versa->vice-versa wice-wersa->vice-versa wiceversa->vice-versa wicewersa->vice-versa wich->which widesread->widespread widged->widget widgit->widget widht->width widhtpoint->widthpoint widhtpoints->widthpoints widthn->width widthout->without wief->wife wieghed->weighed wieght->weight wieghted->weighted, weighed, wieghts->weights wieh->view wierd->weird wierdly->weirdly wierdness->weirdness wieth->width wiew->view wigdet->widget wigdets->widgets wighed->weighed, wicked, wighted->weighted, weighed, wih->with wihch->which wihich->which wihite->white wihle->while wihout->without wiht->with wihtin->within wihtout->without wiil->will wikpedia->wikipedia wil->will, well, wilcard->wildcard wilcards->wildcards wilh->will wille->will willingless->willingness willk->will willl->will windo->window windoes->windows windoow->window windoows->windows windos->windows windwo->window winn->win winndow->window winndows->windows 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 witable->writeable witdh->width wite->write, white, witha->with a, with, withdrawl->withdrawal, withdraw, witheld->withheld withh->with withih->within withinn->within withion->within witho->with withoit->without withold->withhold witholding->withholding withon->within withoout->without withot->without withotu->without withou->without withoud->without withoug->without withough->without withought->without withouht->without withount->without withour->without, with our, withourt->without withous->without withouth->without withouyt->without withput->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 wjat->what wll->will wnat->want, what, wnated->wanted wnating->wanting wnats->wants wnen->when, Wen, wnidow->window, widow, wnidows->windows, widows, woh->who 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 woraround->workaround worarounds->workarounds worbench->workbench worbenches->workbenches wordlwide->worldwide wordpres->wordpress worfklow->workflow worfklows->workflows worflow->workflow worflows->workflows workaorund->workaround workaound->workaround workaounds->workarounds workaraound->workaround workaraounds->workarounds workarbound->workaround workaroud->workaround workarouds->workarounds workarould->workaround workaroung->workaround workaroungs->workarounds workarround->workaround workarrounds->workarounds workarund->workaround workarunds->workarounds workbanch->workbench workbanches->workbenches workbanchs->workbenches workbenchs->workbenches workbennch->workbench workbennches->workbenches workbnech->workbench workbneches->workbenches workboos->workbooks workd->worked worke->work, worked, works, workes->works workfow->workflow workfows->workflows workign->working worklfow->workflow worklfows->workflows workpsace->workspace workpsaces->workspaces workspsace->workspace workspsaces->workspaces workstaion->workstation workstaions->workstations workstaition->workstation workstaitions->workstations workstaiton->workstation workstaitons->workstations workststion->workstation workststions->workstations world-reknown->world renown world-reknowned->world renowned worload->workload worloads->workloads worls->world worng->wrong, worn, wornged->wronged worngs->wrongs worser->worse worstened->worsened worthing->worth, meriting, worthwile->worthwhile woth->worth 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 wounderful->wonderful wouold->would wouuld->would wqs->was wraning->warning wranings->warnings wraped->wrapped, warped, wrapepd->wrapped wraper->wrapper wraping->wrapping, warping, wrapp->wrap wrappered->wrapped wrappng->wrapping wrapps->wraps wresters->wrestlers wriet->write writebufer->writebuffer writechetque->writecheque writeing->writing writen->written writet->writes writewr->writer writingm->writing writter->writer writters->writers writtin->written, writing, writting->writing writtten->written wrkload->workload wrkloads->workloads wrod->word wroet->wrote wrog->wrong wrok->work wroked->worked wrokflow->workflow wrokflows->workflows wroking->working wrokload->workload wrokloads->workloads wroks->works wron->wrong wronf->wrong wront->wrong wrtie->write wrting->writing wsee->see wth->with wtih->with wuold->would wupport->support wya->way 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 xyou->you 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, yourr->your, you're, yourselfe->yourself, yourselves, yourselfes->yourselves yourselv->yourself, yourselves, yourselve->yourselves, yourself, youseff->yourself, yousef, youself->yourself ypes->types yrea->year yse->yes, use, NYSE, ytou->you yugoslac->yugoslav yuo->you yuor->your yur->your zeebra->zebra zick-zack->zig-zag zimmap->zipmap zimpaps->zipmaps ziped->zipped ziper->zipper ziping->zipping zlot->slot zombe->zombie zomebie->zombie zuser->user __attribyte__->__attribute__ __cpluspus->__cplusplus __cpusplus->__cplusplus évaluate->evaluate сontain->contain сontained->contained сontainer->container сontainers->containers сontaining->containing сontainor->container сontainors->containers сontains->contains codespell-2.1.0/codespell_lib/data/dictionary_code.txt000066400000000000000000000015411406046204000230720ustar00rootroot00000000000000amin->main apoint->appoint atend->attend atending->attending cas->case, cast, clas->class cloneable->clonable cmo->com copyable->copiable define'd->defined dof->of, doff, dont->don't dur->due endcode->encode errorstring->error string exitst->exits, exists, files'->file's gae->game, Gael, gale, iam->I am, aim, iff->if ith->with keyserver->key server lateset->latest movei->movie mut->must, mutt, moot, nto->not objext->object od->of process'->process's protecten->protection reday->ready referer->referrer rela->real rendir->render rendirs->renders seeked->sought sinc->sync, sink, since, sincs->syncs, sinks, since, stdio->studio stdios->studios stoll->still storaged->storage, stored, storaget->storage subpatchs->subpatches subprocess'->subprocess's thead->thread todays->today's udate->update, date, udates->updates, dates, uint->unit were'->we're whome->whom codespell-2.1.0/codespell_lib/data/dictionary_en-GB_to_en-US.txt000066400000000000000000000137241406046204000245670ustar00rootroot00000000000000acknowledgement->acknowledgment acknowledgements->acknowledgments amortise->amortize amortised->amortized amortises->amortizes amortising->amortizing analogue->analog analyse->analyze analysed->analyzed analyser->analyzer analysers->analyzers analyses->analyzes analysing->analyzing artefact->artifact artefacts->artifacts authorisation->authorization authorise->authorize authorised->authorized authorises->authorizes authorising->authorizing behaviour->behavior behaviours->behaviors cancelled->canceled cancelling->canceling capitalisation->capitalization capitalise->capitalize capitalised->capitalized capitalises->capitalizes capitalising->capitalizing catalogue->catalog catalogues->catalogs centimetre->centimeter centimetres->centimeters centralisation->centralization centralise->centralize centralised->centralized centralises->centralizes centralising->centralizing centre->center centres->centers characterisation->characterization characterise->characterize characterised->characterized characterises->characterizes characterising->characterizing colour->color colourful->colorful colourfully->colorfully colouring->coloring colours->colors counsellor->counselor criticise->criticize criticised->criticized criticises->criticizes criticising->criticizing crystallisation->crystallization crystallise->crystallize crystallised->crystallized crystallises->crystallizes crystallising->crystallizing customisation->customization customise->customize customised->customized customises->customizes customising->customizing defence->defense demonise->demonize demonised->demonized demonises->demonizes demonising->demonizing dialogue->dialog digitisation->digitization digitise->digitize digitised->digitized digitises->digitizes digitising->digitizing emphasise->emphasize emphasised->emphasized emphasises->emphasizes emphasising->emphasizing endeavour->endeavor endeavours->endeavors favour->favor favourite->favorite favourites->favorites favouritism->favoritism favours->favors finalisation->finalization finalise->finalize finalised->finalized finalises->finalizes finalising->finalizing flavour->flavor flavours->flavors fulfil->fulfill fulfils->fulfills generalisation->generalization generalisations->generalizations generalise->generalize generalised->generalized generalises->generalizes generalising->generalizing grey->gray honour->honor honours->honors initialisation->initialization initialise->initialize initialised->initialized initialises->initializes initialising->initializing judgement->judgment judgements->judgments kilometre->kilometer kilometres->kilometers labelled->labeled labelling->labeling labour->labor legalisation->legalization legalise->legalize legalised->legalized legalises->legalizes legalising->legalizing licence->license licences->licenses manoeuvre->maneuver manoeuvres->maneuvers memorisation->memorization memorise->memorize memorised->memorized memorises->memorizes memorising->memorizing metre->meter metres->meters millimetre->millimeter millimetres->millimeters minimisation->minimization minimise->minimize minimised->minimized minimises->minimizes minimising->minimizing mitre->miter modelled->modeled modelling->modeling mould->mold moulds->molds nasalisation->nasalization neighbour->neighbor neighbouring->neighboring neighbours->neighbors normalisation->normalization normalise->normalize normalised->normalized normalises->normalizes normalising->normalizing optimisation->optimization optimisations->optimizations optimise->optimize optimised->optimized optimiser->optimizer optimises->optimizes optimising->optimizing organisation->organization organisations->organizations organise->organize organised->organized organiser->organizer organisers->organizers organises->organizes organising->organizing plagiarise->plagiarize plagiarised->plagiarized plagiarises->plagiarizes plagiarising->plagiarizing polarise->polarize polarised->polarized polarises->polarizes polarising->polarizing practise->practice prioritisation->prioritization prioritise->prioritize prioritised->prioritized prioritises->prioritizes prioritising->prioritizing publicise->publicize publicised->publicized publicises->publicizes publicising->publicizing realisation->realization realise->realize realised->realized realises->realizes realising->realizing recognise->recognize recognised->recognized recognises->recognizes recognising->recognizing regularisation->regularization regularise->regularize regularised->regularized regularises->regularizes regularising->regularizing reinitialise->reinitialize reinitialised->reinitialized reorganisation->reorganization reorganise->reorganize reorganised->reorganized reorganises->reorganizes reorganising->reorganizing sanitise->sanitize sanitised->sanitized sanitiser->sanitizer sanitises->sanitizes sanitising->sanitizing serialisation->serialization serialise->serialize serialised->serialized serialises->serializes serialising->serializing skilful->skillful skilfully->skillfully skilfulness->skillfulness specialisation->specialization specialise->specialize specialised->specialized specialises->specializes specialising->specializing specialities->specialties speciality->specialty splendour->splendor standardisation->standardization standardise->standardize standardised->standardized standardises->standardizes standardising->standardizing sterilisation->sterilization sterilise->sterilize sterilised->sterilized steriliser->sterilizer sterilises->sterilizes sterilising->sterilizing summarise->summarize summarised->summarized summarises->summarizes summarising->summarizing synchronisation->synchronization synchronise->synchronize synchronised->synchronized synchronises->synchronizes synchronising->synchronizing unauthorised->unauthorized unorganised->unorganized unrecognised->unrecognized utilisation->utilization utilise->utilize utilised->utilized utilises->utilizes utilising->utilizing virtualisation->virtualization visualisation->visualization visualisations->visualizations visualise->visualize visualised->visualized visualiser->visualizer visualises->visualizes visualising->visualizing codespell-2.1.0/codespell_lib/data/dictionary_informal.txt000066400000000000000000000001261406046204000237650ustar00rootroot00000000000000dunno->don't know gonna->going to tho->though, to, thou, thru->through wanna->want to codespell-2.1.0/codespell_lib/data/dictionary_names.txt000066400000000000000000000002331406046204000232600ustar00rootroot00000000000000aldo->also ang->and anny->any bae->base bridget->bridged, bridge, chang->change liszt->list que->queue sargent->sergeant, argent, tim->time wen->we, when, codespell-2.1.0/codespell_lib/data/dictionary_rare.txt000066400000000000000000000060761406046204000231210ustar00rootroot00000000000000ans->and arithmetics->arithmetic attache->attaché, attached, attach, automatize->automate automatized->automated automatizes->automates backword->backward backwords->backwards bale->able bellow->below bloc->block blocs->blocks bodgy->body buss->bus busses->buses calculatable->calculable calender->calendar calenders->calendars cant->can't chack->check, chalk, cheque, chancel->cancel chancels->cancels circularly->circular commata->commas commend->comment, command, commends->comments, commands, confectionary->confectionery consequentially->consequently coo->coup copping->coping, copying, cropping, covert->convert crasher->crash crashers->crashes crate->create crated->created creche->crèche cristal->crystal crufts->cruft dealign->dealing deffer->differ, defer, degrate->degrade degrates->degrades dependant->dependent derails->details discontentment->discontent fallow->follow fallowed->followed fallowing->following fallows->follows fave->save florescent->fluorescent followings->following forewarded->forwarded formule->formula, formulas, formules->formulas fount->found fro->for, from, froward->forward fulfilment->fulfillment gird->grid girds->grids guarantied->guaranteed guerilla->guerrilla guerillas->guerrillas hart->heart, harm, heterogenous->heterogeneous hided->hidden, hid, hist->heist, his, hove->have, hover, love, impassible->impassable implicity->implicitly inactivate->deactivate incluse->include indention->indentation indite->indict infarction->infraction inly->only irregardless->regardless knifes->knives leaded->led, lead, leas->least, lease, lightening->lightning, lighting, loafing->loading loos->loose, lose, loosing->losing lousily->loosely lumination->lamination, illumination, manger->manager marge->merge mater->matter, master, mother, medias->media, mediums, midwifes->midwives moil->soil, mohel, mot->not moue->mouse nickle->nickel panting->painting payed->paid planed->planned pleas->please preform->perform preformed->performed preforms->performs pres->press prioritary->priority programed->programmed programing->programming prosses->process, processes, possess, purportive->supportive purvue->purview readd->re-add, read, readded->read ream->stream retuned->returned retying->retrying revered->reversed rime->rhyme rouge->rogue sate->state sates->states savable->saveable setts->sets sightly->slightly singe->single singed->signed, singled, slippy->slippery specif->specify, specific, statics->statistics steams->streams sting->string stings->strings straightaway->straight away straighted->straightened, straighten, suppressable->suppressible sur->sure, sir, therefor->therefore therefrom->there from theses->these, thesis, tittle->title tittles->title toke->took tread->thread, treat, trough->through unknow->unknown unknows->unknowns untypically->atypically vertexes->vertices vie->via vise->vice wan->want want's->wants wee->we whats->what's whet->when, what, wet, whiling->while wight->weight, white, right, write, wights->weights, waits, whites, rights, writes, wile->while wit->with withe->with wither->either, whether, weather, withing->within wont->won't wounder->wonder zoon->zoom codespell-2.1.0/codespell_lib/data/dictionary_usage.txt000066400000000000000000000007571406046204000232740ustar00rootroot00000000000000blacklist->blocklist blacklists->blocklists man-in-the-middle->on-path attacker master->primary, leader, active, writer, coordinator, parent, manager, main, masters->primaries, leaders, actives, writers, coordinators, parents, managers, slave->secondary, follower, standby, replica, reader, worker, helper, subordinate, subsystem, slaves->secondaries, followers, standbys, replicas, readers, workers, helpers, subordinates, whitelist->allowlist, permitlist, whitelists->allowlists, permitlists, codespell-2.1.0/codespell_lib/data/linux-kernel.exclude000066400000000000000000000072471406046204000231730ustar00rootroot00000000000000N: 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-2.1.0/codespell_lib/tests/000077500000000000000000000000001406046204000174225ustar00rootroot00000000000000codespell-2.1.0/codespell_lib/tests/__init__.py000066400000000000000000000000001406046204000215210ustar00rootroot00000000000000codespell-2.1.0/codespell_lib/tests/test_basic.py000066400000000000000000000666101406046204000221250ustar00rootroot00000000000000# -*- coding: utf-8 -*- from __future__ import print_function import contextlib import inspect import os import os.path as op import re from shutil import copyfile import subprocess import sys import pytest import codespell_lib as cs_ from codespell_lib._codespell import uri_regex_def, EX_USAGE, EX_OK, EX_DATAERR def test_constants(): """Test our EX constants.""" assert EX_OK == 0 assert EX_USAGE == 64 assert EX_DATAERR == 65 class MainWrapper(object): """Compatibility wrapper for when we used to return the count.""" def main(self, *args, count=True, std=False, **kwargs): if count: args = ('--count',) + args code = cs_.main(*args, **kwargs) capsys = inspect.currentframe().f_back.f_locals['capsys'] stdout, stderr = capsys.readouterr() assert code in (EX_OK, EX_USAGE, EX_DATAERR) if code == EX_DATAERR: # have some misspellings code = int(stderr.split('\n')[-2]) elif code == EX_OK and count: code = int(stderr.split('\n')[-2]) assert code == 0 if std: return (code, stdout, stderr) else: return code cs = MainWrapper() def run_codespell(args=(), cwd=None): """Run codespell.""" args = ('--count',) + args proc = subprocess.Popen( ['codespell'] + list(args), cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stderr = proc.communicate()[1].decode('utf-8') count = int(stderr.split('\n')[-2]) return count 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 fname = op.join(str(tmpdir), 'tmp') with open(fname, 'w') as f: pass code, _, stderr = cs.main('-D', 'foo', f.name, std=True) assert code == EX_USAGE, 'missing dictionary' assert 'cannot find dictionary' in stderr assert cs.main(fname) == 0, 'empty file' with open(fname, 'a') as f: f.write('this is a test file\n') assert cs.main(fname) == 0, 'good' with open(fname, 'a') as f: f.write('abandonned\n') assert cs.main(fname) == 1, 'bad' with open(fname, 'a') as f: f.write('abandonned\n') assert cs.main(fname) == 2, 'worse' with open(fname, 'a') as f: f.write('tim\ngonna\n') assert cs.main(fname) == 2, 'with a name' assert cs.main('--builtin', 'clear,rare,names,informal', fname) == 4 code, _, stderr = cs.main(fname, '--builtin', 'foo', std=True) assert code == EX_USAGE # bad type assert 'Unknown builtin dictionary' in stderr d = str(tmpdir) code, _, stderr = cs.main(fname, '-D', op.join(d, 'foo'), std=True) assert code == EX_USAGE # bad dict assert 'cannot find dictionary' in stderr os.remove(fname) with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned\nAbandonned\nABANDONNED\nAbAnDoNnEd') assert cs.main(d) == 4 code, _, stderr = cs.main('-w', d, std=True) assert code == 0 assert 'FIXED:' in stderr 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 code, stdout, stderr = cs.main( '-q', '16', '-w', d, count=False, std=True) assert code == 0 assert stdout == stderr == '' 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'): code, stdout, _ = cs.main('-w', '-i', '3', f.name, std=True) assert code == 0 assert '==>' in stdout 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 with FakeStdin('x\n1\n'): # blank input -> nothing code, stdout, _ = cs.main('-w', '-i', '3', f.name, std=True) assert code == 0 assert 'a valid option' in stdout 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 code, stdout, stderr = cs.main(f.name, std=True, count=False) assert code == 0 assert stdout == stderr == '', 'no output' code, stdout, stderr = cs.main(f.name, '--summary', std=True) assert code == 0 assert stderr == '0\n' assert 'SUMMARY' in stdout assert len(stdout.split('\n')) == 5 with open(f.name, 'w') as f: f.write('abandonned\nabandonned') assert code == 0 code, stdout, stderr = cs.main(f.name, '--summary', std=True) assert stderr == '2\n' assert 'SUMMARY' in stdout assert len(stdout.split('\n')) == 7 assert 'abandonned' in stdout.split()[-2] def test_ignore_dictionary(tmpdir, capsys): """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, capsys): """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 code, stdout, _ = cs.main('-r', '[a-z]+', '--write-changes', d, std=True) assert code == EX_USAGE assert 'ERROR:' in stdout def test_exclude_file(tmpdir, capsys): """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 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') code, stdout, stderr = cs.main(f.name, std=True, count=False) assert code == 0 assert stdout == stderr == '' code, stdout, stderr = cs.main('-q', '0', f.name, std=True, count=False) assert code == 0 assert stdout == '' assert 'WARNING: Binary file' in stderr def test_ignore(tmpdir, capsys): """Test ignoring of files and directories.""" d = str(tmpdir) goodtxt = op.join(d, 'good.txt') with open(goodtxt, 'w') as f: f.write('this file is okay') assert cs.main(d) == 0 badtxt = op.join(d, 'bad.txt') with open(badtxt, '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 badjs = op.join(d, 'bad.js') copyfile(badtxt, badjs) assert cs.main('--skip=*.js', goodtxt, badtxt, badjs) == 1 def test_check_filename(tmpdir, capsys): """Test filename check.""" d = str(tmpdir) # Empty file with open(op.join(d, 'abandonned.txt'), 'w') as f: f.write('') assert cs.main('-f', d) == 1 # Normal file with contents with open(op.join(d, 'abandonned.txt'), 'w') as f: f.write('.') assert cs.main('-f', d) == 1 # Normal file with binary contents with open(op.join(d, 'abandonned.txt'), 'wb') as f: f.write(b'\x00\x00naiive\x00\x00') assert cs.main('-f', d) == 1 @pytest.mark.skipif((not hasattr(os, "mkfifo") or not callable(os.mkfifo)), reason='requires os.mkfifo') def test_check_filename_irregular_file(tmpdir, capsys): """Test irregular file filename check.""" # Irregular file (!isfile()) d = str(tmpdir) os.mkfifo(op.join(d, 'abandonned')) assert cs.main('-f', d) == 1 d = str(tmpdir) def test_check_hidden(tmpdir, capsys): """Test ignoring of hidden files.""" d = str(tmpdir) # visible file with open(op.join(d, 'test.txt'), 'w') as f: f.write('abandonned\n') assert cs.main(op.join(d, 'test.txt')) == 1 assert cs.main(d) == 1 # hidden file os.rename(op.join(d, 'test.txt'), op.join(d, '.test.txt')) assert cs.main(op.join(d, '.test.txt')) == 0 assert cs.main(d) == 0 assert cs.main('--check-hidden', op.join(d, '.test.txt')) == 1 assert cs.main('--check-hidden', d) == 1 # hidden file with typo in name os.rename(op.join(d, '.test.txt'), op.join(d, '.abandonned.txt')) assert cs.main(op.join(d, '.abandonned.txt')) == 0 assert cs.main(d) == 0 assert cs.main('--check-hidden', op.join(d, '.abandonned.txt')) == 1 assert cs.main('--check-hidden', d) == 1 assert cs.main('--check-hidden', '--check-filenames', op.join(d, '.abandonned.txt')) == 2 assert cs.main('--check-hidden', '--check-filenames', d) == 2 # hidden directory assert cs.main(d) == 0 assert cs.main('--check-hidden', d) == 1 assert cs.main('--check-hidden', '--check-filenames', d) == 2 os.mkdir(op.join(d, '.abandonned')) copyfile(op.join(d, '.abandonned.txt'), op.join(d, '.abandonned', 'abandonned.txt')) assert cs.main(d) == 0 assert cs.main('--check-hidden', d) == 2 assert cs.main('--check-hidden', '--check-filenames', d) == 5 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 with open(f.name, 'wb') as f: f.write('this has an ACII error'.encode('utf-8')) code, stdout, _ = cs.main(f.name, std=True) assert code == 1 assert 'ASCII' in stdout code, _, stderr = cs.main('-w', f.name, std=True) assert code == 0 assert 'FIXED' in stderr with open(f.name, 'rb') as f: assert f.read().decode('utf-8') == 'this has an ASCII error' 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 code, stdout, _ = cs.main('-C', '1', d, std=True) assert code == 1 lines = stdout.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 code, stdout, _ = cs.main('-C', '10', d, std=True) assert code == 1 lines = stdout.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 code, stdout, _ = cs.main('-B', '2', d, std=True) assert code == 1 lines = stdout.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 code, stdout, _ = cs.main('-A', '1', d, std=True) assert code == 1 lines = stdout.split('\n') assert len(lines) == 4 assert lines[0] == '> line 3 abandonned' assert lines[1] == ': line 4' # asymmetric context code, stdout, _ = cs.main('-B', '2', '-A', '1', d, std=True) assert code == 1 lines = stdout.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 code, stdout, _ = cs.main('-C', '2', '-A', '1', d, std=True) assert code == EX_USAGE lines = stdout.split('\n') assert 'ERROR' in lines[0] # both '-C' and '-B' on the command line code, stdout, stderr = cs.main('-C', '2', '-B', '1', d, std=True) assert code == EX_USAGE lines = stdout.split('\n') assert 'ERROR' in lines[0] def test_ignore_regex_option(tmpdir, capsys): """Test ignore regex option functionality.""" d = str(tmpdir) # Invalid regex. code, stdout, _ = cs.main('--ignore-regex=(', std=True) assert code == EX_USAGE assert 'usage:' in stdout with open(op.join(d, 'flag.txt'), 'w') as f: f.write('# Please see http://example.com/abandonned for info\n') # Test file has 1 invalid entry, and it's not ignored by default. assert cs.main(f.name) == 1 # An empty regex is the default value, and nothing is ignored. assert cs.main(f.name, '--ignore-regex=') == 1 assert cs.main(f.name, '--ignore-regex=""') == 1 # Non-matching regex results in nothing being ignored. assert cs.main(f.name, '--ignore-regex=^$') == 1 # A word can be ignored. assert cs.main(f.name, '--ignore-regex=abandonned') == 0 # Ignoring part of the word can result in odd behavior. assert cs.main(f.name, '--ignore-regex=nn') == 0 with open(op.join(d, 'flag.txt'), 'w') as f: f.write('abandonned donn\n') # Test file has 2 invalid entries. assert cs.main(f.name) == 2 # Ignoring donn breaks them both. assert cs.main(f.name, '--ignore-regex=donn') == 0 # Adding word breaks causes only one to be ignored. assert cs.main(f.name, r'--ignore-regex=\bdonn\b') == 1 def test_uri_regex_option(tmpdir, capsys): """Test --uri-regex option functionality.""" d = str(tmpdir) # Invalid regex. code, stdout, _ = cs.main('--uri-regex=(', std=True) assert code == EX_USAGE assert 'usage:' in stdout with open(op.join(d, 'flag.txt'), 'w') as f: f.write('# Please see http://abandonned.com for info\n') # By default, the standard regex is used. assert cs.main(f.name) == 1 assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 0 # If empty, nothing matches. assert cs.main(f.name, '--uri-regex=', '--uri-ignore-words-list=abandonned') == 0 # Can manually match urls. assert cs.main(f.name, '--uri-regex=\\bhttp.*\\b', '--uri-ignore-words-list=abandonned') == 0 # Can also match arbitrary content. with open(op.join(d, 'flag.txt'), 'w') as f: f.write('abandonned') assert cs.main(f.name) == 1 assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 1 assert cs.main(f.name, '--uri-regex=.*') == 1 assert cs.main(f.name, '--uri-regex=.*', '--uri-ignore-words-list=abandonned') == 0 def test_uri_ignore_words_list_option_uri(tmpdir, capsys): """Test ignore regex option functionality.""" d = str(tmpdir) with open(op.join(d, 'flag.txt'), 'w') as f: f.write('# Please see http://example.com/abandonned for info\n') # Test file has 1 invalid entry, and it's not ignored by default. assert cs.main(f.name) == 1 # An empty list is the default value, and nothing is ignored. assert cs.main(f.name, '--uri-ignore-words-list=') == 1 # Non-matching regex results in nothing being ignored. assert cs.main(f.name, '--uri-ignore-words-list=foo,example') == 1 # A word can be ignored. assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 0 assert cs.main(f.name, '--uri-ignore-words-list=foo,abandonned,bar') == 0 assert cs.main(f.name, '--uri-ignore-words-list=*') == 0 # The match must be for the complete word. assert cs.main(f.name, '--uri-ignore-words-list=abandonn') == 1 with open(op.join(d, 'flag.txt'), 'w') as f: f.write('abandonned http://example.com/abandonned\n') # Test file has 2 invalid entries. assert cs.main(f.name) == 2 # Ignoring the value in the URI won't ignore the word completely. assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 1 assert cs.main(f.name, '--uri-ignore-words-list=*') == 1 # The regular --ignore-words-list will ignore both. assert cs.main(f.name, '--ignore-words-list=abandonned') == 0 variation_option = '--uri-ignore-words-list=abandonned' # Variations where an error is ignored. for variation in ('# Please see http://abandonned for info\n', '# Please see "http://abandonned" for info\n', # This variation could be un-ignored, but it'd require a # more complex regex as " is valid in parts of URIs. '# Please see "http://foo"abandonned for info\n', '# Please see https://abandonned for info\n', '# Please see ftp://abandonned for info\n', '# Please see http://example/abandonned for info\n', '# Please see http://example.com/abandonned for info\n', '# Please see http://exam.com/ple#abandonned for info\n', '# Please see http://exam.com/ple?abandonned for info\n', '# Please see http://127.0.0.1/abandonned for info\n', '# Please see http://[2001:0db8:85a3:0000:0000:8a2e:0370' ':7334]/abandonned for info\n'): with open(op.join(d, 'flag.txt'), 'w') as f: f.write(variation) assert cs.main(f.name) == 1, variation assert cs.main(f.name, variation_option) == 0, variation # Variations where no error is ignored. for variation in ('# Please see abandonned/ for info\n', '# Please see http:abandonned for info\n', '# Please see foo/abandonned for info\n', '# Please see http://foo abandonned for info\n'): with open(op.join(d, 'flag.txt'), 'w') as f: f.write(variation) assert cs.main(f.name) == 1, variation assert cs.main(f.name, variation_option) == 1, variation def test_uri_ignore_words_list_option_email(tmpdir, capsys): """Test ignore regex option functionality.""" d = str(tmpdir) with open(op.join(d, 'flag.txt'), 'w') as f: f.write('# Please see example@abandonned.com for info\n') # Test file has 1 invalid entry, and it's not ignored by default. assert cs.main(f.name) == 1 # An empty list is the default value, and nothing is ignored. assert cs.main(f.name, '--uri-ignore-words-list=') == 1 # Non-matching regex results in nothing being ignored. assert cs.main(f.name, '--uri-ignore-words-list=foo,example') == 1 # A word can be ignored. assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 0 assert cs.main(f.name, '--uri-ignore-words-list=foo,abandonned,bar') == 0 assert cs.main(f.name, '--uri-ignore-words-list=*') == 0 # The match must be for the complete word. assert cs.main(f.name, '--uri-ignore-words-list=abandonn') == 1 with open(op.join(d, 'flag.txt'), 'w') as f: f.write('abandonned example@abandonned.com\n') # Test file has 2 invalid entries. assert cs.main(f.name) == 2 # Ignoring the value in the URI won't ignore the word completely. assert cs.main(f.name, '--uri-ignore-words-list=abandonned') == 1 assert cs.main(f.name, '--uri-ignore-words-list=*') == 1 # The regular --ignore-words-list will ignore both. assert cs.main(f.name, '--ignore-words-list=abandonned') == 0 variation_option = '--uri-ignore-words-list=abandonned' # Variations where an error is ignored. for variation in ('# Please see example@abandonned for info\n', '# Please see abandonned@example for info\n', '# Please see abandonned@example.com for info\n', '# Please see mailto:abandonned@example.com?subject=Test' ' for info\n'): with open(op.join(d, 'flag.txt'), 'w') as f: f.write(variation) assert cs.main(f.name) == 1, variation assert cs.main(f.name, variation_option) == 0, variation # Variations where no error is ignored. for variation in ('# Please see example @ abandonned for info\n', '# Please see abandonned@ example for info\n', '# Please see mailto:foo@example.com?subject=Test' ' abandonned for info\n'): with open(op.join(d, 'flag.txt'), 'w') as f: f.write(variation) assert cs.main(f.name) == 1, variation assert cs.main(f.name, variation_option) == 1, variation def test_uri_regex_def(): uri_regex = re.compile(uri_regex_def) # Tests based on https://mathiasbynens.be/demo/url-regex true_positives = ( 'http://foo.com/blah_blah', 'http://foo.com/blah_blah/', 'http://foo.com/blah_blah_(wikipedia)', 'http://foo.com/blah_blah_(wikipedia)_(again)', 'http://www.example.com/wpstyle/?p=364', 'https://www.example.com/foo/?bar=baz&inga=42&quux', 'http://✪df.ws/123', 'http://userid:password@example.com:8080', 'http://userid:password@example.com:8080/', 'http://userid@example.com', 'http://userid@example.com/', 'http://userid@example.com:8080', 'http://userid@example.com:8080/', 'http://userid:password@example.com', 'http://userid:password@example.com/', 'http://142.42.1.1/', 'http://142.42.1.1:8080/', 'http://➡.ws/䨹', 'http://⌘.ws', 'http://⌘.ws/', 'http://foo.com/blah_(wikipedia)#cite-1', 'http://foo.com/blah_(wikipedia)_blah#cite-1', 'http://foo.com/unicode_(✪)_in_parens', 'http://foo.com/(something)?after=parens', 'http://☺.damowmow.com/', 'http://code.google.com/events/#&product=browser', 'http://j.mp', 'ftp://foo.bar/baz', 'http://foo.bar/?q=Test%20URL-encoded%20stuff', 'http://مثال.إختبار', 'http://例子.测试', 'http://उदाहरण.परीक्षा', "http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com", 'http://1337.net', 'http://a.b-c.de', 'http://223.255.255.254', ) true_negatives = ( 'http://', '//', '//a', '///a', '///', 'foo.com', 'rdar://1234', 'h://test', '://should.fail', 'ftps://foo.bar/', ) false_positives = ( 'http://.', 'http://..', 'http://../', 'http://?', 'http://??', 'http://??/', 'http://#', 'http://##', 'http://##/', 'http:///a', 'http://-error-.invalid/', 'http://a.b--c.de/', 'http://-a.b.co', 'http://a.b-.co', 'http://0.0.0.0', 'http://10.1.1.0', 'http://10.1.1.255', 'http://224.1.1.1', 'http://1.1.1.1.1', 'http://123.123.123', 'http://3628126748', 'http://.www.foo.bar/', 'http://www.foo.bar./', 'http://.www.foo.bar./', 'http://10.1.1.1', ) boilerplate = 'Surrounding text %s more text' for uri in true_positives + false_positives: assert uri_regex.findall(uri) == [uri], uri assert uri_regex.findall(boilerplate % uri) == [uri], uri for uri in true_negatives: assert not uri_regex.findall(uri), uri assert not uri_regex.findall(boilerplate % uri), uri def test_config(tmpdir, capsys): """ Tests loading options from a config file. """ d = str(tmpdir) # Create sample files. with open(op.join(d, 'bad.txt'), 'w') as f: f.write('abandonned donn\n') with open(op.join(d, 'good.txt'), 'w') as f: f.write("good") # Create a config file. conffile = op.join(d, 'config.cfg') with open(conffile, 'w') as f: f.write( '[codespell]\n' 'skip = bad.txt\n' 'count = \n' ) # Should fail when checking both. code, stdout, _ = cs.main(d, count=True, std=True) # Code in this case is not exit code, but count of misspellings. assert code == 2 assert 'bad.txt' in stdout # Should pass when skipping bad.txt code, stdout, _ = cs.main('--config', conffile, d, count=True, std=True) assert code == 0 assert 'bad.txt' not in stdout @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-2.1.0/codespell_lib/tests/test_dictionary.py000066400000000000000000000262041406046204000232040ustar00rootroot00000000000000# -*- coding: utf-8 -*- import glob import os.path as op import os import re import warnings import pytest from codespell_lib._codespell import _builtin_dictionaries from codespell_lib._codespell import supported_languages spellers = dict() try: import aspell for lang in supported_languages: spellers[lang] = aspell.Speller('lang', lang) except Exception as exp: # probably ImportError, but maybe also language if os.getenv('REQUIRE_ASPELL', 'false').lower() == 'true': raise RuntimeError( 'Cannot run complete tests without aspell when ' 'REQUIRE_ASPELL=true. Got error during import:\n%s' % (exp,)) else: warnings.warn( 'aspell not found, but not required, skipping aspell tests. Got ' 'error during import:\n%s' % (exp,)) ws = re.compile(r'.*\s.*') # whitespace comma = re.compile(r'.*,.*') # comma global_err_dicts = dict() global_pairs = set() # Filename, should be seen as errors in aspell or not _data_dir = op.join(op.dirname(__file__), '..', 'data') _fnames_in_aspell = [ (op.join(_data_dir, 'dictionary%s.txt' % d[2]), d[3:5], d[5:7]) for d in _builtin_dictionaries] fname_params = pytest.mark.parametrize('fname, in_aspell, in_dictionary', _fnames_in_aspell) # noqa: E501 def test_dictionaries_exist(): """Test consistency of dictionaries.""" doc_fnames = set(op.basename(f[0]) for f in _fnames_in_aspell) got_fnames = set(op.basename(f) for f in glob.glob(op.join(_data_dir, '*.txt'))) assert doc_fnames == got_fnames @fname_params def test_dictionary_formatting(fname, in_aspell, in_dictionary): """Test that all dictionary entries are valid.""" errors = list() with open(fname, 'rb') as fid: for line in fid: err, rep = line.decode('utf-8').split('->') err = err.lower() rep = rep.rstrip('\n') try: _check_err_rep(err, rep, in_aspell, fname, in_dictionary) except AssertionError as exp: errors.append(str(exp).split('\n')[0]) if len(errors): raise AssertionError('\n' + '\n'.join(errors)) def _check_aspell(phrase, msg, in_aspell, fname, languages): if not spellers: # if no spellcheckers exist return # cannot check if in_aspell is None: return # don't check if ' ' in phrase: for word in phrase.split(): _check_aspell(word, msg, in_aspell, fname, languages) return # stop normal checking as we've done each word above this_in_aspell = any(spellers[lang].check(phrase.encode( spellers[lang].ConfigKeys()['encoding'][1])) for lang in languages) end = 'be in aspell dictionaries (%s) for dictionary %s' % ( ', '.join(languages), fname) if in_aspell: # should be an error in aspell assert this_in_aspell, '%s should %s' % (msg, end) else: # shouldn't be assert not this_in_aspell, '%s should not %s' % (msg, end) def _check_err_rep(err, rep, in_aspell, fname, languages): assert ws.match(err) is None, 'error %r has whitespace' % err assert comma.match(err) is None, 'error %r has a comma' % err 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)) _check_aspell(err, 'error %r' % (err,), in_aspell[0], fname, languages[0]) prefix = 'error %s: correction %r' % (err, rep) for (r, msg) in [ (r'^,', '%s starts with a comma'), (r'\s,', '%s contains a whitespace character followed by a comma'), (r',\s\s', '%s contains a comma followed by multiple whitespace characters'), (r',[^ ]', '%s contains a comma *not* followed by a space'), (r'\s+$', '%s has a trailing space'), (r'^[^,]*,\s*$', '%s has a single entry but contains a trailing comma')]: assert not re.search(r, rep), (msg % (prefix,)) del msg if rep.count(','): assert rep.endswith(','), ('error %s: multiple corrections must end ' 'with trailing ","' % (err,)) reps = [r.strip() for r in rep.split(',')] reps = [r for r in reps if len(r)] for r in reps: assert err != r.lower(), ('error %r corrects to itself amongst others' % (err,)) _check_aspell( r, 'error %s: correction %r' % (err, r), in_aspell[1], fname, languages[1]) # aspell dictionary is case sensitive, so pass the original case into there # we could ignore the case, but that would miss things like days of the # week which we want to be correct reps = [r.lower() for r in reps] assert len(set(reps)) == len(reps), ('error %s: corrections "%s" are not ' '(lower-case) unique' % (err, rep)) @pytest.mark.parametrize('err, rep, match', [ ('a a', 'bar', 'has whitespace'), ('a,a', 'bar', 'has a comma'), ('a', '', 'non-empty'), ('a', ' bar', 'start with whitespace'), ('a', ',bar', 'starts with a comma'), ('a', 'bar,bat', '.*not.*followed by a space'), ('a', 'bar ', 'trailing space'), ('a', 'b ,ar', 'contains a whitespace.*followed by a comma'), ('a', 'bar,', 'single entry.*comma'), ('a', 'bar, bat', 'must end with trailing ","'), ('a', 'a, bar,', 'corrects to itself amongst others'), ('a', 'a', 'corrects to itself'), ('a', 'bar, Bar,', 'unique'), ]) def test_error_checking(err, rep, match): """Test that our error checking works.""" with pytest.raises(AssertionError, match=match): _check_err_rep(err, rep, (None, None), 'dummy', (supported_languages, supported_languages)) @pytest.mark.skipif(not spellers, reason='requires aspell-en') @pytest.mark.parametrize('err, rep, err_aspell, rep_aspell, match', [ # This doesn't raise any exceptions, so skip for now: # pytest.param('a', 'uvw, bar,', None, None, 'should be in aspell'), ('abcdef', 'uvwxyz, bar,', True, None, 'should be in aspell'), ('a', 'uvwxyz, bar,', False, None, 'should not be in aspell'), ('a', 'abcdef, uvwxyz,', None, True, 'should be in aspell'), ('abcdef', 'uvwxyz, bar,', True, True, 'should be in aspell'), ('abcdef', 'uvwxyz, bar,', False, True, 'should be in aspell'), ('a', 'bar, back,', None, False, 'should not be in aspell'), ('a', 'bar, back, Wednesday,', None, False, 'should not be in aspell'), ('abcdef', 'ghijkl, uvwxyz,', True, False, 'should be in aspell'), ('abcdef', 'uvwxyz, bar,', False, False, 'should not be in aspell'), # Multi-word corrections # One multi-word, both parts ('a', 'abcdef uvwxyz', None, True, 'should be in aspell'), ('a', 'bar back', None, False, 'should not be in aspell'), ('a', 'bar back Wednesday', None, False, 'should not be in aspell'), # Second multi-word, both parts ('a', 'bar back, abcdef uvwxyz, bar,', None, True, 'should be in aspell'), ('a', 'abcdef uvwxyz, bar back, ghijkl,', None, False, 'should not be in aspell'), # noqa: E501 # One multi-word, second part ('a', 'bar abcdef', None, True, 'should be in aspell'), ('a', 'abcdef back', None, False, 'should not be in aspell'), ]) def test_error_checking_in_aspell(err, rep, err_aspell, rep_aspell, match): """Test that our error checking works with aspell.""" with pytest.raises(AssertionError, match=match): _check_err_rep( err, rep, (err_aspell, rep_aspell), 'dummy', (supported_languages, supported_languages)) # allow some duplicates, like "m-i-n-i-m-i-s-e", or "c-a-l-c-u-l-a-t-a-b-l-e" allowed_dups = { ('dictionary.txt', 'dictionary_en-GB_to_en-US.txt'), ('dictionary.txt', 'dictionary_names.txt'), ('dictionary.txt', 'dictionary_rare.txt'), ('dictionary.txt', 'dictionary_usage.txt'), ('dictionary_rare.txt', 'dictionary_usage.txt'), } @fname_params @pytest.mark.dependency(name='dictionary loop') def test_dictionary_looping(fname, in_aspell, in_dictionary): """Test that all dictionary entries are valid.""" this_err_dict = dict() short_fname = op.basename(fname) with open(fname, 'rb') as fid: for line in fid: err, rep = line.decode('utf-8').split('->') err = err.lower() assert err not in this_err_dict, \ 'error %r already exists in %s' % (err, short_fname) rep = rep.rstrip('\n') reps = [r.strip() for r in rep.lower().split(',')] reps = [r for r in reps if len(r)] this_err_dict[err] = reps # 1. check the dict against itself (diagonal) for err in this_err_dict: for r in this_err_dict[err]: assert r not in this_err_dict, \ ('error %s: correction %s is an error itself in the same ' 'dictionary file %s' % (err, r, short_fname)) pair = (short_fname, short_fname) assert pair not in global_pairs global_pairs.add(pair) for other_fname, other_err_dict in global_err_dicts.items(): # error duplication (eventually maybe we should just merge?) for err in this_err_dict: assert err not in other_err_dict, \ ('error %r in dictionary %s already exists in dictionary ' '%s' % (err, short_fname, other_fname)) # 2. check corrections in this dict against other dicts (upper) pair = (short_fname, other_fname) if pair not in allowed_dups: for err in this_err_dict: assert err not in other_err_dict, \ ('error %r in dictionary %s already exists in dictionary ' '%s' % (err, short_fname, other_fname)) for r in this_err_dict[err]: assert r not in other_err_dict, \ ('error %s: correction %s from dictionary %s is an ' 'error itself in dictionary %s' % (err, r, short_fname, other_fname)) assert pair not in global_pairs global_pairs.add(pair) # 3. check corrections in other dicts against this dict (lower) pair = (other_fname, short_fname) if pair not in allowed_dups: for err in other_err_dict: for r in other_err_dict[err]: assert r not in this_err_dict, \ ('error %s: correction %s from dictionary %s is an ' 'error itself in dictionary %s' % (err, r, other_fname, short_fname)) assert pair not in global_pairs global_pairs.add(pair) global_err_dicts[short_fname] = this_err_dict @pytest.mark.dependency(depends=['dictionary loop']) def test_ran_all(): """Test that all pairwise tests ran.""" for f1, _, _ in _fnames_in_aspell: f1 = op.basename(f1) for f2, _, _ in _fnames_in_aspell: f2 = op.basename(f2) assert (f1, f2) in global_pairs assert len(global_pairs) == len(_fnames_in_aspell) ** 2 codespell-2.1.0/example/000077500000000000000000000000001406046204000151135ustar00rootroot00000000000000codespell-2.1.0/example/code.c000066400000000000000000000003151406046204000161700ustar00rootroot00000000000000 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-2.1.0/example/dict.txt000066400000000000000000000001551406046204000166000ustar00rootroot00000000000000tis->this opem->open buring->burying, burning, burin, during, clas->class, disabled due to name clash in c++ codespell-2.1.0/setup.cfg000066400000000000000000000001721406046204000153010ustar00rootroot00000000000000[tool:pytest] addopts = --cov=codespell_lib --showlocals -rs --cov-report= [flake8] exclude = build, ci-helpers ignore = codespell-2.1.0/setup.py000077500000000000000000000042201406046204000151730ustar00rootroot00000000000000#! /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', python_requires='>=3.5', packages=[ 'codespell_lib', 'codespell_lib.data', ], package_data={'codespell_lib': [ op.join('data', 'dictionary*.txt'), op.join('data', 'linux-kernel.exclude'), ]}, exclude_package_data={'codespell_lib': [ op.join('tests', '*'), ]}, entry_points={ 'console_scripts': [ 'codespell = codespell_lib:_script_main' ], }, extras_require={ "dev": ["check-manifest", "flake8", "pytest", "pytest-cov", "pytest-dependency"], "hard-encoding-detection": ["chardet"], } ) codespell-2.1.0/snap/000077500000000000000000000000001406046204000144215ustar00rootroot00000000000000codespell-2.1.0/snap/snapcraft.yaml000066400000000000000000000006501406046204000172670ustar00rootroot00000000000000name: 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-2.1.0/tools/000077500000000000000000000000001406046204000146205ustar00rootroot00000000000000codespell-2.1.0/tools/travis_tools.sh000066400000000000000000000013131406046204000177020ustar00rootroot00000000000000# 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 $@ }