Merge pull request #1485 from kbabioch/fix/spelling

plugins: check_dig: Fix spelling
This commit is contained in:
Sven Nierlein 2017-04-21 11:49:17 +02:00 committed by GitHub
commit d0e03032f1

View file

@ -331,7 +331,7 @@ print_help (void)
printf ("Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n");
printf (COPYRIGHT, copyright, email);
printf (_("This plugin test the DNS service on the specified host using dig"));
printf (_("This plugin tests the DNS service on the specified host using dig"));
printf ("\n\n");