Fix typos in aurblup source and "README".

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-02-09 07:54:21 +01:00
parent ddc54358d0
commit 13bcc269ff
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ die(const char *format, ...)
va_list arg;
va_start(arg, format);
fprintf(stderr, "blackup: ");
fprintf(stderr, "aurblup: ");
vfprintf(stderr, format, arg);
va_end(arg);