From owner-svn-src-all@FreeBSD.ORG Sat Apr 5 22:28:47 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24A415CE; Sat, 5 Apr 2014 22:28:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11C5D5EC; Sat, 5 Apr 2014 22:28:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35MSkiX020303; Sat, 5 Apr 2014 22:28:46 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35MSkwN020302; Sat, 5 Apr 2014 22:28:46 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201404052228.s35MSkwN020302@svn.freebsd.org> From: Marcel Moolenaar Date: Sat, 5 Apr 2014 22:28:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264176 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 22:28:47 -0000 Author: marcel Date: Sat Apr 5 22:28:46 2014 New Revision: 264176 URL: http://svnweb.freebsd.org/changeset/base/264176 Log: Fix typo (s/teh/the/) in previous commit. Pointed out by: rpaulo (thanks!) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Apr 5 22:25:10 2014 (r264175) +++ head/UPDATING Sat Apr 5 22:28:46 2014 (r264176) @@ -42,7 +42,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 line in /etc/ttys will now have a real impact. Before upgrading the kernel, make sure that /etc/ttys has the serial console device configured as 3wire without baudrate to - preserve teh previous behaviour. E.g: + preserve the previous behaviour. E.g: ttyu0 "/usr/libexec/getty 3wire" vt100 on secure 20140325: