From 4b25a611325c20f22c7cc09a38d8ba44faa3eb31 Mon Sep 17 00:00:00 2001
From: Decatf <Decatf@wiki.postmarketos.org>
Date: Tue, 12 Mar 2019 00:03:23 +0000
Subject: [PATCH] Fix typo

---
 Ouya_(ouya-ouya).mw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ouya_(ouya-ouya).mw b/Ouya_(ouya-ouya).mw
index a193cd054..76fd135a4 100644
--- a/Ouya_(ouya-ouya).mw
+++ b/Ouya_(ouya-ouya).mw
@@ -54,7 +54,7 @@
 * Currently we avoid flashing directly to the device as  [https://www.reddit.com/r/ouya/comments/5i02u4/ouya_dead_apx_mode/dcvlyts/ a corrupted kernel would irreversibly brick the Ouya due to the locked bootloader.] We use a tool called [https://forum.xda-developers.com/showthread.php?t=2692836 Ouya BootMenu] [https://github.com/milaq/ouya_bootmenu (source)] that allows us to run the postmarketOS kernel through a kexec method. This implements an extra failsafe to prevent bricking and in theory allows dualbooting and kernel development.
 
 ===eMMC===
-The eMMC storgate on mainline cannot run at 1.8V DDR mode even though it does on the downstream kernel. Attempting to run at this mode leads to data corruption. The device tree is configured to run the eMMC storage at 3.3V High Speed mode.
+The eMMC storage on mainline cannot run at 1.8V DDR mode even though it does on the downstream kernel. Attempting to run at this mode leads to data corruption. The device tree is configured to run the eMMC storage at 3.3V High Speed mode.
 
 Despite this, the eMMC storage benchmarks the same on mainline as on the downstream kernel.
 <source lang="shell">
-- 
GitLab