Index: library/serialize/serializer.tcl =================================================================== diff -u -r353fdf460e5124d48f9ebe0f37e23abe51494b38 -rf934951db464db1a6f39ac98290ecde17a466cd7 --- library/serialize/serializer.tcl (.../serializer.tcl) (revision 353fdf460e5124d48f9ebe0f37e23abe51494b38) +++ library/serialize/serializer.tcl (.../serializer.tcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) @@ -197,7 +197,7 @@ } :public method getTargetName {sourceName} { - # TODO: make more efficent; + # TODO: make more efficient; if {![string match ::* $sourceName]} { set sourceName ::$sourceName } @@ -314,7 +314,7 @@ } ############################### - # class object specfic methods + # class object specific methods ############################### :public object method allChildren o { @@ -770,7 +770,7 @@ # # Handle targets of forwarders: when target object mapping # is activated, we might have to adapt the forwarding target - # as well. This is particulary important for per-object + # as well. This is in particular important for per-object # forwarders, which are used frequently in the slot objects # (but not necessarily only there). #