diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-06-08 14:14:42 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@seravo.fi> | 2016-06-08 14:17:23 +0300 |
commit | effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 (patch) | |
tree | 7771bbdef76e31b77c0f1f2299b5f7256894cb9d /strings/string.doc | |
parent | 9de6708390885415dc6737fcdb96a53ce565a7c2 (diff) | |
download | mariadb-git-effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6.tar.gz |
General spell fixing in comments and strings
Diffstat (limited to 'strings/string.doc')
-rw-r--r-- | strings/string.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/string.doc b/strings/string.doc index fcd020b8c60..3e5b607347a 100644 --- a/strings/string.doc +++ b/strings/string.doc @@ -41,7 +41,7 @@ Speciella användbara nya string-rutiner: backwards from pos from. pat is not a regex(3) pattern, it is a literal string which must be matched exactly. The result 0 if the pattern was not found else it is the start char of - the pattern counted from the begining of the string. + the pattern counted from the beginning of the string. strappend(dest, len, fill) appends fill-characters to a string so that the result length == len. If the string is longer than len it's |