diff options
author | paul@teton.kitebird.com <> | 2004-03-17 12:28:26 -0600 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2004-03-17 12:28:26 -0600 |
commit | f71f7147735c2ddf611628b6c514b029e98a5241 (patch) | |
tree | e1be07e4bd1809892a90f4c88daf3c78cdfee04f /isam | |
parent | 9bf6b3eaf90deae41f13a330be7446e152a236ff (diff) | |
download | mariadb-git-f71f7147735c2ddf611628b6c514b029e98a5241.tar.gz |
Fix typo.
Diffstat (limited to 'isam')
-rw-r--r-- | isam/isamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c index 4e7ab7ec854..8fa6b7ad4c0 100644 --- a/isam/isamchk.c +++ b/isam/isamchk.c @@ -3413,6 +3413,6 @@ static int update_state_info( N_INFO *info, uint update) return 0; } err: - print_error("%d when updateing keyfile",my_errno); + print_error("%d when updating keyfile",my_errno); return 1; } |