diff options
Diffstat (limited to 'lang/cpp/README')
-rw-r--r-- | lang/cpp/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/README b/lang/cpp/README index b9a48da1..e142e371 100644 --- a/lang/cpp/README +++ b/lang/cpp/README @@ -62,7 +62,7 @@ Example to set the ownertrust of a key: Data data; /* Start the edit on some key previously obtained. */ Error e = ctx->edit(key, std::unique_ptr<EditInteractor>(ei), data); - /* Errors provide boolean comparision */ + /* Errors provide boolean comparison */ if (!e) ... /* Delete the context */ |