summaryrefslogtreecommitdiff
path: root/external/libmariadb
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
commit249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 (patch)
tree482aadebea643bab38b0fd5106227091dc66d087 /external/libmariadb
parent9915597c8988f46df3ec334c01afc7d618df7b7c (diff)
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'external/libmariadb')
-rw-r--r--external/libmariadb/mariadb-trunk-101.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/external/libmariadb/mariadb-trunk-101.patch b/external/libmariadb/mariadb-trunk-101.patch
index 77742d139c1e..75cf43428393 100644
--- a/external/libmariadb/mariadb-trunk-101.patch
+++ b/external/libmariadb/mariadb-trunk-101.patch
@@ -10718,7 +10718,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmariadb/int2str.
+
+ Note: The standard itoa() returns a pointer to the argument, when int2str
+ returns the pointer to the end-null.
-+ itoa assumes that 10 -base numbers are allways signed and other arn't.
++ itoa assumes that 10 -base numbers are always signed and other aren't.
+*/
+
+#include <my_global.h>
@@ -10859,7 +10859,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmariadb/is_prefi
+ Defines: is_prefix()
+
+ is_prefix(s, t) returns 1 if s starts with t.
-+ A empty t is allways a prefix.
++ A empty t is always a prefix.
+*/
+
+#include <my_global.h>
@@ -14653,7 +14653,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmariadb/longlong
+
+ Note: The standard itoa() returns a pointer to the argument, when int2str
+ returns the pointer to the end-null.
-+ itoa assumes that 10 -base numbers are allways signed and other arn't.
++ itoa assumes that 10 -base numbers are always signed and other aren't.
+*/
+
+#include <my_global.h>
@@ -23658,9 +23658,9 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmariadb/my_getwd
+#define chdir _chdir2
+#endif
+
-+ /* Gets current working directory in buff. Directory is allways ended
++ /* Gets current working directory in buff. Directory is always ended
+ with FN_LIBCHAR */
-+ /* One must pass a buffer to my_getwd. One can allways use
++ /* One must pass a buffer to my_getwd. One can always use
+ curr_dir[] */
+
+int my_getwd(my_string buf, uint size, myf MyFlags)
@@ -31590,7 +31590,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmariadb/strfill.
+ Defines: strfill()
+
+ strfill(dest, len, fill) makes a string of fill-characters. The result
-+ string is of length == len. The des+len character is allways set to NULL.
++ string is of length == len. The des+len character is always set to NULL.
+ strfill() returns pointer to dest+len;
+*/
+
@@ -38646,7 +38646,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmysql/int2str.c
-
- Note: The standard itoa() returns a pointer to the argument, when int2str
- returns the pointer to the end-null.
-- itoa assumes that 10 -base numbers are allways signed and other arn't.
+- itoa assumes that 10 -base numbers are always signed and other aren't.
-*/
-
-#include <my_global.h>
@@ -38787,7 +38787,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmysql/is_prefix.
- Defines: is_prefix()
-
- is_prefix(s, t) returns 1 if s starts with t.
-- A empty t is allways a prefix.
+- A empty t is always a prefix.
-*/
-
-#include <my_global.h>
@@ -42104,7 +42104,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmysql/longlong2s
-
- Note: The standard itoa() returns a pointer to the argument, when int2str
- returns the pointer to the end-null.
-- itoa assumes that 10 -base numbers are allways signed and other arn't.
+- itoa assumes that 10 -base numbers are always signed and other aren't.
-*/
-
-#include <my_global.h>
@@ -46193,9 +46193,9 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmysql/my_getwd.c
-#define chdir _chdir2
-#endif
-
-- /* Gets current working directory in buff. Directory is allways ended
+- /* Gets current working directory in buff. Directory is always ended
- with FN_LIBCHAR */
-- /* One must pass a buffer to my_getwd. One can allways use
+- /* One must pass a buffer to my_getwd. One can always use
- curr_dir[] */
-
-int my_getwd(my_string buf, uint size, myf MyFlags)
@@ -55169,7 +55169,7 @@ diff -x .bzr -u --recursive -N mariadb-native-client.release/libmysql/strfill.c
- Defines: strfill()
-
- strfill(dest, len, fill) makes a string of fill-characters. The result
-- string is of length == len. The des+len character is allways set to NULL.
+- string is of length == len. The des+len character is always set to NULL.
- strfill() returns pointer to dest+len;
-*/
-