Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 30, 2011
1 parent d908218 commit 872e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pingus/pingu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Pingu
enum PinguStatus { PS_ALIVE, PS_EXITED, PS_DEAD };

private:
/** The primary action with is currently in use */
/** The primary action which is currently in use */
std::shared_ptr<PinguAction> action;

/** A secondary action which will turn active after a given amount of time
Expand Down

0 comments on commit 872e079

Please sign in to comment.