tidy-up: prefer "initialize" with a 'z'

To match the majority of usage in source.

Closes #21618
This commit is contained in:
Viktor Szakats 2026-05-15 00:37:37 +02:00
parent 3da249e1f0
commit 4780e509aa
No known key found for this signature in database
28 changed files with 42 additions and 42 deletions

View file

@ -195,7 +195,7 @@ struct ssh_conn {
const char *readdir_filename; /* points within readdir_attrs */
const char *readdir_longentry;
char *readdir_tmp;
BIT(initialised);
BIT(initialized);
#elif defined(USE_LIBSSH2)
LIBSSH2_SESSION *ssh_session; /* Secure Shell session */
LIBSSH2_CHANNEL *ssh_channel; /* Secure Shell channel handle */