[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in tcl/lib/ns-errmodel.tcl




I found "typo" in tcl/lib/ns-errmodel.tcl file in following procedure

----Currently it is----
ErrorModel/Uniform instproc init { rate unit } {
        $self instvar $rv_
                      ^^^
---- it should be ------
ErrorModel/Uniform instproc init { rate unit } {
        $self instvar rv_
                      ^^ 
------------------- Please correct the typo -----

thanks,
Miten.



----------------------------------------------------------------------
Miten N. Mehta                                 	Graduate Research Assistant 
3902, Collegemain, #908				Computer Science
Bryan, 						Texas A & M University
Texas-77801.					College Station, TX-77843

Tel.#(409) 846 1451                            	(409) 845 5007 
			E-mail# [email protected]
            Home Page : http://www.cs.tamu.edu/people/mmehta

----------------------------------------------------------------------

	"UNTIL YOUR DREAMS COME TRUE, KEEP ON WORKING FOR THAT"

----------------------------------------------------------------------