Index: doc/example-scripts/tutorial-properties.tcl =================================================================== diff -u -N -rb6ec624993fdb4a8cf07a124e83ebb22789f5be8 -rc8cfa996220d610dd859192551ee70984c57a12e --- doc/example-scripts/tutorial-properties.tcl (.../tutorial-properties.tcl) (revision b6ec624993fdb4a8cf07a124e83ebb22789f5be8) +++ doc/example-scripts/tutorial-properties.tcl (.../tutorial-properties.tcl) (revision c8cfa996220d610dd859192551ee70984c57a12e) @@ -51,7 +51,7 @@ # When a property is defined as +incremental+, a public accessor and # multi-valued are assumed. By specifying +incremental+ the # sub-commands +add+ and +delete+ are provided to the accessor, which -# allows to add or delete values to a multi-valued property +# allows one to add or delete values to a multi-valued property # incrementally (see property +z+). The term incrementally means here # that one can e.g. add a value to the list without the need to +get+ # the values of the list in a first step, to +lappend+ the value, and