diff options
author | djm <djm> | 2013-10-17 00:48:13 +0000 |
---|---|---|
committer | djm <djm> | 2013-10-17 00:48:13 +0000 |
commit | 8b75c6f8000879c7ecda8263fae1376ee01d5879 (patch) | |
tree | b32890e0261a363d573e460661c5bed4cf8bdc96 /readconf.h | |
parent | 61754f2bf95346e917a1c008c9c220decb97929a (diff) | |
download | openssh-8b75c6f8000879c7ecda8263fae1376ee01d5879.tar.gz |
- djm@cvs.openbsd.org 2013/10/16 22:49:39
[readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
s/canonicalise/canonicalize/ for consistency with existing spelling,
e.g. authorized_keys; pointed out by naddy@
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.98 2013/10/16 02:31:46 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.99 2013/10/16 22:49:38 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -148,9 +148,9 @@ typedef struct { int num_canonical_domains; char *canonical_domains[MAX_CANON_DOMAINS]; - int canonicalise_hostname; - int canonicalise_max_dots; - int canonicalise_fallback_local; + int canonicalize_hostname; + int canonicalize_max_dots; + int canonicalize_fallback_local; int num_permitted_cnames; struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS]; |