diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 8b31accf06a..08350114ee4 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);