aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-12-25 19:03:23 +0000
committerAndrew Lewman <andrew@torproject.org>2007-12-25 19:03:23 +0000
commitb2362c352c251408124b44e354b23ef4dc849776 (patch)
treee143a7fcc557689c89302c4c72e2fc8b8932b87a
parent77da84b70c9e7c0db99ddd3cc9c12c3d3d6c6396 (diff)
downloadtor-b2362c352c251408124b44e354b23ef4dc849776.tar.gz
tor-b2362c352c251408124b44e354b23ef4dc849776.zip
fix a typo. thanks sjmurdoch.
svn:r12979
-rw-r--r--doc/tor-win32-mingw-creation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index 3880a47f8f..b67218b416 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -106,7 +106,7 @@ Type "./configure --enable-static --disable-shared"
Type "make"
You now have a tor.exe in src/or/. This is Tor.
-You now have a tor_resolve.exe in src/tools/.
+You now have a tor-resolve.exe in src/tools/.
Stage Six: Build installer
---------------------------