summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:40:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:37 +0200
commitca173a20eb22ab1c71f377c4878c945eb756e4d2 (patch)
tree2b8adcd6481becf928fdaa769772f04edfac11c4 /sd
parent52ba650bffc2a5b215af50c7f45dae035f46663c (diff)
typo: identcal -> identical
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
index 34d9ee734887..b40e689790aa 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
@@ -126,7 +126,7 @@ private:
sal_Int32 mnLockCount;
/** This timer is used to check from time to time whether the requested
- configuration and the current configuration are identcal and request
+ configuration and the current configuration are identical and request
an update when they are not.
This is used to overcome problems with resources that become
available asynchronously.