aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/synth.h')
-rw-r--r--audio/softsynth/mt32/synth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/synth.h b/audio/softsynth/mt32/synth.h
index edda446287..0ef2c9d135 100644
--- a/audio/softsynth/mt32/synth.h
+++ b/audio/softsynth/mt32/synth.h
@@ -263,7 +263,7 @@ public:
Synth();
~Synth();
- // Used to initialise the MT-32. Must be called before any other function.
+ // Used to initialize the MT-32. Must be called before any other function.
// Returns true if initialization was sucessful, otherwise returns false.
bool open(SynthProperties &useProp);