Skip to content

Commit

Permalink
docs: fix simple typo, shuold -> should
Browse files Browse the repository at this point in the history
There is a small typo in src/game.h.

Should read `should` rather than `shuold`.
  • Loading branch information
timgates42 committed Dec 8, 2020
1 parent 922915e commit 780439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void destroyGame(int);
int gameLoop();
void updateAnimationOfSprite(Sprite* self);
void updateAnimationOfBlock(Block* self);
// this shuold only be used to create once or permant animation
// this should only be used to create once or permant animation
Animation* createAndPushAnimation(LinkList* list, Texture* texture,
const Effect* effect, LoopType lp,
int duration, int x, int y,
Expand Down

0 comments on commit 780439b

Please sign in to comment.