Skip to content

Commit

Permalink
spelling: strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 3, 2017
1 parent 9c772eb commit 6ba4f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_remote_address(remote, target_name = "BD Remote Control"):
remote.connect((target_address,19))
target_connected = True
print "Remote Paired.\a"
xbmc.send_notification("Pairing Successfull",
xbmc.send_notification("Pairing Successful",
"Your remote was successfully "\
"paired and is ready to be used.",
bticon)
Expand Down
2 changes: 1 addition & 1 deletion xbmc/network/mdns/ZeroconfMDNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void CZeroconfMDNS::Process()
}


CZeroconfMDNS::CZeroconfMDNS() : CThread("ZerocconfEmbedded")
CZeroconfMDNS::CZeroconfMDNS() : CThread("ZeroconfEmbedded")
{
m_service = NULL;
#if defined(HAS_MDNS_EMBEDDED)
Expand Down

0 comments on commit 6ba4f36

Please sign in to comment.