Bug 5871 - "sepcified" typo in net_rap.c
Summary: "sepcified" typo in net_rap.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: net utility (show other bugs)
Version: 3.0.9
Hardware: All All
: P3 trivial
Target Milestone: none
Assignee: Jim McDonough
QA Contact: Samba QA Contact
URL: https://bugs.edge.launchpad.net/ubunt...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 12:53 UTC by Joe Smith
Modified: 2008-11-04 13:48 UTC (History)
0 users

See Also:


Attachments
Change "sepcified" to "specified" in utils/net_rap.c (711 bytes, patch)
2008-11-04 12:56 UTC, Joe Smith
no flags Details
Updated patch with credits. (1.02 KB, patch)
2008-11-04 13:21 UTC, Joe Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Smith 2008-11-04 12:53:40 UTC
Found a typo in source3/utils/net_rap.c I'm attaching a git diff, but if this isn't the right format or you need more info, please let me know.
Comment 1 Joe Smith 2008-11-04 12:56:06 UTC
Created attachment 3710 [details]
Change "sepcified" to "specified" in utils/net_rap.c

I followed along with http://wiki.samba.org/index.php/Using_Git_for_Samba_Development and made the changes in the source3 folder.
Comment 2 Volker Lendecke 2008-11-04 13:02:25 UTC
Thanks. That format is fine. But if you want credits, you might want to locally commit the patch and upload the output of   git format-patch  If you don't want that additional round, just say so :-)  Volker
Comment 3 Joe Smith 2008-11-04 13:21:04 UTC
Created attachment 3711 [details]
Updated patch with credits.

Thanks for the suggestion, I should probably learn how to do it properly. I'm pretty sure this is correct, thanks for the help.
Comment 4 Volker Lendecke 2008-11-04 13:47:15 UTC
For some reason git did not like that patch, I've checked in something equivalent. Thanks, Volker
Comment 5 Joe Smith 2008-11-04 13:48:55 UTC
Awesome, thanks Volker!