]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - lib.c
include: gw.h: update comment
[can-utils.git] / lib.c
diff --git a/lib.c b/lib.c
index 9fb10567402ae83e04d7d54206f0220e2242c6cc..2755c80f5c14cb190cc9c94072a9eb6108f5d90d 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -192,7 +192,7 @@ int parse_canframe(char *cs, struct canfd_frame *cf) {
 
        for (i=0, dlen=0; i < maxdlen; i++){
 
-               if(cs[idx] == DATA_SEPERATOR) /* skip (optional) seperator */
+               if(cs[idx] == DATA_SEPERATOR) /* skip (optional) separator */
                        idx++;
 
                if(idx >= len) /* end of string => end of data */