spelling fixes
[dygraphs.git] / scripts / check-no-only.sh
index 0977ec1..dc47eeb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Checks that no ".only" has made it into tests. This should never be commited,
+# Checks that no ".only" has made it into tests. This should never be committed,
 # since it will disable the vast majority of tests.
 
 if grep -R '\.only(' auto_tests/tests; then