diff options
| author | 2011-09-03 14:24:07 +0000 | |
|---|---|---|
| committer | 2011-09-03 14:24:07 +0000 | |
| commit | e0d6e35f19d1db92ae5267d1386e61d88f4f6a89 (patch) | |
| tree | 19807ae1eb31c3ad03fc1e2e8a7b33eeea05e0f7 /src/modules/str/libkvistr.cpp | |
| parent | update PT (diff) | |
| download | KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.tar.gz KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.tar.bz2 KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.zip | |
fix several typos
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
| -rw-r--r-- | src/modules/str/libkvistr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 3b6de7bf3..84f5c6f9e 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -1804,10 +1804,10 @@ static bool str_kvs_fnc_split(KviKvsModuleFunctionCall * c) [tr][td][b]??[/b][/td][td]A literal question mark[/td][/tr] [tr][td][b]?[.N]f[/b][/td][td]The next parameter is evaluated as a real floating point value and its representation substituted in place of ?f. The optional [.N] modifier, - where N is an unsigned integer, rappresents the desired precision.[/td][/tr] + where N is an unsigned integer, represents the desired precision.[/td][/tr] [tr][td][b]?[.N]e[/b][/td][td]The next parameter is evaluated as a real floating point value and its scientific representation substituted in place of ?e. The optional [.N] modifier, - where N is an unsigned integer, rappresents the desired precision.[/td][/tr] + where N is an unsigned integer, represents the desired precision.[/td][/tr] [tr][td][b]?[.N]E[/b][/td][td]Same as ?e but an toUppercase E is used as the exponent prefix[/td][/tr] [/table] @examples: |
