Index: doc/next-tutorial.txt =================================================================== diff -u -r6f01a5690062d994d0bb791c599424c2bc1e7bb3 -r90ea62a3a9f8c094c38a243a4b39f3926ecd2271 --- doc/next-tutorial.txt (.../next-tutorial.txt) (revision 6f01a5690062d994d0bb791c599424c2bc1e7bb3) +++ doc/next-tutorial.txt (.../next-tutorial.txt) (revision 90ea62a3a9f8c094c38a243a4b39f3926ecd2271) @@ -1324,7 +1324,7 @@ If the position of a parameter in the list of formal arguments (e.g. passed to a function) is significant for its meaning, this is a _positional_ parameter. If the meaning of the parameter is independent -of its postion, this is a _non-positional_ parameter. When we call a +of its position, this is a _non-positional_ parameter. When we call a method with positional parameters, the meaning of the parameters (the association with the argument in the argument list of the method) is determined by its position. When we call a method with non-positional