]> gitweb.factorcode.org Git - factor.git/commitdiff
gobject-introspection.ffi: Fix typo
authorgifti258 <80504430+gifti258@users.noreply.github.com>
Mon, 20 Dec 2021 18:39:27 +0000 (19:39 +0100)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Dec 2021 18:51:06 +0000 (12:51 -0600)
basis/gobject-introspection/ffi/ffi.factor

index f348628aba582d51a2b825cf25d5ab556bf5c5ab..e223e28cdd0055115079b24c49ff568740f263b4 100644 (file)
@@ -26,7 +26,7 @@ IN: gobject-introspection.ffi
     (CREATE-C-TYPE) [ typedef ] keep ;
 
 : alias-c-type-name ( alias -- c-type-name )
-    ! <workaround for alises w/o c:type (Atk)
+    ! <workaround for aliases w/o c:type (Atk)
     [ c-type>> ] [ name>> ] bi or ;
     ! workaround>
     ! c-type>> ;