From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 7 18:50:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 271A416A41F for ; Mon, 7 Nov 2005 18:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFA143D48 for ; Mon, 7 Nov 2005 18:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA7IoDb1023784 for ; Mon, 7 Nov 2005 18:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA7IoDLp023782; Mon, 7 Nov 2005 18:50:13 GMT (envelope-from gnats) Resent-Date: Mon, 7 Nov 2005 18:50:13 GMT Resent-Message-Id: <200511071850.jA7IoDLp023782@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ted Mittelstaedt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5113F16A41F for ; Mon, 7 Nov 2005 18:46:58 +0000 (GMT) (envelope-from tedm@whois.ipinc.net) Received: from mail.ipinc.net (mail.ipinc.net [65.75.192.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D576D43D48 for ; Mon, 7 Nov 2005 18:46:57 +0000 (GMT) (envelope-from tedm@whois.ipinc.net) Received: from whois.ipinc.net (whois.ipinc.net [65.75.206.20]) by mail.ipinc.net (8.11.7/8.11.7) with ESMTP id jA7IkFq25995 for ; Mon, 7 Nov 2005 10:46:15 -0800 (PST) Received: from whois.ipinc.net (localhost [127.0.0.1]) by whois.ipinc.net (8.13.1/8.13.1) with ESMTP id jA7Ikttu007486 for ; Mon, 7 Nov 2005 10:46:55 -0800 (PST) (envelope-from tedm@whois.ipinc.net) Received: (from root@localhost) by whois.ipinc.net (8.13.1/8.13.1/Submit) id jA7Iktmu007485; Mon, 7 Nov 2005 10:46:55 -0800 (PST) (envelope-from tedm) Message-Id: <200511071846.jA7Iktmu007485@whois.ipinc.net> Date: Mon, 7 Nov 2005 10:46:55 -0800 (PST) From: Ted Mittelstaedt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88614: Spelling corrections to program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ted Mittelstaedt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 18:50:14 -0000 >Number: 88614 >Category: ports >Synopsis: Spelling corrections to program >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 07 18:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ted Mittelstaedt >Release: FreeBSD 4.11-RELEASE i386 >Organization: >Environment: System: FreeBSD whois.ipinc.net 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Wed Nov 2 18:23:20 PST 2005 tedm@whois.ipinc.net:/usr/src/sys/compile/WHOIS i386 >Description: Correction of spelling errors in code >How-To-Repeat: >Fix: diff -ruN aslookup.c.bak aslookup.c --- aslookup.c.bak Wed Apr 5 01:35:56 2000 +++ aslookup.c Mon Nov 7 10:40:19 2005 @@ -249,7 +249,7 @@ break; case 'C': #ifdef DEBUG - printf("Compleate\n"); + printf("Complete\n"); #endif stop = 1; break; @@ -936,7 +936,7 @@ if (strncmp(&line[3], " ", 7) == 0) { #ifdef DEBUG - printf("Old Data Concatinate\n"); + printf("Old Data Concatenate\n"); #endif bzero(buf,40); strncpy(buf, pathcache.data, 3); @@ -952,7 +952,7 @@ printf("%s:\n",pathcache.data); searchas(pathcache.pathstr); } else { - printf("%s: Dplicated AS Path\n",pathcache.data); + printf("%s: Duplicated AS Path\n",pathcache.data); } } freecache(); @@ -987,7 +987,7 @@ if (strncmp(&line[3], " ", 7) == 0) { #ifdef DEBUG - printf("Old Data Concatinate: %s\n",olddata); + printf("Old Data Concatenate: %s\n",olddata); #endif if (strlen(olddata) > 0) { bzero(buf,40); @@ -1007,7 +1007,7 @@ printf("%s:\n",pathcache.data); searchas(pathcache.pathstr); } else { - printf("%s: Dplicated AS Path\n",pathcache.data); + printf("%s: Duplicated AS Path\n",pathcache.data); } } fclose(fp); @@ -1034,7 +1034,7 @@ if (a == 0) { hp = gethostbyname(hn); if (hp == NULL) { - printf("Could not resolv : %s\n",hn); + printf("Could not resolve : %s\n",hn); return(1); } bzero(&sin, sizeof(struct sockaddr_in)); >Release-Note: >Audit-Trail: >Unformatted: