From owner-svn-src-head@FreeBSD.ORG Thu May 16 16:51:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F235961; Thu, 16 May 2013 16:51:53 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4103131F; Thu, 16 May 2013 16:51:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4GGprEW024154; Thu, 16 May 2013 16:51:53 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4GGprED024153; Thu, 16 May 2013 16:51:53 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201305161651.r4GGprED024153@svn.freebsd.org> From: Devin Teske Date: Thu, 16 May 2013 16:51:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250702 - head/usr.sbin/bsdconfig/share X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 16 May 2013 16:51:53 -0000 Author: dteske Date: Thu May 16 16:51:52 2013 New Revision: 250702 URL: http://svnweb.freebsd.org/changeset/base/250702 Log: Fix a typo in a comment. Modified: head/usr.sbin/bsdconfig/share/strings.subr Modified: head/usr.sbin/bsdconfig/share/strings.subr ============================================================================== --- head/usr.sbin/bsdconfig/share/strings.subr Thu May 16 16:46:02 2013 (r250701) +++ head/usr.sbin/bsdconfig/share/strings.subr Thu May 16 16:51:52 2013 (r250702) @@ -204,7 +204,7 @@ f_uridecode() # f_replaceall $string $find $replace [$var_to_set] # -# Replace all occurrences of $find in $sting with $replace. If $var_to_set is +# Replace all occurrences of $find in $string with $replace. If $var_to_set is # either missing or NULL, the variable name is produced on standard out for # capturing in a sub-shell (which is less recommended due to performance # degradation).