From 147b2403e47283c27549684ab3b0f9473a8ca05d Mon Sep 17 00:00:00 2001 From: Arthur Brainville Date: Thu, 30 May 2019 13:47:18 +0200 Subject: [PATCH] audio_server.h : fix typo in comment (minor) Line 152 : `//re-expose this her,` should be `//re-expose this here` --- servers/audio_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/audio_server.h b/servers/audio_server.h index e56d87ce846..8c0ffd5a6b9 100644 --- a/servers/audio_server.h +++ b/servers/audio_server.h @@ -149,7 +149,7 @@ class AudioServer : public Object { GDCLASS(AudioServer, Object) 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 { SPEAKER_MODE_STEREO, SPEAKER_SURROUND_31,