mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Typofix: preceeding -> preceding
This commit is contained in:
parent
e87e26af7d
commit
b007dfb101
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ int MAPFAM::DeleteRecords(PGLOBAL g, int irc)
|
|||
|
||||
if (Tpos == Spos) {
|
||||
/*******************************************************************/
|
||||
/* First line to delete. Move of eventual preceeding lines is */
|
||||
/* First line to delete. Move of eventual preceding lines is */
|
||||
/* not required here, just setting of future Spos and Tpos. */
|
||||
/*******************************************************************/
|
||||
Tpos = Spos = Fpos;
|
||||
|
|
Loading…
Reference in a new issue