]> git.openstreetmap.org Git - rails.git/commitdiff
Fix bugs->notes in comment
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 6 Oct 2016 07:59:24 +0000 (08:59 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 6 Oct 2016 07:59:24 +0000 (08:59 +0100)
app/controllers/notes_controller.rb

index 51ef4491d35363be75437919e9089537f1eeff9a..1366038f03e97b7f7f40b99cc23d742e281ba959 100644 (file)
@@ -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]