From c3e815b216ab4495f3c5d36e798c453f1618b2df Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 8 Jan 2019 13:34:52 +0100 Subject: Fix typo Change-Id: I0f2f69bc1c5ed15ff4c2580ad7d81259add27007 Reviewed-on: https://gerrit.libreoffice.org/65948 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sw/source/uibase/inc/UnfloatTableButton.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/inc') diff --git a/sw/source/uibase/inc/UnfloatTableButton.hxx b/sw/source/uibase/inc/UnfloatTableButton.hxx index 1ecfa8a3849f..94b4eb761ca0 100644 --- a/sw/source/uibase/inc/UnfloatTableButton.hxx +++ b/sw/source/uibase/inc/UnfloatTableButton.hxx @@ -16,7 +16,7 @@ /** Class for unfloat table button * * This unfloat button is used to convert a floating table into a simple writer table embedded to the text body. - * This unfloat oparation is useful typically for documents imported from MSO file formats containing + * This unfloat operation is useful typically for documents imported from MSO file formats containing * multi-page floating tables. In case of a multi-page table the text frame cuts off the table because * the frame can't span across multiple pages. With unfloating we can get a multi-page table without * floating properties. -- cgit