From f5ec01abcd351b5face93d67466bb10df4119b21 Mon Sep 17 00:00:00 2001 From: applecuckoo <113647417+applecuckoo@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:09:27 +1300 Subject: [PATCH] fix spelling of "analysis" --- src/meta/hca_keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/hca_keys.h b/src/meta/hca_keys.h index 7022d71f..b5010895 100644 --- a/src/meta/hca_keys.h +++ b/src/meta/hca_keys.h @@ -13,7 +13,7 @@ typedef struct { /** - * List of known keys, extracted from the game files (most from data analisys, some from 2ch.net/forums). + * List of known keys, extracted from the game files (most from data analysis, some from 2ch.net/forums). * CRI's tools expect an unsigned 64 bit numberic string, but keys are commonly found online in hex form. * Keys only use 56 bits though, so the upper 8 bits can be ignored. *