diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
commit | 037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch) | |
tree | 119676e8107fada1b91ef12a72e9bbf7b393729f /include/ucbhelper | |
parent | 44ead04eb5fc61a3f56f783adb1509fab440e212 (diff) |
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/interceptedinteraction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index acf4dc5f85a0..4de6df963672 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -144,7 +144,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper /** none of the specified interceptions match the incoming request */ E_NOT_INTERCEPTED, /** the request could be intercepted - but the specified continuation could not be located. - Thats normaly an error of the programmer. May be the interaction request does not use + Thats normally an error of the programmer. May be the interaction request does not use the right set of continuations ... or the interception list contains the wrong continuation. */ E_NO_CONTINUATION_FOUND, /** the request could be intercepted and the specified continuation could be selected successfully. */ |