Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct misspellings #161

Merged
merged 1 commit into from May 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -85,7 +85,7 @@ throws a ``FormatError`` exception with description
``"forty-two"`` is a string while the format code ``d``
only applies to integers.

Where possible, errors are catched at compile time. For example, the code
Where possible, errors are caught at compile time. For example, the code

.. code:: c++

Expand Down
2 changes: 1 addition & 1 deletion doc/usage.rst
Expand Up @@ -41,7 +41,7 @@ current directory. Now you can build C++ Format by running :command:`make`.
Once the library has been built you can invoke :command:`make test` to run
the tests.

If you use Windows and have Vistual Studio installed, a :file:`FORMAT.sln`
If you use Windows and have Visual Studio installed, a :file:`FORMAT.sln`
file and several :file:`.vcproj` files will be created. You can then build them
using Visual Studio or msbuild.

Expand Down