From 438337c8dc2508e2a1b84b9eb75b4c02793fda33 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 28 Oct 2021 11:00:33 +0200 Subject: [PATCH] - fixed typo --- snapper/AppUtil2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/AppUtil2.cc b/snapper/AppUtil2.cc index bb6ddc7fa..8316c7d19 100644 --- a/snapper/AppUtil2.cc +++ b/snapper/AppUtil2.cc @@ -21,7 +21,7 @@ // This tiny file is separated from AppUtil.cc to allow setting specific -// defines. Unsetting _GNU_SOURCE in AppUtil.cc causes may errors. See +// defines. Unsetting _GNU_SOURCE in AppUtil.cc causes many errors. See // https://github.com/openSUSE/snapper/pull/581. // Defines to get the XSI-compliant strerror_r.