diff options
Diffstat (limited to 'g13')
-rw-r--r-- | g13/g13tuple.c | 2 | ||||
-rw-r--r-- | g13/server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g13/g13tuple.c b/g13/g13tuple.c index 6693826ad..746c7900d 100644 --- a/g13/g13tuple.c +++ b/g13/g13tuple.c @@ -144,7 +144,7 @@ ref_tupledesc (tupledesc_t tupledesc) /* Return a pointer to the memory used to store the tuples. This is - * the data originally provided to create_tupledesc. It is higly + * the data originally provided to create_tupledesc. It is highly * recommended that the callers uses ref_tupledesc before calling this * function and unref_tupledesc when the return data will not anymore * be used. */ diff --git a/g13/server.c b/g13/server.c index 780295214..341a6b281 100644 --- a/g13/server.c +++ b/g13/server.c @@ -422,7 +422,7 @@ static const char hlp_create[] = "CREATE [options] <filename>\n" "\n" "Create a new container. On success the OPEN command is \n" - "implictly done for the new container."; + "implicitly done for the new container."; static gpg_error_t cmd_create (assuan_context_t ctx, char *line) { |