1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

Spelling fix, thanks to Ukikie

This commit is contained in:
Thomas B. Ruecker 2016-11-23 20:36:53 +00:00
parent b3b1dd12a1
commit 70265c466e

View File

@ -550,7 +550,7 @@ static void yp_process_server (struct yp_server *server)
*/ */
if (state == -2) if (state == -2)
{ {
ICECAST_LOG_DEBUG("skiping %s on %s", yp->mount, server->url); ICECAST_LOG_DEBUG("skipping %s on %s", yp->mount, server->url);
yp->process = do_yp_add; yp->process = do_yp_add;
yp->next_update += 900; yp->next_update += 900;
} }