summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/cetris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/cetris.c b/core/src/cetris.c
index 8e8244b..cd7086b 100644
--- a/core/src/cetris.c
+++ b/core/src/cetris.c
@@ -232,7 +232,7 @@ void wipe_board(struct cetris_game* g) {
/* MOVEMENT FUNCTIONS */
-void move_peice(struct cetris_game* g, input_t move) {
+void move_piece(struct cetris_game* g, input_t move) {
if (!g->held_moves[move]) {
switch (move) {
case LEFT: