mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Misc. typos
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
This commit is contained in:
parent
7c68930031
commit
3dd01669b4
51 changed files with 91 additions and 91 deletions
|
|
@ -315,7 +315,7 @@ static void DbugVfprintf(FILE *stream, const char* format, va_list args);
|
|||
|
||||
#undef EXISTS
|
||||
#if !defined(HAVE_ACCESS)
|
||||
#define EXISTS(pathname) (FALSE) /* Assume no existance */
|
||||
#define EXISTS(pathname) (FALSE) /* Assume no existence */
|
||||
#define Writable(name) (TRUE)
|
||||
#else
|
||||
#define EXISTS(pathname) (access(pathname, F_OK) == 0)
|
||||
|
|
@ -2180,7 +2180,7 @@ static BOOLEAN Writable(const char *pathname)
|
|||
|
||||
/*
|
||||
flush dbug-stream, free mutex lock & wait delay
|
||||
This is because some systems (MSDOS!!) dosn't flush fileheader
|
||||
This is because some systems (MSDOS!!) doesn't flush fileheader
|
||||
and dbug-file isn't readable after a system crash !!
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue