Bug 5241 - Spelling error in cmd_spoolss.c
Summary: Spelling error in cmd_spoolss.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Client tools (show other bugs)
Version: unspecified
Hardware: All Linux
: P3 trivial
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-04 19:50 UTC by MJ Anthony
Modified: 2008-02-05 03:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MJ Anthony 2008-02-04 19:50:19 UTC
Running this command:

   rpcclient -U root -c 'setdriver food2 food2' samba-food

Produces this output:

Succesfully set food2 to driver food2.

"Succesfully" is misspelt; it should read "Successfully". 

Line 1477 from cmd_spoolss.c:

        printf("Succesfully set %s to driver %s.\n", argv[1], argv[2]);
Comment 1 Volker Lendecke 2008-02-05 03:31:03 UTC
Thanks -- pushed with a3d0450e0a054

Volker