Menu

#573 typo in writeout.c error message

closed-fixed
5
2013-06-21
2006-02-23
Bob
No

The line

writeout.c: fprintf(stderr, "curl: unknown -
-writeout variable: '%s'\n", ptr);

should be

writeout.c: fprintf(stderr, "curl: unknown -
-write-out variable: '%s'\n", ptr);

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2006-02-23
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2006-02-23

    Logged In: YES
    user_id=1110

    Thanks for pointing this out. I've committed this fix just now!