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)
downloadopenssh-git-3850559be93f1a442ae9ed370e8c389889dd5f72.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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/readconf.h b/readconf.h
index 4a210897..2d7ea9fc 100644
--- a/readconf.h
+++ b/readconf.h
@@ -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];