summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorLucas Shaw <49287729+shawlucas@users.noreply.github.com>2020-05-01 10:15:10 -0700
committerGitHub <noreply@github.com>2020-05-01 13:15:10 -0400
commit1be400f5c4354bc6969c257367667132a90101b9 (patch)
tree7ba16f0a66a90ce8443d3abf3fa28f5d344ba198 /src/code
parent9f98210488073f1b5c8136152b95e3fc8970b6e4 (diff)
Fixed misspelling of circle in z_fbdemo_circle.c (#105)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_fbdemo_circle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_fbdemo_circle.c b/src/code/z_fbdemo_circle.c
index 9bae7fa4d..8eb578638 100644
--- a/src/code/z_fbdemo_circle.c
+++ b/src/code/z_fbdemo_circle.c
@@ -1,7 +1,7 @@
#include <global.h>
// unused
-Gfx sCirlceNullDList[] = {
+Gfx sCircleNullDList[] = {
gsSPEndDisplayList(),
};