fix misspellings
[iankelling.org] / blog / 2014-09-29-say-on2.md
index 34b769c4dd3d5e5b877a94e3a7e44454af988e92..10b21198e60bf88a7fe1f0c58ea81f8221a53f3d 100644 (file)
@@ -176,7 +176,7 @@ On2 = bnf_expand([O, of, ["n squared"]], [['quadratic'], O],
 print On2
 ~~~
 
-The result is 92 terms which can work the same in a conversation (unless your votes/comments say otherwise). And that doesn't even consider whether to say someting _is_ O(n²), _has_ O(n²), or _is of_ O(n²).
+The result is 92 terms which can work the same in a conversation (unless your votes/comments say otherwise). And that doesn't even consider whether to say something _is_ O(n²), _has_ O(n²), or _is of_ O(n²).
 
 The list is a bit long, so I put them in javascript and made some buttons.