Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/translation.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-05-29 15:31:18 +0800
committerGitHub <noreply@github.com>2022-05-29 09:31:18 +0200
commit2de153003ed5de1018639070fabc9c9e583c49d1 (patch)
tree3bf487686ba2aaa5d469af77ef18998efdcab941 /archinstall/lib/translation.py
parentb2f85889a7a935a4d9638fe0fec5aac45e721b09 (diff)
Fix typos (#1265)
Diffstat (limited to 'archinstall/lib/translation.py')
-rw-r--r--archinstall/lib/translation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/translation.py b/archinstall/lib/translation.py
index 1a0e94e4..79e0198a 100644
--- a/archinstall/lib/translation.py
+++ b/archinstall/lib/translation.py
@@ -28,7 +28,7 @@ class LanguageDefinitions:
if entry['abbr'] == abbr:
return entry['lang']
- raise ValueError(f'No language with abbrevation "{abbr}" found')
+ raise ValueError(f'No language with abbreviation "{abbr}" found')
class DeferredTranslation: