From 74b339dc5cc99aba9930d981df6bf124bed65634 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 27 Nov 2022 16:13:14 +0000
Subject: [PATCH] fix: gamepad spelling

---
 CHANGELOG.md                                 | 4 ++--
 frontends/web/react/components/help/help.tsx | 2 +-
 src/mmu.rs                                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcd0e83f..0878a327 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
-* Small help changes regarding gamepad
+* Small help changes regarding Gamepad
 
 ## [0.6.4] - 2022-11-22
 
@@ -151,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-* Arrow keys usage for on-screen gamepad
+* Arrow keys usage for on-screen Gamepad
 * Wrong UX for keyboard focus and fullscreen
 
 ## [0.4.1] - 2022-11-06
diff --git a/frontends/web/react/components/help/help.tsx b/frontends/web/react/components/help/help.tsx
index f688d78d..633d9f1f 100644
--- a/frontends/web/react/components/help/help.tsx
+++ b/frontends/web/react/components/help/help.tsx
@@ -79,7 +79,7 @@ export const HelpFaqs: FC = () => (
         </p>
         <h3>Why there's no sound?</h3>
         <p>It's under development, I'm hopping to have it before Christmas.</p>
-        <h3>Can I use my Xbox One/PS4/PS5 game pad?</h3>
+        <h3>Can I use my Xbox One/PS4/PS5 Gamepad?</h3>
         <p>
             Yes, just plug it in, press a button, and you're ready to go.
             <br />
diff --git a/src/mmu.rs b/src/mmu.rs
index 75e814bf..653cb7f2 100644
--- a/src/mmu.rs
+++ b/src/mmu.rs
@@ -13,7 +13,7 @@ pub struct Mmu {
     /// some of the access operations.
     ppu: Ppu,
 
-    /// Reference to the Game Pad structure that is going to control
+    /// Reference to the Gamepad structure that is going to control
     /// the I/O access to this device.
     pad: Pad,
 
-- 
GitLab