]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google-tech-talk/google-tech-talk.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / google-tech-talk / google-tech-talk.factor
index d5b88c244b953bbaba8dfdf5190b0d882f9576c0..5eac3bd45d64e1e551f3e9be7b868f9967830583 100644 (file)
@@ -379,7 +379,7 @@ CONSTANT: google-slides
     { $slide "Example: environment variables"
         { $vocab-link "environment" }
         "Hooks are generic words which dispatch on dynamically-scoped variables"
-        { "Implemented in an OS-specific way: " { $vocab-link "environment.unix" } ", " { $vocab-link "environment.winnt" } }
+        { "Implemented in an OS-specific way: " { $vocab-link "environment.unix" } ", " { $vocab-link "environment.windows" } }
     }
     { $slide "Example: environment variables"
         "Implementations use C FFI"