From 420923ba76ad84892fd242ed37be9d85e1ea03fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:23:08 +0200 Subject: Fix typos Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- include/svl/undo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl/undo.hxx') diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx index d9b12274aae5..19f190140aa7 100644 --- a/include/svl/undo.hxx +++ b/include/svl/undo.hxx @@ -410,7 +410,7 @@ class SVL_DLLPUBLIC SfxLinkUndoAction : public SfxUndoAction /* [Explanation] SfxLinkUndoAction is used to link two SfxUndoManager. The Undo/Redos inserted - in the first SfxUndoManager redict their Undo/Redo to the second. With this it + in the first SfxUndoManager redirect their Undo/Redo to the second. With this it does not matter, if the undo/redo initially was on the first or the second. After inserting SfxLinkUndoAction on the first SfxUndoManager, you have to -- cgit