java IToWorksheet reformatted
authorwneuper
Thu, 12 May 2005 18:12:33 +0200
changeset 23097fa79df599db
parent 2308 8542b6ccd553
child 2310 433ccc878ac0
java IToWorksheet reformatted
src/java/isac/util/interfaces/IToWorksheet.java
     1.1 --- a/src/java/isac/util/interfaces/IToWorksheet.java	Thu May 12 18:06:13 2005 +0200
     1.2 +++ b/src/java/isac/util/interfaces/IToWorksheet.java	Thu May 12 18:12:33 2005 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  /**
     1.5   * Interface for requesting actions from the worksheet user-interface.
     1.6   * Distinction between this interface and the interface IToUser: while the
     1.7 - * interface IToUser is (among other things) usered to notify the worksheet from
     1.8 + * interface IToUser is (among other things) used to notify the worksheet from
     1.9   * changes in the undelying structur of the calculation, the IToWorksheet
    1.10   * interface enables the dialog to change the behaviour of the gui TODO: rather
    1.11   * use events?