diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/backend-kbx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/backend-kbx.c b/kbx/backend-kbx.c index 1c4b04226..d70b76097 100644 --- a/kbx/backend-kbx.c +++ b/kbx/backend-kbx.c @@ -117,7 +117,7 @@ create_keybox (const char *filename) /* Make sure that at least one record is in a new keybox file, so * that the detection magic will work the next time it is used. - * We always set the OpenPGP blobs maybe availabale flag. */ + * We always set the OpenPGP blobs maybe available flag. */ fp = es_fopen (filename, "w+b,mode=-rw-------"); if (!fp) { |