summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
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