From: Arvin Schnell Date: Thu, 28 Oct 2021 09:00:33 +0000 (+0200) Subject: - fixed typo X-Git-Tag: v0.10.0~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F676%2Fhead;p=thirdparty%2Fsnapper.git - fixed typo --- diff --git a/snapper/AppUtil2.cc b/snapper/AppUtil2.cc index bb6ddc7f..8316c7d1 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.