* gpgkeys_hkp.c: "Warning" -> "WARNING"

This commit is contained in:
David Shaw 2002-07-25 18:01:36 +00:00
parent 2610f0ee62
commit ceb76da7e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-25 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c: "Warning" -> "WARNING"
2002-07-24 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@

View File

@ -681,7 +681,7 @@ int main(int argc,char *argv[])
console=stderr;
fprintf(console,
"gpgkeys: Warning: this is an *experimental* HKP interface!\n");
"gpgkeys: WARNING: this is an *experimental* HKP interface!\n");
while((arg=getopt(argc,argv,"ho:"))!=-1)
switch(arg)