diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 11:13:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 11:15:38 +0200 |
commit | fc090acf829d0053c0a611acd73f08b51128031d (patch) | |
tree | 981e34facb049c5fd4eaecf4ec3244e029a8c4d5 /sal/rtl | |
parent | ea4581a914cb1aad29f16b73e35350f05f8adc1c (diff) |
Fix misspellings detected by https://github.com/lyda/misspell-check
Just as a test to check the usefulness of that tool. It needs some improvement
before really usable.
Change-Id: I875e79c1992ed5f3b695736b0d49938ad0ba2d55
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/unload.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/unload.cxx b/sal/rtl/source/unload.cxx index 4d40de74e5c0..4d4a41496983 100644 --- a/sal/rtl/source/unload.cxx +++ b/sal/rtl/source/unload.cxx @@ -357,7 +357,7 @@ static ListenerMap& getListenerMap() // This queue contains cookies which have been passed out by rtl_addUnloadingListener and // which have been regainded by rtl_removeUnloadingListener. When rtl_addUnloadingListener // is called then a cookie has to be returned. First we look into the set if there is one -// availabe. Otherwise a new cookie will be provided. +// available. Otherwise a new cookie will be provided. // not a new value is returned. typedef std::deque< |