From e513f55e53ca1fb983bcc5b2103a6fc366c8e8ef Mon Sep 17 00:00:00 2001 From: Peter Boin Date: Sat, 22 Jul 2017 01:07:18 +1000 Subject: [PATCH] grammatical typo --- src/pygcode/gcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pygcode/gcodes.py b/src/pygcode/gcodes.py index 4707aec..00465c4 100644 --- a/src/pygcode/gcodes.py +++ b/src/pygcode/gcodes.py @@ -96,7 +96,7 @@ MODAL_GROUP_MAP = { # Traditionally Non-grouped: # Although these GCodes set the machine's mode, there are no other GCodes to - # group with them. So although they're modal, they doesn't have a defined + # group with them. So although they're modal, they don't have a defined # modal group. # However, having a modal group assists with: # - validating gcode blocks for conflicting commands