Skip to content

Commit 613a1e4

Browse files
committed
niri: Fix typos in module
1 parent 9691cc6 commit 613a1e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/niri/module.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
if v != "" then
1616
''
1717
${n.name or n} ${
18-
# attrs must be qouted
18+
# attrs must be quoted
1919
let
2020
attr = n._attrs or "";
2121
in
@@ -25,7 +25,7 @@ let
2525
}''
2626
else
2727
"";
28-
# surround strings with qoutes
28+
# surround strings with quotes
2929
toVal =
3030
v:
3131
if lib.isString v then

0 commit comments

Comments
 (0)