mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
Fix spelling "Couldnt" -> "Couldn't"
This commit is contained in:
@@ -1376,7 +1376,7 @@ static int preprocess(const char *cwd, const char *file, FILE *write_fd, int rle
|
||||
|
||||
if (!(read_fd = fopen(file, "r"))) {
|
||||
const char *reason = strerror(errno);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldnt open %s (%s)\n", file, reason);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't open %s (%s)\n", file, reason);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user