diff options
author | unknown <msvensson@shellback.(none)> | 2006-04-07 12:46:50 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-04-07 12:46:50 +0200 |
commit | 4a2cd8701bf6c16f77c93e1795215f8021eb2552 (patch) | |
tree | c927c74df589980501bc0d0c60e5a94c108984dc /include | |
parent | 78697215c1245f5ae4d6771fece4cf7d6c363131 (diff) | |
download | mariadb-git-4a2cd8701bf6c16f77c93e1795215f8021eb2552.tar.gz |
Fix spelling error
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index 969617c084b..7adf4845984 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -464,7 +464,7 @@ typedef unsigned short ushort; /* Wen using the embedded library, users might run into link problems, - dupicate declaration of __cxa_pure_virtual, solved by declaring it a + duplicate declaration of __cxa_pure_virtual, solved by declaring it a weak symbol. */ #ifdef USE_MYSYS_NEW |