summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-17 11:48:13 +1100
committerDamien Miller <djm@mindrot.org>2013-10-17 11:48:13 +1100
commit3850559be93f1a442ae9ed370e8c389889dd5f72 (patch)
tree82dd3228fdd4140ad1d563275d6e2dbbda291c8d /readconf.h
parent607af3434b75acc7199a5d99d5a9c11068c01f27 (diff)
- 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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/readconf.h b/readconf.h
index 4a210897e..2d7ea9fc4 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.98 2013/10/16 02:31:46 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.99 2013/10/16 22:49:38 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -148,9 +148,9 @@ typedef struct {
148 148
149 int num_canonical_domains; 149 int num_canonical_domains;
150 char *canonical_domains[MAX_CANON_DOMAINS]; 150 char *canonical_domains[MAX_CANON_DOMAINS];
151 int canonicalise_hostname; 151 int canonicalize_hostname;
152 int canonicalise_max_dots; 152 int canonicalize_max_dots;
153 int canonicalise_fallback_local; 153 int canonicalize_fallback_local;
154 int num_permitted_cnames; 154 int num_permitted_cnames;
155 struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS]; 155 struct allowed_cname permitted_cnames[MAX_CANON_DOMAINS];
156 156