Just correcting a few typos in gmoccapy messages.
Signed-off-by: Nick Whitehead cnc@imagineant.com
评论 (2)
#2 – jepler 于 2016-06-21
Thank you for your contribution. Your improvements will be part of a future version of LinuxCNC.
Just correcting a few typos in gmoccapy messages.
Signed-off-by: Nick Whitehead cnc@imagineant.com
#2 – jepler 于 2016-06-21
Thank you for your contribution. Your improvements will be part of a future version of LinuxCNC.
#1 – jepler 于 2016-06-18
@pippin88 thank you for offering a contribution to LinuxCNC. Correcting typos is not glamorous work, but I appreciate that you have done it.
Please review our submission rules, particularly the need to include the “signed-off-by” line in each commit message, using your real name and e-mail address. For instance, mine looks like
You can do this at the time you create a commit by using “git commit -s” at the commandline, or using the “Sign Off” button in graphical programs like git gui. But for commits you have already made, additional steps like “git rebase -i” are needed.
If you aren’t familiar enough with git to know how to add signed-off-by to your past commits, let me know what your signed-off-by line should look like. I’ll create a new pull request with the correct signed-off-by, and then we can merge that pull request instead.