]> gitweb.factorcode.org Git - factor.git/commitdiff
fix interpreted typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Aug 2023 19:55:27 +0000 (12:55 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Aug 2023 19:55:27 +0000 (12:55 -0700)
basis/io/files/info/unix/unix-docs.factor
extra/clutter/Clutter-1.0.gir

index 5f763be59c7977f7975459c2d1dd336b80b763c1..aa12ea6fd2fbbcaad1fc4d05c837bcc0e3e7930a 100644 (file)
@@ -99,7 +99,7 @@ HELP: set-file-ids
 
 HELP: set-file-permissions
 { $values
-    { "path" "a pathname string" } { "n" "an integer, interepreted as a string of bits" } }
+    { "path" "a pathname string" } { "n" "an integer, interpreted as a string of bits" } }
 { $description "Sets the file permissions for a given file with the supplied Unix permissions integer." }
 { $examples "Using the traditional octal value:"
     { $code "USING: io.files.info.unix kernel ;"
index 851f7da0b7552cf052ebd15f663840a7ff90163d..31cfec737f48c53c47b5c1df205461c8497332c9 100644 (file)
@@ -31719,7 +31719,7 @@ the shader effect
 %CLUTTER_TYPE_SHADER_FLOAT, for a pointer to an array of floating point
 values; and %CLUTTER_TYPE_SHADER_MATRIX, for a pointer to an array of
 floating point values mapping a matrix
-The number of values interepreted is defined by the @n_value
+The number of values interpreted is defined by the @n_value
 argument, and by the @gtype argument. For instance, a uniform named
 "sampler0" and containing a single integer value is set using:
 |[