Fix typo
authorJelmer Vernooij <jelmer@samba.org>
Mon, 11 Nov 2002 13:49:39 +0000 (13:49 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 11 Nov 2002 13:49:39 +0000 (13:49 +0000)
(This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401)

examples/pdb/mysql/mysql.dump

index 12eac6cdc7e97c40095a9ebf1e7a9555b3e73bf1..3bd6d198007595b2b6c6666787c88fd364a219f4 100644 (file)
@@ -1,7 +1,7 @@
 # Put this in your MySQL database by running 
 # mysql -u<user> -p<password> -h<host> <database> < mysql.dump
 
-CREATE TABEL user (
+CREATE TABLE user (
        logon_time int(9),
        logoff_time int(9),
        kickoff_time int(9),