Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 12, 2014
1 parent 9ef8a1c commit d79d3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/include/ui/inputsystem.h
Expand Up @@ -14,7 +14,7 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details. You should have received a copy of the GNU
* General Public License along with this program; if not, see:
* http://www.gnu.org/licenses</small>
* http://www.gnu.org/licenses</small>
*/

#ifndef CLIENT_INPUTSYSTEM_H
Expand Down Expand Up @@ -234,7 +234,7 @@ class InputSystem : public de::System
*
* @param name A unique, symbolic name for the bind context.
*
* @return Resultant BindContext. Owernship is retaied.
* @return Resultant BindContext. Ownership is retained.
*/
BindContext *newContext(de::String const &name);

Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/playerimpulse.cpp
Expand Up @@ -289,7 +289,7 @@ void ImpulseAccumulator::consoleRegister() // static

bool PlayerImpulse::haveBindingsFor(int localPlayer) const
{
LOG_AS("Impulse");
LOG_AS("PlayerImpulse");

if(localPlayer < 0 || localPlayer >= DDMAXPLAYERS)
return false;
Expand Down

0 comments on commit d79d3a8

Please sign in to comment.