Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #28

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Fix typos #28

merged 2 commits into from
Sep 18, 2024

Conversation

szepeviktor
Copy link
Contributor

@tuna-f1sh This is a very neat project.

Found few misspellings.

https://github.com/crate-ci/typos

src/lsusb.rs Outdated
@@ -985,7 +985,7 @@ fn dump_ccid_desc(ccid: &CcidDescriptor, indent: usize) {
);
dump_value(
ccid.max_clock,
"dwMaxiumumClock",
"dwMaximumClock",
Copy link
Owner

Choose a reason for hiding this comment

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

I'm on the fence to leave this one. Unlike the others, I think this was a conscious typo because it's in the lsusb source (or like minds!): https://github.com/gregkh/usbutils/blob/master/lsusb.c#L2185C18-L2185C33 . I'll add a comment if I keep it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

umum!

@tuna-f1sh tuna-f1sh merged commit fdf5617 into tuna-f1sh:main Sep 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants