Browse Source

audio_server.h : fix typo in comment (minor)

Line 152 : `//re-expose this her,` should be `//re-expose this here`
Arthur Brainville 6 years ago
parent
commit
147b2403e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      servers/audio_server.h

+ 1 - 1
servers/audio_server.h

@@ -149,7 +149,7 @@ class AudioServer : public Object {
 
 
 	GDCLASS(AudioServer, Object)
 	GDCLASS(AudioServer, Object)
 public:
 public:
-	//re-expose this her, as AudioDriver is not exposed to script
+	//re-expose this here, as AudioDriver is not exposed to script
 	enum SpeakerMode {
 	enum SpeakerMode {
 		SPEAKER_MODE_STEREO,
 		SPEAKER_MODE_STEREO,
 		SPEAKER_SURROUND_31,
 		SPEAKER_SURROUND_31,