summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-09-21 19:00:44 -0300
committerDavid P <megver83@parabola.nu>2017-09-21 19:00:44 -0300
commit50a0dc41d6edbe36d081bcd0fab7d79f2a0d116a (patch)
treef36af3940918802afbd04193e4ceb17da80e401b /configs
parent8041f96ddead8fcdda7c59e3922cdac5fb32093d (diff)
Small ortographical fix
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/mate/root-image/root/.language.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mate/root-image/root/.language.sh b/configs/mate/root-image/root/.language.sh
index 49ee6c7..d32e1f1 100755
--- a/configs/mate/root-image/root/.language.sh
+++ b/configs/mate/root-image/root/.language.sh
@@ -32,7 +32,7 @@ if [ $code = "us" ]; then
setxkbmap $keymap
- #Sae XKBMAP in .codecheck to use in other time. For example if you install X11 with scripts
+ #Save XKBMAP in .codecheck to use in other time. For example if you install X11 with scripts
sed -i '/XKBMAP=./d' ~/.codecheck
echo "XKBMAP=$keymap" >> ~/.codecheck
fi