Author: vlendec Date: 2006-06-08 14:39:22 +0000 (Thu, 08 Jun 2006) New Revision: 16097
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16097 Log: Typos Modified: branches/tmp/vl-messaging/source/lib/messages.c Changeset: Modified: branches/tmp/vl-messaging/source/lib/messages.c =================================================================== --- branches/tmp/vl-messaging/source/lib/messages.c 2006-06-08 12:22:39 UTC (rev 16096) +++ branches/tmp/vl-messaging/source/lib/messages.c 2006-06-08 14:39:22 UTC (rev 16097) @@ -135,7 +135,8 @@ #endif /* WITH_(DGRAM or STREAM_MESSAGING */ default: - DEBUG(0,("Unsupported mesaging type %d\n", lp_messaging_type())); + DEBUG(0,("Unsupported messaging type %d\n", + lp_messaging_type())); return False; } @@ -242,7 +243,7 @@ #endif /* WITH_(DGRAM or STREAM)_MESSAGING */ { - DEBUG(0,("Bad mesaging type %d\n", lp_messaging_type())); + DEBUG(0,("Bad messaging type %d\n", lp_messaging_type())); return 0; } }
