diff options
author | ps <ps@FreeBSD.org> | 2001-08-27 10:37:50 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2001-08-27 10:37:50 +0000 |
commit | e7bdb473a803de93583bc1ab5e8629ed85f482da (patch) | |
tree | b98f328303c2d6927a72a08bf18d8ff3a8d3d329 /crypto | |
parent | 4e55facbeb599140ff44c7ffd0a0706e958f5b8d (diff) | |
download | FreeBSD-src-e7bdb473a803de93583bc1ab5e8629ed85f482da.zip FreeBSD-src-e7bdb473a803de93583bc1ab5e8629ed85f482da.tar.gz |
Backout last change. I didnt follow the thread and made a mistake
with this. localisations is a valid spelling. Oops
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 8b31acc..0835011 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -5,7 +5,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_2.9" -#define SSH_VERSION_ADDENDUM "FreeBSD localizations 20010713" +#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20010713" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); |