diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f1db5455b0..096044628c 100644 --- a/meson.build +++ b/meson.build @@ -2963,7 +2963,7 @@ endif # generation happens during install, so that's not a real issue. nls_mo_targets = [] if libintl.found() and meson.version().version_compare('>=0.60') - # use range() to avoid the flattening of the list that forech() would do + # use range() to avoid the flattening of the list that foreach() would do foreach off : range(0, nls_targets.length()) # i18n.gettext() list containing 1) list of built .mo files 2) maintainer # -pot target 3) maintainer -pot target |
