X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.cpp;h=023b02a4650927de1dd457e638c0b67994fb7209;hb=35d4e46a1e3628c7be6566f2a985bc7da435cdf9;hp=c832d29bcf9a19af4e1269690b355cd876ad6e53;hpb=c996b8ab73e27736a1807a3cc6df329c9fc46d4c;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); }