Fix typos in comments, documentation and strings (#1615)

All of them were found using codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2017-07-06 00:17:38 +02:00
committed by Aleksandar Fabijanic
parent a9598960e4
commit 8ccee8928c
56 changed files with 143 additions and 143 deletions

View File

@@ -69,7 +69,7 @@ public:
/// Returns true if token exists, false otherwise.
std::string::size_type find(const std::string& token, std::string::size_type pos = 0) const;
/// Returns the index of the first occurence of the token
/// Returns the index of the first occurrence of the token
/// starting at position pos.
/// Throws a NotFoundException if the token is not found.