From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Tue, 29 Nov 2011 13:03:15 -0500 Subject: [Cluster-devel] [PATCH 37/41] qdiskd: add failure paths to check_process_running and drop duplicate check In-Reply-To: References: <1322043360-17037-1-git-send-email-fdinitto@redhat.com> Message-ID: <4ED51E63.2070006@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 11/23/2011 05:15 AM, Fabio M. Di Nitto wrote: > + fprintf(stderr, "Unable to determin if %s is already running: %s\n", > + argv[0], strerror(errno)); Typo (determine) -- Lon