Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed typo: relateive -> relative #484

Merged
merged 1 commit into from
Aug 16, 2017
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 completion/_catkin
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ _catkin_locate_complete() {
{-h,--help}'[Show usage help]'\
{-w,--workspace}'[Workspace path]:workspace:_files -/'\
{-e,--existing-only}'[Only print existing paths]'\
{-r,--relateive}'[Format paths relative to the working directory]'\
{-r,--relative}'[Format paths relative to the working directory]'\
{-q,--quiet}'[Suppress warnings]'\
{-s,--src}'[Get the path to the source space]'\
{-b,--build}'[Get the path to the build space]'\
Expand Down