diff options
author | unknown <jcole@jcole.burghcom.com> | 2000-08-16 04:17:40 -0500 |
---|---|---|
committer | unknown <jcole@jcole.burghcom.com> | 2000-08-16 04:17:40 -0500 |
commit | dd38ab7583fb0f850a4be59c1f45261bc1ecf318 (patch) | |
tree | 7ad9b8d424c187f5ba17b2254da1700d55874094 /libmysql | |
parent | 379b2695079d0b519a4cb9949285c7515f7ccfa8 (diff) | |
download | mariadb-git-dd38ab7583fb0f850a4be59c1f45261bc1ecf318.tar.gz |
Fix "dosen't" for someone who mailed us. :)
Docs/manual.texi:
Fix "dosen't"
dbug/monty.doc:
Fix "dosen't"
isam/isamchk.c:
Fix "dosen't"
libmysql/libmysql.c:
Fix "dosen't"
sql-bench/server-cfg.sh:
Fix "dosen't"
sql/sql_base.cc:
Fix "dosen't"
sql/sql_test.cc:
Fix "dosen't"
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 2b9cd7d2461..b81af161671 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -1983,7 +1983,7 @@ mysql_data_seek(MYSQL_RES *result, my_ulonglong row) /************************************************************************* ** put the row or field cursor one a position one got from mysql_row_tell() -** This dosen't restore any data. The next mysql_fetch_row or +** This doesn't restore any data. The next mysql_fetch_row or ** mysql_fetch_field will return the next row or field after the last used *************************************************************************/ |