From owner-svn-src-head@FreeBSD.ORG Sat Jan 26 21:43:24 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D513877; Sat, 26 Jan 2013 21:43:24 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id ECA1AD4; Sat, 26 Jan 2013 21:43:22 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA14862; Sat, 26 Jan 2013 23:43:20 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TzDWy-000ILx-5p; Sat, 26 Jan 2013 23:43:20 +0200 Message-ID: <51044DF7.10901@FreeBSD.org> Date: Sat, 26 Jan 2013 23:43:19 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130121 Thunderbird/17.0.2 MIME-Version: 1.0 To: Ian Lepore Subject: Re: svn commit: r245949 - head/usr.sbin/watchdogd References: <201301262129.r0QLTjdb059133@svn.freebsd.org> In-Reply-To: <201301262129.r0QLTjdb059133@svn.freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 21:43:24 -0000 on 26/01/2013 23:29 Ian Lepore said the following: > @@ -188,7 +196,7 @@ watchdog_loop(void) > if (watchdog_onoff(0) == 0) { > end_program = 2; > } else { > - warnx("Could not stop the watchdog, not exiting"); > + warnx("Could not stop the watchdog, not exitting"); > end_program = 0; > } > } Stray chunk that introduces a spelling mistake? -- Andriy Gapon