From 92509940881b778d85352a7edd0806c531a2e422 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 7 Apr 2014 08:06:32 +0000 Subject: [PATCH] fix typos of source comments at ApplicationHelper git-svn-id: http://svn.redmine.org/redmine/trunk@13071 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5