summaryrefslogtreecommitdiff
path: root/comphelper/qa/complex
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:44:22 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-01-07 12:29:04 +0000
commit597e694e7e3264cf5d42b177bec38585ccb21232 (patch)
treedd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /comphelper/qa/complex
parent5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff)
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343 Reviewed-on: https://gerrit.libreoffice.org/21197 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'comphelper/qa/complex')
-rw-r--r--comphelper/qa/complex/comphelper/Map.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java
index 278f5a79923c..d01d1bef362b 100644
--- a/comphelper/qa/complex/comphelper/Map.java
+++ b/comphelper/qa/complex/comphelper/Map.java
@@ -313,7 +313,7 @@ public class Map
// - if a map's value type is a scalar type, or a string, then nothing but this
// type should be accepted
// - if a map's value type is an interface type, then values should be accepted if
- // they contain a derived interface, or the interrface itself, or if they can be
+ // they contain a derived interface, or the interface itself, or if they can be
// queried for this interface (actually, the latter rule is not tested with the
// above matrix)
// - if a map's value type is a struct or exception, then values should be accepted