summaryrefslogtreecommitdiff
path: root/sfx2/qa/complex/sfx2/DocumentProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa/complex/sfx2/DocumentProperties.java')
-rw-r--r--sfx2/qa/complex/sfx2/DocumentProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/DocumentProperties.java b/sfx2/qa/complex/sfx2/DocumentProperties.java
index 058897988e39..dad1fc2bf6a6 100644
--- a/sfx2/qa/complex/sfx2/DocumentProperties.java
+++ b/sfx2/qa/complex/sfx2/DocumentProperties.java
@@ -337,7 +337,7 @@ public class DocumentProperties
// differently some day...
boolean b = true;
double d = 3.1415;
- // note that Time is only supported for backward compatibilty!
+ // note that Time is only supported for backward compatibility!
Time t = new Time();
t.Hours = 1;
t.Minutes = 16;