summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorThinh Bui <thinh.ducbui@gmail.com>2022-11-14 21:20:46 +0800
committerThinh Bui <thinh.ducbui@gmail.com>2022-11-14 21:20:46 +0800
commit99f8d59007dda5642ecf30890f9ea862da55162e (patch)
tree83307c1b972fdb47e01cbab0214aea986cb9498c /searchcore
parent60e0c807988226eba418e9c80da2fd0b8f5e9015 (diff)
fix typo invokation -> invocation
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/feedtoken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/feedtoken.h b/searchcore/src/vespa/searchcore/proton/common/feedtoken.h
index 53f551999d2..7cc3c7fcc54 100644
--- a/searchcore/src/vespa/searchcore/proton/common/feedtoken.h
+++ b/searchcore/src/vespa/searchcore/proton/common/feedtoken.h
@@ -14,7 +14,7 @@ namespace feedtoken {
/**
* This class is used by the FeedEngine to encapsulate the necessary information
* for an IFeedHandler to perform an async reply to an operation. A unique
- * instance of this class is passed to every invokation of the IFeedHandler.
+ * instance of this class is passed to every invocation of the IFeedHandler.
*/
class ITransport {
public: