Fix various typos across multiple modules

This commit is contained in:
Ryan Foster
2017-03-19 07:35:51 -04:00
parent 786f993317
commit be98cee2a0
35 changed files with 54 additions and 54 deletions

View File

@@ -189,7 +189,7 @@ static inline void discard_audio(struct obs_core_audio *audio,
if (start_point == AUDIO_OUTPUT_FRAMES) {
#if DEBUG_AUDIO == 1
if (is_audio_source)
blog(LOG_DEBUG, "can't dicard, start point is "
blog(LOG_DEBUG, "can't discard, start point is "
"at audio frame count");
#endif
return;