Skip to content
Snippets Groups Projects
Commit fbc5be24 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix small typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4b02c78a
No related branches found
No related tags found
No related merge requests found
......@@ -3435,7 +3435,7 @@ static int load_config(void)
zonesl = z;
}
} else {
ast_log(LOG_WARNING, "Invalid tonezone definition at line %d\n", var->lineno);
ast_log(LOG_WARNING, "Invalid timezone definition at line %d\n", var->lineno);
free(z);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment