diff options
Diffstat (limited to 'src/common/strlib.c')
-rw-r--r-- | src/common/strlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/strlib.c b/src/common/strlib.c index da1fddd8c..b65bc0c55 100644 --- a/src/common/strlib.c +++ b/src/common/strlib.c @@ -383,7 +383,7 @@ int strline(const char* str, size_t pos) /// @param len Length of the string /// @param startoff Where to start parsing /// @param delim Field delimiter -/// @parem out_pos Array of resulting positions +/// @param out_pos Array of resulting positions /// @param npos Size of the pos array /// @param opt Options that determine the parsing behaviour /// @return Number of fields in the string or -1 if an error occured |