aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/findkey.c2
-rw-r--r--agent/keyformat.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index a9a8fb851..fa9e5b548 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -1044,7 +1044,7 @@ agent_key_from_file (ctrl_t ctrl, const char *cache_nonce,
/* Note, that we will take the comment as a C string for
* display purposes; i.e. all stuff beyond a Nul character is
* ignored. If a "Label" entry is available in the meta data
- * this is used instead of the s-ecpression comment. */
+ * this is used instead of the s-expression comment. */
if (keymeta && (comment = nvc_get_string (keymeta, "Label:")))
{
if (strchr (comment, '\n')
diff --git a/agent/keyformat.txt b/agent/keyformat.txt
index 7e1b9613d..687c0763d 100644
--- a/agent/keyformat.txt
+++ b/agent/keyformat.txt
@@ -88,7 +88,7 @@ so that the file can be easily inspected and edited. See section
*** Created
The UTC time the key was created in ISO compressed format
-(yyyymmddThhmmss). This informarion can be used to re-create an
+(yyyymmddThhmmss). This information can be used to re-create an
OpenPGP key.
*** Label