]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.hierarchy: Fix typo.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Jun 2020 00:17:11 +0000 (19:17 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Jun 2020 00:17:11 +0000 (19:17 -0500)
Closes #2314.

basis/vocabs/hierarchy/hierarchy-docs.factor

index 519f3478fecb195d67cdb58bb2d666d9e72e7fc2..79fdad3df85955fb2fce544b67105ddfb217de02 100644 (file)
@@ -46,7 +46,7 @@ HELP: load-all
 
 HELP: load-from-root
 { $values
-    { "root" "a vocaulary root" } { "prefix" string }
+    { "root" "a vocabulary root" } { "prefix" string }
 }
 { $description "Attempts to load all of the vocabularies with a certain prefix from a vocabulary root." } ;