1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix typos spotted during translations

* g10/gpg.c: uppercase after Syntax
* util/secmem.c (print_warn): Update URL.
This commit is contained in:
Werner Koch 2012-08-24 16:37:44 +02:00
parent e393ae3e29
commit a76efe1b05
3 changed files with 5 additions and 5 deletions

View file

@ -94,7 +94,7 @@ print_warn(void)
if (!no_warning)
{
log_info(_("WARNING: using insecure memory!\n"));
log_info(_("please see http://www.gnupg.org/faq.html"
log_info(_("please see http://www.gnupg.org/documentation/faqs.html"
" for more information\n"));
}
}