diff options
author | monty@hundin.mysql.fi <> | 2001-11-07 00:13:29 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-07 00:13:29 +0200 |
commit | 4c60b4195436182f7d06d5db926e8f60d845271d (patch) | |
tree | 64754ff9c9c94a31f64a96e1a5e3ae60a4a93253 /sql/gen_lex_hash.cc | |
parent | 771af387e347412ce4884dcc5dcee6db12c4bfd9 (diff) | |
download | mariadb-git-4c60b4195436182f7d06d5db926e8f60d845271d.tar.gz |
Portability fix
Cleanup typos (like SKIPP -> SKIP)
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index 2358dde7b6d..4e5d6fb3111 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -20,7 +20,7 @@ #include <my_sys.h> #include <m_string.h> #ifndef __GNU_LIBRARY__ -#define __GNU_LIBRARY__ // Skipp warnings in getopt.h +#define __GNU_LIBRARY__ // Skip warnings in getopt.h #endif #include <getopt.h> #include "mysql_version.h" |