Fix trivial source comment typos

Found via `codespell -q 3 -L mot`
pull/57/head
luz paz 2022-02-05 10:22:09 -05:00
rodzic ab4751c4ea
commit bf0ea1ecf9
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,7 +17,7 @@
#sensitivity-translation = 1.0
#sensitivity-rotation = 1.0
# Separate sensitivity for each roation and translation axis.
# Separate sensitivity for each rotation and translation axis.
#
#sensitivity-translation-x = 1.0
#sensitivity-translation-y = 1.0

Wyświetl plik

@ -349,7 +349,7 @@ struct usb_dev_info *find_usb_devices(int (*match)(const struct usb_dev_info*))
/* break to read from file again */
break;
}
/* set second newline to teminating null */
/* set second newline to terminating null */
next_section[1] = 0;
/* point to start of next section */
next_section += 2;