1.0.31.7: transform %FIND-POSITION for strings
[sbcl.git] / src / code / array.lisp
index 455d09f..4a9e054 100644 (file)
@@ -531,7 +531,7 @@ of specialized arrays is supported."
 
 (defun array-in-bounds-p (array &rest subscripts)
   #!+sb-doc
-  "Return T if the SUBSCIPTS are in bounds for the ARRAY, NIL otherwise."
+  "Return T if the SUBSCRIPTS are in bounds for the ARRAY, NIL otherwise."
   (if (%array-row-major-index array subscripts nil)
       t))