summaryrefslogtreecommitdiff
path: root/examples/pdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-11 13:49:39 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-11 13:49:39 +0000
commitb8766e74c6eae8d4025b88043d57fe2653c14352 (patch)
tree082b6a3e46e9c308dc3cbe52c2cc457581cb3e03 /examples/pdb
parent9c3446d347236a77b5ad28bcc077c3122e2ef885 (diff)
downloadsamba-b8766e74c6eae8d4025b88043d57fe2653c14352.tar.gz
Fix typo
(This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401)
Diffstat (limited to 'examples/pdb')
-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 12eac6cdc7e..3bd6d198007 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),