diff options
| author | Ben McGinnes <[email protected]> | 2018-03-04 22:40:41 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-04 22:40:41 +0000 | 
| commit | f61d4f585f27c13fabf7a23ad295bdc8bea7c838 (patch) | |
| tree | 4c847e99645d9c9e813825f6703c9749957223cb | |
| parent | Missed a couple (diff) | |
| download | gpgme-f61d4f585f27c13fabf7a23ad295bdc8bea7c838.tar.gz gpgme-f61d4f585f27c13fabf7a23ad295bdc8bea7c838.zip | |
IDENTIFY
* Fixed sp error in docstring.
| -rw-r--r-- | src/gpgme-tool.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/gpgme-tool.c b/src/gpgme-tool.c index 3e2dc785..e7a7a6f3 100644 --- a/src/gpgme-tool.c +++ b/src/gpgme-tool.c @@ -3101,7 +3101,7 @@ cmd_hash_algo_name (assuan_context_t ctx, char *line)  static const char hlp_identify[] = -  "IDENTIY\n" +  "IDENTIFY\n"    "\n"    "Identify the type of data set with the INPUT command.";  static gpg_error_t | 
