diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:01:06 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:33 +0100 |
commit | 6f892ed9fc3b836e0d23681a16425ebd60aa61f8 (patch) | |
tree | 9aae600c04fe806f2137ee521ac92088a6a166cc /extensions | |
parent | 680139fe7d51cf3c3ada1ce12fe507c298f02b67 (diff) |
typo: overrride -> override
All detected by SpellCode
https://code.google.com/p/spellcode/
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/loadlisteneradapter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.cxx b/extensions/source/bibliography/loadlisteneradapter.cxx index e74c24ebaa76..27b278ced0d1 100644 --- a/extensions/source/bibliography/loadlisteneradapter.cxx +++ b/extensions/source/bibliography/loadlisteneradapter.cxx @@ -46,7 +46,7 @@ namespace bib void OComponentListener::_disposing( const EventObject& /*_rSource*/ ) throw( RuntimeException) { - // nothing to do here, overrride if you're interested in + // nothing to do here, override if you're interested in } |