diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-02 12:53:32 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-02 12:53:32 +0100 |
commit | f548ca97ad1fa83edb8140226ca620cc4c8c0db9 (patch) | |
tree | 39d4d06989d7578beb7a33f2a2f09aa35b1b0076 /common/homedir.c | |
parent | Fix bug#1003. (diff) | |
download | gnupg2-f548ca97ad1fa83edb8140226ca620cc4c8c0db9.tar.xz gnupg2-f548ca97ad1fa83edb8140226ca620cc4c8c0db9.zip |
Modernized gpg-agent startup instructions
Diffstat (limited to 'common/homedir.c')
-rw-r--r-- | common/homedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/homedir.c b/common/homedir.c index 74f3a0d1f..5f2e31e0a 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -86,7 +86,7 @@ w32_shgetfolderpath (HWND a, int b, HANDLE c, DWORD d, LPSTR e) /* Get the standard home directory. In general this function should not be used as it does not consider a registry value (under W32) or - the GNUPGHOME encironment variable. It is better to use + the GNUPGHOME environment variable. It is better to use default_homedir(). */ const char * standard_homedir (void) |