From 89f50168ae4a8ae884cb9cae7a86184b02e114f4 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 4 Jan 2011 02:24:33 -0500 Subject: [PATCH] Fix typo. --- common/modules/finder.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/finder.jsm b/common/modules/finder.jsm index debd0fc1..db72743c 100644 --- a/common/modules/finder.jsm +++ b/common/modules/finder.jsm @@ -141,7 +141,7 @@ var RangeFinder = Module("rangefinder", { }, /** - * Highlights all occurrences of the last finded for string in the + * Highlights all occurrences of the last sought for string in the * current buffer. */ highlight: function () {