diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-15 23:57:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-15 23:57:52 +0000 |
commit | 44614b58343e9028876c85d133c75997b8a9a018 (patch) | |
tree | 5417ef282032a90af6750c8870ceb9bf82ba52bf /lib | |
parent | 38fc2e4391a67260ce34bf815c99b47d93dea8f3 (diff) | |
download | redmine-44614b58343e9028876c85d133c75997b8a9a018.tar.gz redmine-44614b58343e9028876c85d133c75997b8a9a018.zip |
fix typo at lib/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13091 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redcloth3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index 7e9097ee3..e11145077 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -133,7 +133,7 @@ # # == Adding Tables # -# In Textile, simple tables can be added by seperating each column by +# In Textile, simple tables can be added by separating each column by # a pipe. # # |a|simple|table|row| |