Skip to content

Commit 55f9716

Browse files
committedAug 23, 2023
Merge branch 'master' of [email protected]:jpcima/adljack.git
2 parents 42a8fd1 + 3bb0e74 commit 55f9716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sources/rtmain.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void audio_error_callback(RtAudioErrorType type, const std::string &text)
130130
debug_printf("%s", text.c_str());
131131
}
132132

133-
debug_printf(_("Error has occured: %s"), text.c_str());
133+
debug_printf(_("Error has occurred: %s"), text.c_str());
134134
}
135135
#else
136136
void audio_error_callback(RtAudioError::Type type, const std::string &text)

0 commit comments

Comments
 (0)