diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-02 19:41:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-02 19:41:14 +0000 |
| commit | adca28d981ef8c9d09c5ba0a6e56b2145a14c60f (patch) | |
| tree | 62bc8403119ded16170c5e6693bf07ffbd91c06f | |
| parent | 16200e39c38ed76ddac954c7e005a22b6233c642 (diff) | |
fixes
| -rw-r--r-- | sources/core/VSMessage.java | 2 | ||||
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 2 | ||||
| -rw-r--r-- | sources/protocols/implementations/VSTwoPhaseCommitProtocol.java | 2 | ||||
| -rw-r--r-- | sources/serialize/VSSerialize.java | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index c6b936d..99c5ce7 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -162,7 +162,7 @@ public class VSMessage extends VSPrefs { * Checks if the message has been sent by a server or a client. * * @return true, if the message has been sent by a server. false, if the - * message has been sent by a clien. + * message has been sent by a client. */ public boolean isServerMessage() { return isServerMessage; diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index 50d3555..b9a3635 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -215,7 +215,7 @@ public class VSDefaultPrefs extends VSPrefs { public void fillDefaultFloats() { /* Simulator prefs */ initFloat("process.clock.variance", 0, "Uhrabweichung"); - initFloat("sim.clock.speed", 0.5f, "Abspielgeschwindigkeit der Simulator"); + initFloat("sim.clock.speed", 0.5f, "Abspielgeschwindigkeit der Simulation"); } /** diff --git a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java index 67edfca..4c49ddc 100644 --- a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java +++ b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java @@ -40,7 +40,7 @@ public class VSTwoPhaseCommitProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; /** - * Instantiates a one phase commit protocol object. + * Instantiates a two phase commit protocol object. */ public VSTwoPhaseCommitProtocol() { super(VSAbstractProtocol.HAS_ON_SERVER_START); diff --git a/sources/serialize/VSSerialize.java b/sources/serialize/VSSerialize.java index 20023c9..46b68d4 100644 --- a/sources/serialize/VSSerialize.java +++ b/sources/serialize/VSSerialize.java @@ -30,8 +30,7 @@ import prefs.*; import simulator.*; /** - * The class VSSerialize, this static class helps do deserialize - * a saved simulator! + * The class VSSerialize, this class helps do deserialize a saved simulator! * * @author Paul C. Buetow */ |
