liten typo

This commit is contained in:
Geir Hauge 2007-06-07 11:43:52 +00:00
parent daff9bc988
commit 8de782e9e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* @(#) $Header: /tmp/cvs/mysql-admutils/mysql-dbadm.c,v 1.20 2007-06-04 08:40:54 geirha Exp $ * @(#) $Header: /tmp/cvs/mysql-admutils/mysql-dbadm.c,v 1.21 2007-06-07 11:43:52 geirha Exp $
* *
* mysql-dbadm.c * mysql-dbadm.c
* *
@ -112,7 +112,7 @@ usage_editperm()
printf(" Select - Enables use of SELECT\n"); printf(" Select - Enables use of SELECT\n");
printf(" Insert - Enables use of INSERT\n"); printf(" Insert - Enables use of INSERT\n");
printf(" Update - Enables use of UPDATE\n"); printf(" Update - Enables use of UPDATE\n");
printf(" Delete - Enables use of DELTE\n"); printf(" Delete - Enables use of DELETE\n");
printf(" Create - Enables use of CREATE TABLE\n"); printf(" Create - Enables use of CREATE TABLE\n");
printf(" Drop - Enables use of DROP TABLE\n"); printf(" Drop - Enables use of DROP TABLE\n");
printf(" Alter - Enables use of ALTER TABLE\n"); printf(" Alter - Enables use of ALTER TABLE\n");