summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-11 13:49:25 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-11 13:49:25 +0000
commitbd4ed6eea04882f7066e991434ec90dd97b68b1b (patch)
treebe5a6b0163a5a1f994c61057173cc2e6012a109a
parent72b9b48904fb006112256d532445355499a51700 (diff)
downloadsamba-bd4ed6eea04882f7066e991434ec90dd97b68b1b.tar.gz
samba-bd4ed6eea04882f7066e991434ec90dd97b68b1b.tar.bz2
samba-bd4ed6eea04882f7066e991434ec90dd97b68b1b.zip
Fix typo
(This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5)
-rw-r--r--examples/pdb/mysql/mysql.dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/mysql/mysql.dump b/examples/pdb/mysql/mysql.dump
index 12eac6cdc7..3bd6d19800 100644
--- a/examples/pdb/mysql/mysql.dump
+++ b/examples/pdb/mysql/mysql.dump
@@ -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),