summaryrefslogtreecommitdiff
path: root/framework/inc/classes/checkediterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/checkediterator.hxx')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index 815707f7076a..637c5c6cb387 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -34,7 +34,7 @@ namespace framework{
We must check for 3 different states of an iterator - normal position, exact end, after end.
It's neccessary to detect if we have not found a entry and must return our default or
default already returned and we must break loop!
- see using in class FilterCache too for further informations!
+ see using in class FilterCache too for further information!
@Attention If your wish to debug this inline code ...
under windows and msdev you can use "set ENVCFLAGS=/Ob0" to do that!