[Nagios-devel] [patch] spelling error in events.c

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] [patch] spelling error in events.c

Post by Guest »

Index: events.c
===================================================================
RCS file: /cvsroot/nagios/nagios/base/events.c,v
retrieving revision 1.30
diff -u -r1.30 events.c
--- events.c 20 Dec 2004 05:23:34 -0000 1.30
+++ events.c 7 Jan 2005 19:54:48 -0000
@@ -1236,7 +1236,7 @@

case EVENT_SFRESHNESS_CHECK:
#ifdef DEBUG3
- printf("(servoce result freshness check)\n");
+ printf("(service result freshness check)\n");
#endif

/* check service result freshness */





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked