X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.cpp;h=023b02a4650927de1dd457e638c0b67994fb7209;hb=3441a73300e33489072c8c9f0bec317bf86e8c9f;hp=c832d29bcf9a19af4e1269690b355cd876ad6e53;hpb=4306f4e919075eff62a42d318e899d5485139f9b;p=nageru diff --git a/theme.cpp b/theme.cpp index c832d29..023b02a 100644 --- a/theme.cpp +++ b/theme.cpp @@ -701,7 +701,7 @@ std::string Theme::get_channel_name(unsigned channel) lua_getglobal(L, "channel_name"); lua_pushnumber(L, channel); if (lua_pcall(L, 1, 1, 0) != 0) { - fprintf(stderr, "error running function `channel_nam': %s\n", lua_tostring(L, -1)); + fprintf(stderr, "error running function `channel_name': %s\n", lua_tostring(L, -1)); exit(1); }