Skip to content
Snippets Groups Projects
Commit 506f82f6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in log message. I use a code editor with a spell checker. <shrug>

parent b89b22e2
No related branches found
No related tags found
No related merge requests found
Pipeline #6050 passed
......@@ -81,7 +81,7 @@ s_open(sftps_state_t state)
return true;
}
if (flags & SSH_FXF_EXCL) {
sftps_send_error(state, SSH_FX_OP_UNSUPPORTED, "Can't open exclisive unless creating");
sftps_send_error(state, SSH_FX_OP_UNSUPPORTED, "Can't open exclusive unless creating");
free_sftp_str(fname);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment