summaryrefslogtreecommitdiffstats
path: root/tools/distclean
diff options
context:
space:
mode:
authorDirk Mueller <dmueller@suse.com>2026-02-16 11:21:21 +0100
committerGitHub <noreply@github.com>2026-02-16 11:21:21 +0100
commit423d0c52674bfa4ec49e4ae8bce645131f657f74 (patch)
treea27276c89d37e3753b5ead6abe56132f2801d444 /tools/distclean
parent0f0865c910096c95594ac09929708e84934e46df (diff)
downloadmonitoring-plugins-423d0c52674bfa4ec49e4ae8bce645131f657f74.tar.gz
Fix a few typos (#2231)
Diffstat (limited to 'tools/distclean')
-rwxr-xr-xtools/distclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distclean b/tools/distclean
index 961cc801..1ddc7532 100755
--- a/tools/distclean
+++ b/tools/distclean
@@ -37,7 +37,7 @@ find . -type f -name Makefile.in -print| xargs rm -f
37rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp 37rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp
38rm -f m4/Makefile.am 38rm -f m4/Makefile.am
39 39
40echo "$0: Removing miscelanious files..." 40echo "$0: Removing miscellaneous files..."
41rm -f po/*.gmo po/stamp-po 41rm -f po/*.gmo po/stamp-po
42rm -f lib/tests/*.Po 42rm -f lib/tests/*.Po
43rm -f doc/developer-guidelines.html 43rm -f doc/developer-guidelines.html