From ee39af34199aa875e109f7002a401d6ebbd66c22 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler <git@aeolio.de>
Date: Sun, 24 Apr 2022 04:14:17 +0000
Subject: [PATCH] fix typo in comment

---
 src/lib/icu/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/icu/meson.build b/src/lib/icu/meson.build
index 972c1fda3..6e489876b 100644
--- a/src/lib/icu/meson.build
+++ b/src/lib/icu/meson.build
@@ -19,7 +19,7 @@ if icu_dep.found()
     'Init.cxx',
   ]
 elif not get_option('iconv').disabled()
-  # an installed iconv library will make the builtin iconf() unavailable,
+  # an installed iconv library will make the builtin iconv() unavailable,
   # so search for the library first and pass it as (possible) dependency
   iconv_dep = compiler.find_library('libiconv', required: false)
   have_iconv = compiler.has_function('iconv',