mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-25 14:24:56 +00:00
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:
committed by
Aleksandar Fabijanic
parent
a9598960e4
commit
8ccee8928c
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user