Skip to content

Fix several typos - #3724

Closed
rockdaboot wants to merge 1 commit into
curl:masterfrom
rockdaboot:tmp-fix-typos
Closed

Fix several typos#3724
rockdaboot wants to merge 1 commit into
curl:masterfrom
rockdaboot:tmp-fix-typos

Conversation

@rockdaboot

Copy link
Copy Markdown
Contributor

Please let me know if you prefer a more detailed commit message.

The spell-checking script follows tomorrow...

Comment thread tests/python_dependencies/impacket/ntlm.py Outdated
@jzakrzewski

Copy link
Copy Markdown
Contributor

Hmmm... also AFAIK the impacket is just copied Python module and as such should probably be left alone.

@rockdaboot

Copy link
Copy Markdown
Contributor Author

@jzakrzewski Thanks for review. Could you point out which files / directories in the repo are copied (=will be overwritten eventually) and where they come from ? I would put them as exceptions into the spellcheck script, also it might be a good idea to report the typos upstream.

@jzakrzewski

Copy link
Copy Markdown
Contributor

Well, at least everything in the tests/python_dependencies/impacket. I'm not aware of anything else at the moment.
Maybe you could contribute your fixes to the impacket itself?

@rockdaboot

Copy link
Copy Markdown
Contributor Author

Sure, let's see what tomorrow brings...

Comment thread lib/ssh-libssh.c
return CURLE_BAD_DOWNLOAD_RESUME;
}
}
/* Does a completed file need to be seeked and started or closed ? */

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know seeked isn't the correct spelling, but in this case I'm ready to give it the benefit of being wrong since it's referring to the specific seek call.. The current spelling, in all it's typoness, convey meaning.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasonable, I'll revert it tomorrow.

Comment thread lib/ssh.c
}
}
/* Does a completed file need to be seeked and started or closed ? */
/* Does a completed file need to be sought and started or closed ? */

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above ;-)

# The next loop is a workaround for a bigger problem:
# When data reaches higher layers, the lower headers are lost,
# and with them, for example, the source IP. Hence, SMB users
# can't know where packets are comming from... we need a better

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

impacket is vendored code and should remain untouched, please submit these to the upstream project.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See conversation above

@danielgustafsson

Copy link
Copy Markdown
Member

No need to spend the effort of rebasing this for such small details, I fixed up the commit for you and pushed. Thanks for your contribution!

@rockdaboot
rockdaboot deleted the tmp-fix-typos branch April 4, 2019 06:46
@rockdaboot

Copy link
Copy Markdown
Contributor Author

Nice, thank you !

@lock lock Bot locked as resolved and limited conversation to collaborators Jul 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants