From e39d114e1a8fc22c8661d1b5572403e0030f63e7 Mon Sep 17 00:00:00 2001 From: Jacob Mason Date: Thu, 8 Sep 2016 16:23:28 -0500 Subject: [PATCH] Correct spelling of 'rosed' Found this misspelling. There are a couple more instances of 'rossed' in this file, but those may be intentional. --- tools/rosbash/rosbash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rosbash/rosbash b/tools/rosbash/rosbash index 788f1a48..86658771 100644 --- a/tools/rosbash/rosbash +++ b/tools/rosbash/rosbash @@ -259,7 +259,7 @@ function _roscmd { function rosed { local arg if [[ $1 = "--help" ]]; then - echo -e "usage: rossed [package] [file]\n\nEdit a file within a package." + echo -e "usage: rosed [package] [file]\n\nEdit a file within a package." return 0 fi _roscmd ${1} ${2}