Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jun 5, 2013
1 parent 8e9d5df commit 0f0de45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythcommandlineparser.cpp
Expand Up @@ -2706,7 +2706,7 @@ int MythCommandLineParser::Daemonize(void)
#if CONFIG_DARWIN
if (toBool("daemon"))
{
cerr << "Daemonizing is unavaible in OSX" << ENO_STR << endl;
cerr << "Daemonizing is unavailable in OSX" << endl;
LOG(VB_GENERAL, LOG_WARNING, "Unable to daemonize");
}
#else
Expand Down

0 comments on commit 0f0de45

Please sign in to comment.