diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-12 00:49:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-12 01:24:06 +0100 |
| commit | fcd83b4113b4546442c6c94afbd0719c74b8458a (patch) | |
| tree | 9499aca526f3a2ad42771769a9e11c12b090bc47 /src/lib | |
| parent | d76282f8fd1541e1834da0a55683beea110d3ee4 (diff) | |
Fix mangled comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/i18n_setup_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/i18n_setup_linux.cc b/src/lib/i18n_setup_linux.cc index 21e7f2d61..2fa148e26 100644 --- a/src/lib/i18n_setup_linux.cc +++ b/src/lib/i18n_setup_linux.cc @@ -41,7 +41,7 @@ dcpomatic::setup_i18n(string forced_language) forced_language += ".UTF8"; if (!forced_language.empty()) { - /* Override our environment forced_languageuage. Note that the caller must not + /* Override our environment forced_language. Note that the caller must not free the string passed into putenv(). */ string s = fmt::format("LANGUAGE={}", forced_language); |
