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

DOC: Fix misspelling found by codespell #378

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smriprep/interfaces/workbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class SurfaceModifySphere(WBCommand):
a sphere, which can suffer from problems generally not present in
-surface-sphere-project-unproject. If the sphere should already be
centered around the origin, using -recenter may still shift it slightly
before changing the radius, which is likely to be undesireable.
before changing the radius, which is likely to be undesirable.
Copy link
Member

Choose a reason for hiding this comment

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

This is actually a copy-paste from connectome workbench.

https://github.com/Washington-University/workbench/blob/c13905b86b054f0ed45071bf180aec394e64202b/src/Algorithms/AlgorithmSurfaceModifySphere.cxx#L57

I'm fine fixing it here, but we'll generally pick up their misspellings without critique when we create these interfaces.


If <sphere-in> is not close to spherical, or not centered around the
origin and -recenter is not used, a warning is printed.
Expand Down
Loading