mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fix typos in the codebase.
This commit is contained in:
parent
195833f1b6
commit
f2830af16c
22 changed files with 49 additions and 48 deletions
|
|
@ -55,7 +55,7 @@
|
|||
*
|
||||
* Michael Widenius:
|
||||
* DBUG_DUMP - To dump a block of memory.
|
||||
* PUSH_FLAG "O" - To be used insted of "o" if we
|
||||
* PUSH_FLAG "O" - To be used instead of "o" if we
|
||||
* want flushing after each write
|
||||
* PUSH_FLAG "A" - as 'O', but we will append to the out file instead
|
||||
* of creating a new one.
|
||||
|
|
|
|||
|
|
@ -847,7 +847,7 @@ EX:\fC
|
|||
Unlocks DBUG_FILE stream, that was locked with a DBUG_LOCK_FILE.
|
||||
.LI DBUG_ASSERT\
|
||||
This macro just does a regular assert(). The difference is that it will be
|
||||
disabled by DBUG_OFF togeher with the
|
||||
disabled by DBUG_OFF together with the
|
||||
.I dbug
|
||||
library. So there will be no need to disable asserts separately with NDEBUG.
|
||||
.SP 1
|
||||
|
|
@ -1115,7 +1115,7 @@ will usually have problems using the standard
|
|||
package.
|
||||
The most common problem is multiply allocated memory.
|
||||
.SP 2
|
||||
.\" .DE nroff dident like this. davida 900108
|
||||
.\" .DE nroff didn't like this. davida 900108
|
||||
.CS
|
||||
|
||||
.\" vim:filetype=nroff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue