diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-04-03 14:04:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-04-03 14:04:38 +0000 |
commit | f0f7158d87c9ea7cc5046133091f52fe77cbb532 (patch) | |
tree | dec30439910f1de2dbaa046e56b80f47db2a12f6 /app | |
parent | bc2a22e17f166583c19932c62c26f620e235339a (diff) | |
download | redmine-f0f7158d87c9ea7cc5046133091f52fe77cbb532.tar.gz redmine-f0f7158d87c9ea7cc5046133091f52fe77cbb532.zip |
fix typo "RedMine" at app/models/wiki_content.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9316 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/wiki_content.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index 430e9a50e..1bbdf09cb 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -1,5 +1,5 @@ -# RedMine - project management software -# Copyright (C) 2006-2011 Jean-Philippe Lang +# Redmine - project management software +# Copyright (C) 2006-2012 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License |