summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorMeowsy <40091248+Meowsy@users.noreply.github.com>2018-12-08 12:57:19 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-12-08 11:57:19 -0600
commit6babb97182c9210373f50f3a4c66102ae13bd9a4 (patch)
tree657a8930ec85948224fc0cd376fe13ae9f1b9e2f /include/strings.h
parentf3a25f83cf48868b64c7758e52a03445b55fdea5 (diff)
Fix typo "ggText_DexSortSmallestDescription". (#433)
Should be "gText_DexSortSmallestDescription".
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h
index 22d12aa18..e17ea8646 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1034,7 +1034,7 @@ extern const u8 gText_DexSortAtoZDescription[];
extern const u8 gText_DexSortHeaviestDescription[];
extern const u8 gText_DexSortLightestDescription[];
extern const u8 gText_DexSortTallestDescription[];
-extern const u8 ggText_DexSortSmallestDescription[];
+extern const u8 gText_DexSortSmallestDescription[];
extern const u8 gText_DexEmptyString[];
extern const u8 gText_DexSearchDontSpecify[];
extern const u8 gText_DexSearchTypeNone[];