Fix typo.

svn path=/trunk/; revision=23027
This commit is contained in:
Guy Harris 2007-09-29 02:05:31 +00:00
parent 81db68f38f
commit 5f9d1e28e6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ static void usage(gboolean is_error)
static void
failure_message(const char *msg_format, va_list ap)
{
fprintf(stderr, "capinos: ");
fprintf(stderr, "capinfos: ");
vfprintf(stderr, msg_format, ap);
fprintf(stderr, "\n");
}