From 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 8 Nov 2018 12:34:27 +0700 Subject: spelling: fix misspellings Signed-off-by: Daniel Kahn Gillmor --- lang/cpp/README | 2 +- lang/cpp/src/key.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/cpp') diff --git a/lang/cpp/README b/lang/cpp/README index e142e371..16c9a4a1 100644 --- a/lang/cpp/README +++ b/lang/cpp/README @@ -43,7 +43,7 @@ pattern so the documentation for GPGME itself provides a good way to start. The context structure in GPGME is mapped to a Context object in -GpgMEpp. Additional convienience code provides Data objects and +GpgMEpp. Additional convenience code provides Data objects and a Dataprovider interface that can be used to implement GPGME's data with any subclass by implementing the right callbacks. diff --git a/lang/cpp/src/key.h b/lang/cpp/src/key.h index c4edba07..dd855aec 100644 --- a/lang/cpp/src/key.h +++ b/lang/cpp/src/key.h @@ -163,7 +163,7 @@ public: * Needs gnupg 2.1.13 and the key needs to be updated * afterwards to see the new uid. * - * @param uid should be fully formated and UTF-8 encoded. + * @param uid should be fully formatted and UTF-8 encoded. * * @returns a possible error. **/ -- cgit v1.2.3