summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-07 16:47:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-07 20:29:58 +0200
commitc81d7eb7cd5ee6082a0252cec558c59d242b07ea (patch)
treea11fe094bcc4a5035419a583c6ed8e2bf7c6b68f /sw
parent1dddfbbdce43203284bdf874c2ef5662d9cacb51 (diff)
Fix typos
Change-Id: I4969e9e66de602a8c79774460a0215ef9d150372 Reviewed-on: https://gerrit.libreoffice.org/40795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/strings.hrc2
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 2ecbf8eeb119..18b0dadd0c72 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -937,7 +937,7 @@
/*--------------------------------------------------------------------
Description: path name
--------------------------------------------------------------------*/
-// Formate FileName
+// Format FileName
#define FMT_FF_NAME NC_("FMT_FF_NAME", "File name")
#define FMT_FF_NAME_NOEXT NC_("FMT_FF_NAME_NOEXT", "File name without extension")
#define FMT_FF_PATHNAME NC_("FMT_FF_PATHNAME", "Path/File name")
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index 29f8582365e4..7c4162a9a2f1 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -3170,7 +3170,7 @@ void SwXTextDocument::setClientZoom(int nTilePixelWidth_, int /*nTilePixelHeight
{
// Here we set the zoom value as it has been set by the user in the client.
// This value is used in postMouseEvent and setGraphicSelection methods
- // for in place chart editing. We assume that x and y scale is rougly
+ // for in place chart editing. We assume that x and y scale is roughly
// the same.
// Indeed we could set mnTilePixelWidth, mnTilePixelHeight, mnTileTwipWidth,
// mnTileTwipHeight data members of this class but they are not very useful