1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

Fix: Typo

This commit is contained in:
Philipp Schafft 2019-07-11 07:33:31 +00:00
parent e4520abf4c
commit 6cee49d16f

View File

@ -183,7 +183,7 @@ static const char * __level2str(igloo_loglevel_t level)
case IGLOO_LOGLEVEL_DEBUG: return "DBUG"; break;
}
return "<<<unknowm log level>>>";
return "<<<unknown log level>>>";
}
typedef enum {