From b45ec6397baf393d341d4be65ac9b07ca5f94181 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 23 Feb 2010 12:20:47 -0800 Subject: [PATCH] typo in alien.data docs --- basis/alien/data/data-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/alien/data/data-docs.factor b/basis/alien/data/data-docs.factor index 895b8536f7..6ab6d56bc7 100644 --- a/basis/alien/data/data-docs.factor +++ b/basis/alien/data/data-docs.factor @@ -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" }