summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-04-09 15:25:26 -0400
committerGitHub <noreply@github.com>2019-04-09 15:25:26 -0400
commitc133f6195779a1347de293bacc604cd1e1b83124 (patch)
tree90db1d86d98fe7a98bd808876704df2b28852684 /cpp/include
parentFixed Ice::Current requestId documentation (diff)
downloadice-c133f6195779a1347de293bacc604cd1e1b83124.tar.bz2
ice-c133f6195779a1347de293bacc604cd1e1b83124.tar.xz
ice-c133f6195779a1347de293bacc604cd1e1b83124.zip
Fixed typo in comment
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Value.h b/cpp/include/Ice/Value.h
index f5033d1fc9f..fa7f50c9b9c 100644
--- a/cpp/include/Ice/Value.h
+++ b/cpp/include/Ice/Value.h
@@ -42,7 +42,7 @@ public:
virtual void ice_preMarshal();
/**
- * The Ice run time invokes this method vafter unmarshaling an object's data members. This allows a
+ * The Ice run time invokes this method after unmarshaling an object's data members. This allows a
* subclass to override this method in order to perform additional initialization.
*/
virtual void ice_postUnmarshal();