Skip to content

Commit

Permalink
squash typos + align
Browse files Browse the repository at this point in the history
  • Loading branch information
uNiversaI authored and uNiversaI committed Jul 22, 2015
1 parent 3133fa2 commit 9fd2acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ bool CApplication::Create()
Preflight();

// here we register all global classes for the CApplicationMessenger,
// after that we can send messages to the correspnding modules
// after that we can send messages to the corresponding modules
CApplicationMessenger::Get().RegisterReceiver(this);
CApplicationMessenger::Get().RegisterReceiver(&g_playlistPlayer);
CApplicationMessenger::Get().RegisterReceiver(&g_infoManager);
Expand Down
2 changes: 1 addition & 1 deletion xbmc/messaging/ApplicationMessenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class CApplicationMessenger
void RegisterReceiver(IMessageTarget* target);

private:
// private construction, and no assignements; use the provided singleton methods
// private construction, and no assignments; use the provided singleton methods
CApplicationMessenger();
CApplicationMessenger(const CApplicationMessenger&) = delete;
CApplicationMessenger const& operator=(CApplicationMessenger const&) = delete;
Expand Down

0 comments on commit 9fd2acb

Please sign in to comment.