]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/sound.mm
incomplete paste error
[wxWidgets.git] / src / cocoa / sound.mm
index aad32611f38a36e7093b4475ce17c0f5052e6437..81a6def71204e9dc1f4f9ee04cddf591994e2081 100644 (file)
@@ -165,7 +165,7 @@ bool wxSound::DoPlay(unsigned flags) const
 bool wxSound::IsPlaying()
 {
     // Normally you can send a message to a nil object and it will return
-    // nil.  That behavior would probably be okay here but in general it's
+    // nil.  That behaviour would probably be okay here but in general it's
     // not recommended to send a message to a nil object if the return
     // value is not an object.  Better safe than sorry.
     if(s_currentSound)