aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-27 18:03:32 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-28 04:50:16 -0300
commitfe133616f252cec7d8bc465aa2bdde87d35a66cf (patch)
tree540bd87e2d4480e722b50b7369f6b38d951de5e5
parentci: ignore profile-checks.yml on other workflows (diff)
downloadfirejail-fe133616f252cec7d8bc465aa2bdde87d35a66cf.tar.gz
firejail-fe133616f252cec7d8bc465aa2bdde87d35a66cf.tar.zst
firejail-fe133616f252cec7d8bc465aa2bdde87d35a66cf.zip
configure*: fix typo of "been"
s/bean/been Added on commit d1acb31c9 ("compile time: enable LTS", 2021-02-28).
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f3bd77169..6b9828960 100755
--- a/configure
+++ b/configure
@@ -5288,7 +5288,7 @@ if test "$HAVE_LTS" = -DHAVE_LTS; then
5288 5288
5289********************************************************* 5289*********************************************************
5290* Warning: Long-term support (LTS) was enabled! * 5290* Warning: Long-term support (LTS) was enabled! *
5291* Most compile-time options have bean rewritten! * 5291* Most compile-time options have been rewritten! *
5292********************************************************* 5292*********************************************************
5293 5293
5294 5294
diff --git a/configure.ac b/configure.ac
index 8a488ff43..62702f7bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,7 +328,7 @@ if test "$HAVE_LTS" = -DHAVE_LTS; then
328 328
329********************************************************* 329*********************************************************
330* Warning: Long-term support (LTS) was enabled! * 330* Warning: Long-term support (LTS) was enabled! *
331* Most compile-time options have bean rewritten! * 331* Most compile-time options have been rewritten! *
332********************************************************* 332*********************************************************
333 333
334 334