diff --git a/docs/releasing.html b/docs/releasing.html
index d650910075a..2ed66a13f47 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -345,7 +345,7 @@ Here is one solution that I've been using.
tar -xaf mesa-$__version.tar.xz && cd mesa-$__version && scons && cd ..
# Test the automake binaries
- rm -rf cd mesa-$__version
+ rm -rf mesa-$__version
tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
./configure \
--with-dri-drivers=i965,swrast \