]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 676/head
authorArvin Schnell <aschnell@suse.de>
Thu, 28 Oct 2021 09:00:33 +0000 (11:00 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 28 Oct 2021 09:00:33 +0000 (11:00 +0200)
snapper/AppUtil2.cc

index bb6ddc7fa3586ff5077836c728b127cabfcbdedb..8316c7d195970f1bd63497b8e4f4e6004ebe45be 100644 (file)
@@ -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.