diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcd0e83fb2aa26deb1da7586508020024487131f..0878a3277a5f17dfc2d11e649d8920c62b1d9576 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 f688d78d922ea151ffdb249eb86ce1a2873f0411..633d9f1f07a285209115955bbd79a0ee18cb962f 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 75e814bf36c62bd5016dbd6787eb6bd1caa5a17e..653cb7f298df2f81b1f29c6d688803f80bf198c9 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,