Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Actually fix every instance of Qwerty this time
Browse files Browse the repository at this point in the history
  • Loading branch information
FenrirWolf committed Apr 14, 2019
1 parent 48d9199 commit 6070ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctru-rs/src/applets/swkbd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ pub struct Swkbd {
/// The kind of keyboard to be initialized.
///
/// Normal is the full keyboard with several pages (QWERTY/accents/symbol/mobile)
/// Querty is a QWERTY-only keyboard.
/// Qwerty is a QWERTY-only keyboard.
/// Numpad is a number pad.
/// Western is a text keyboard without japanese symbols (only applies to JPN systems). For other
/// systems it's the same as a Normal keyboard.
#[derive(Copy, Clone, Debug)]
pub enum Kind {
Normal,
Querty,
Qwerty,
Numpad,
Western,
}
Expand Down

0 comments on commit 6070ddb

Please sign in to comment.