Skip to content

Commit c7572af

Browse files
authored
fix typo (#629)
1 parent 7617552 commit c7572af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting_started/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Install `wstool <http://wiki.ros.org/wstool>`_ : ::
2424

2525
Create A Catkin Workspace and Download MoveIt Source
2626
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27-
Because the version of the tutorials uses the ``master`` branch which is being actively developed, you will most likely need to build all of MoveIt from soruce. You will need to have a `catkin <http://wiki.ros.org/catkin>`_ workspace setup: ::
27+
Because the version of the tutorials uses the ``master`` branch which is being actively developed, you will most likely need to build all of MoveIt from source. You will need to have a `catkin <http://wiki.ros.org/catkin>`_ workspace setup: ::
2828

2929
mkdir -p ~/ws_moveit/src
3030
cd ~/ws_moveit/src
3131

3232
wstool init .
3333
wstool merge -t . https://raw.githubusercontent.com/ros-planning/moveit/master/moveit.rosinstall
34-
wstool remove moveit_tutorials # this is clone'd in the next section
34+
wstool remove moveit_tutorials # this is cloned in the next section
3535
wstool update -t .
3636

3737
Download Example Code

0 commit comments

Comments
 (0)