Skip to content

interface: Fix spelling #25

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

Merged
merged 11 commits into from
Mar 10, 2025
Merged

interface: Fix spelling #25

merged 11 commits into from
Mar 10, 2025

Conversation

febo
Copy link
Contributor

@febo febo commented Feb 6, 2025

Problem

There are spelling errors on the interface crate.

Solution

Fix the spelling issues.

@febo febo changed the base branch from main to febo/workspace February 6, 2025 00:53
@febo febo force-pushed the febo/workspace branch from 345f62f to 5f18723 Compare March 7, 2025 22:22
@febo febo force-pushed the febo/spellcheck branch from 9b7b2f5 to d443730 Compare March 7, 2025 22:30
@febo febo marked this pull request as ready for review March 7, 2025 22:35
@febo febo requested a review from joncinque March 7, 2025 22:35
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

Looks good, the lockfile change is set to happen soon anyway

Cargo.lock Outdated
Comment on lines 5848 to 5869
[[package]]
name = "token-interface"
version = "0.0.0"
dependencies = [
"pinocchio",
"pinocchio-pubkey",
]

[[package]]
name = "token-program"
version = "0.0.0"
dependencies = [
"assert_matches",
"pinocchio",
"pinocchio-log",
"solana-program-test",
"solana-sdk",
"spl-token 4.0.2",
"test-case",
"token-interface",
]

Copy link
Contributor

Choose a reason for hiding this comment

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

Was this change intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope, I did the rebase so now there are no changes to the cargo lock.

@febo febo force-pushed the febo/workspace branch from 2500899 to b5e7827 Compare March 8, 2025 02:56
@febo febo force-pushed the febo/spellcheck branch from d443730 to 60115db Compare March 8, 2025 02:58
Base automatically changed from febo/workspace to main March 10, 2025 13:54
@febo febo merged commit 52ee7f2 into main Mar 10, 2025
11 checks passed
@febo febo deleted the febo/spellcheck branch March 10, 2025 13:58
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