]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in alien.data docs
authorJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 20:20:47 +0000 (12:20 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 20:20:47 +0000 (12:20 -0800)
basis/alien/data/data-docs.factor

index 895b8536f7024047c04a1bd0040a107d181718c2..6ab6d56bc71ddc08a25e0cff0e7064e712e99cc8 100644 (file)
@@ -111,7 +111,7 @@ $nl
 { $subsections "byte-arrays-gc" }
 "C-style enumerated types are supported:"
 { $subsections POSTPONE: C-ENUM: }
-"C types can be aliased for convenience and consitency with native library documentation:"
+"C types can be aliased for convenience and consistency with native library documentation:"
 { $subsections POSTPONE: TYPEDEF: }
 "A utility for defining " { $link "destructors" } " for deallocating memory:"
 { $subsections "alien.destructors" }