mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
General spell fixing in comments and strings
This commit is contained in:
parent
9de6708390
commit
effbe7dd7b
67 changed files with 96 additions and 96 deletions
|
|
@ -220,7 +220,7 @@ int write_header(azio_stream *s)
|
|||
AZHEADER_SIZE + AZMETA_BUFFER_SIZE); /* FRM position */
|
||||
*(ptr + AZ_DIRTY_POS)= (unsigned char)s->dirty; /* Start of Data Block Index Block */
|
||||
|
||||
/* Always begin at the begining, and end there as well */
|
||||
/* Always begin at the beginning, and end there as well */
|
||||
return my_pwrite(s->file, (uchar*) buffer, AZHEADER_SIZE + AZMETA_BUFFER_SIZE,
|
||||
0, MYF(MY_NABP)) ? 1 : 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue