From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23114 invoked by alias); 24 Jun 2008 20:05:43 -0000 Received: (qmail 23071 invoked by uid 9519); 24 Jun 2008 20:05:43 -0000 Date: Tue, 24 Jun 2008 20:05:00 -0000 Message-ID: <20080624200543.23055.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Correct misspelling. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0bab10e95e305d3fe1b83ea9bde5a8782175118c X-Git-Newrev: 4ee203efb3be5d328cfe419d1f9c24f17e7ea32e Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00399.txt.bz2 The branch, master has been updated via 4ee203efb3be5d328cfe419d1f9c24f17e7ea32e (commit) from 0bab10e95e305d3fe1b83ea9bde5a8782175118c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 4ee203efb3be5d328cfe419d1f9c24f17e7ea32e Author: Rick Moseley Date: Tue Jun 24 15:05:09 2008 -0500 Correct misspelling. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/proc/live/LinuxWaitBuilder.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/proc/live/LinuxWaitBuilder.java b/frysk-core/frysk/proc/live/LinuxWaitBuilder.java index 39ce518..0943eb9 100644 --- a/frysk-core/frysk/proc/live/LinuxWaitBuilder.java +++ b/frysk-core/frysk/proc/live/LinuxWaitBuilder.java @@ -113,7 +113,7 @@ class LinuxWaitBuilder implements WaitBuilder { private void logMissing(String what, ProcessIdentifier pid) { String warning = ("No task for " + what + " pid " + pid + " possibly caused by earlier [test] code" - + " failing to clean up all childen"); + + " failing to clean up all children"); System.out.println("WARNING: " + warning); fine.log(warning); } hooks/post-receive -- frysk system monitor/debugger