aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon B. Yeh <ronyeh@gmail.com>2024-02-20 08:32:44 -0800
committerGitHub <noreply@github.com>2024-02-20 08:32:44 -0800
commit23736ab61c7fe575a51f0cda6a8b70ca382d3a5e (patch)
treec33f884bde23fd64450e040a3926112c6afc3e61
parent86165b8249bc22b9ef70b69e20323244b6f08d88 (diff)
downloadoboe-23736ab61c7fe575a51f0cda6a8b70ca382d3a5e.tar.gz
Fixed typo. Renamed *SIMIPLE* => *SIMPLE* by removing the letter I. (#1965)
-rw-r--r--samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h b/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h
index dbe669c5..b388b8f3 100644
--- a/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h
+++ b/samples/iolib/src/main/cpp/player/SimpleMultiPlayer.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef _PLAYER_SIMIPLEMULTIPLAYER_H_
-#define _PLAYER_SIMIPLEMULTIPLAYER_H_
+#ifndef _PLAYER_SIMPLEMULTIPLAYER_H_
+#define _PLAYER_SIMPLEMULTIPLAYER_H_
#include <vector>
@@ -114,4 +114,4 @@ private:
};
}
-#endif //_PLAYER_SIMIPLEMULTIPLAYER_H_
+#endif //_PLAYER_SIMPLEMULTIPLAYER_H_