From d91c39ddb08a4d0b75aaa330011ba1b3a2efa0bf Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 10 Dec 2007 13:14:02 +0000 Subject: [PATCH] fixing typoes --- manual/docs/en/schema-files.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manual/docs/en/schema-files.txt b/manual/docs/en/schema-files.txt index c932bc2c0..e504d3ebb 100644 --- a/manual/docs/en/schema-files.txt +++ b/manual/docs/en/schema-files.txt @@ -52,7 +52,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) Phonenumber: columns: id: @@ -128,7 +128,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) ++ Attributes @@ -147,7 +147,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) attributes: export: none validate: false @@ -169,7 +169,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) templates: MyCustomTemplate option1: value @@ -192,7 +192,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) actAs: Sluggable: fields: [username] @@ -214,7 +214,7 @@ User: username: type: string(255) password: - type: stirng(255) + type: string(255) options: type: INNODB collate: utf8_unicode_ci