[dokuwiki] Re: New repository plugin

  • From: Andreas Haerter <list+dokuwiki@xxxxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 31 Jan 2011 05:16:46 +0100

Hi Håkan,

I found a small typo, see attached patch

-- 
Andreas <http://blog.andreas-haerter.com>

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
From ea6c270b2456ea5c953dcc866b958da077696f73 Mon Sep 17 00:00:00 2001
From: Andreas Haerter <development@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 Jan 2011 05:13:44 +0100
Subject: [PATCH] typo

---
 database.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/database.sql b/database.sql
index c8fd46c..57e248c 100644
--- a/database.sql
+++ b/database.sql
@@ -68,7 +68,7 @@ CREATE TABLE `plugin_tags` (
   `plugin` varchar(50) NOT NULL,
   `tag` varchar(255) NOT NULL,
   PRIMARY KEY  (`plugin`,`tag`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Sotres the plugin tags';
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores the plugin tags';
 SET character_set_client = @saved_cs_client;
 
 --
-- 
1.7.1

Other related posts: