diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-07 08:06:32 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-07 08:06:32 +0000 |
commit | 92509940881b778d85352a7edd0806c531a2e422 (patch) | |
tree | 3f299f3b60942d1f0abb6040f0d350b354a0105f | |
parent | 6067bfcd0974d505951e02e6939a24d3ef3df7c6 (diff) | |
download | redmine-92509940881b778d85352a7edd0806c531a2e422.tar.gz redmine-92509940881b778d85352a7edd0806c531a2e422.zip |
fix typos of source comments at ApplicationHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@13071 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 8377d99f2..e46008d45 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1331,7 +1331,7 @@ module ApplicationHelper def api_meta(options) if params[:nometa].present? || request.headers['X-Redmine-Nometa'] # compatibility mode for activeresource clients that raise - # an error when unserializing an array with attributes + # an error when deserializing an array with attributes nil else options |