From e544f449eded2738b45de4be13c72b128a16bafe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jul 2015 23:14:45 +0200 Subject: Fix typos Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl --- sdext/source/presenter/PresenterAccessibility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx index 8f0097194486..817b4a29a3f4 100644 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -1959,7 +1959,7 @@ void AccessibleNotes::NotifyCaretChange ( if (nOldParagraphIndex != nNewParagraphIndex) { // Moved caret from one paragraph to another (or showed or - // hid the caret). Move focuse from one accessible + // hid the caret). Move focus from one accessible // paragraph to another. if (nOldParagraphIndex >= 0) { -- cgit