Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jun 26, 2013
1 parent bd88325 commit 7c4615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythcorecontext.h
Expand Up @@ -110,7 +110,7 @@ class MBASE_PUBLIC MythCoreContext : public QObject, public MythObservable, publ
void AllowShutdown(void);
bool IsBlockingClient(void) const; ///< is this client blocking shutdown

bool SendReceiveStringList(QStringList &strlist, bool quicTimeout = false,
bool SendReceiveStringList(QStringList &strlist, bool quickTimeout = false,
bool block = true);
void SendMessage(const QString &message);
void SendEvent(const MythEvent &event);
Expand Down

0 comments on commit 7c4615a

Please sign in to comment.