summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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