diff options
author | LaMont Jones <lamont@debian.org> | 2009-03-20 18:40:55 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-03-20 18:40:55 -0600 |
commit | 84e6ec609bc40abd57388eeb39ccf4727c210498 (patch) | |
tree | d292ee4a33d8c639a7aa4f4e5ce068377e6702a5 /bin/win32/BINDInstall | |
parent | 45b41449108ec791ffc94fc779231e1af17be0d2 (diff) | |
download | bind9-84e6ec609bc40abd57388eeb39ccf4727c210498.tar.gz |
9.6.1b1
Diffstat (limited to 'bin/win32/BINDInstall')
-rw-r--r-- | bin/win32/BINDInstall/BINDInstallDlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 1d493f73..8d0df7e3 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.cpp,v 1.37.228.2 2008/12/14 21:33:07 tbox Exp $ */ +/* $Id: BINDInstallDlg.cpp,v 1.37.228.4 2009/01/18 23:47:35 tbox Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -412,7 +412,7 @@ void CBINDInstallDlg::OnInstall() { /* * Check that there is not leading / trailing whitespace. - * This is for compatability with the standard password dialog. + * This is for compatibility with the standard password dialog. * Passwords really should be treated as opaque blobs. */ oldlen = m_accountPassword.GetLength(); |