From 3f698e1d1500f040897f497c2eb5259825a311cb Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 6 Oct 2016 08:59:24 +0100 Subject: [PATCH] Fix bugs->notes in comment --- app/controllers/notes_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index 51ef4491d..1366038f0 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -316,7 +316,7 @@ class NotesController < ApplicationController end ## - # Generate a condition to choose which bugs we want based + # Generate a condition to choose which notes we want based # on their status and the user's request parameters def closed_condition(notes) closed_since = if params[:closed] -- 2.43.2