From 9b2c76418199ceee0ae4dcb2f28af8740964c35e Mon Sep 17 00:00:00 2001 From: Geoffray Levasseur-Brandin Date: Thu, 19 Jun 2025 14:50:46 +0200 Subject: [PATCH] typos --- profile.d/lang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile.d/lang.sh b/profile.d/lang.sh index 72dda59..5391ee5 100644 --- a/profile.d/lang.sh +++ b/profile.d/lang.sh @@ -84,7 +84,7 @@ export -f setc setfr() { # Set fr locale definitions - setlocal "fr_FR.UTF-8" + setlocale "fr_FR.UTF-8" } export -f setfr @@ -94,7 +94,7 @@ export -f setfr # ------------------------------------------------------------------------------ setus() { - setlocal "en_US.UTF-8" + setlocale "en_US.UTF-8" } export -f setus