Index: doc/Object.man =================================================================== diff -u -N -rf8df1c79bb16a804b8c8968c2c34a0b522ab89c4 -rbee99fc86ef3ae54e20c0912f467d62eca010246 --- doc/Object.man (.../Object.man) (revision f8df1c79bb16a804b8c8968c2c34a0b522ab89c4) +++ doc/Object.man (.../Object.man) (revision bee99fc86ef3ae54e20c0912f467d62eca010246) @@ -797,7 +797,7 @@ Objects are naturally recursive, with methods of an object [const ::obj] frequently invoking other methods in the same object [const ::obj] and accessing [const ::obj]'s object variables. To represent these -self-references effectively in method bodies, and dependening on the +self-references effectively in method bodies, and depending on the usage scenario, NX offers two alternative notations for self-references: one based on a special-purpose syntax token ("colon prefix"), the other based on the command [cmd nx::current].