about summary refs log tree commit diff
path: root/nixos/modules/hardware/xone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/xone.nix')
-rw-r--r--nixos/modules/hardware/xone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/xone.nix b/nixos/modules/hardware/xone.nix
index 89690d8c6fb10..bb3b42399d8e1 100644
--- a/nixos/modules/hardware/xone.nix
+++ b/nixos/modules/hardware/xone.nix
@@ -6,7 +6,7 @@ let
 in
 {
   options.hardware.xone = {
-    enable = mkEnableOption "the xone driver for Xbox One and Xbobx Series X|S accessories";
+    enable = mkEnableOption "the xone driver for Xbox One and Xbox Series X|S accessories";
   };
 
   config = mkIf cfg.enable {