# HG changeset patch # User mas01cr # Date 1193844249 0 # Node ID 521cecd1eab72953af56e0a3c511ff9db1adab41 # Parent ddd83d773d6c955d42be92e50cc80f37b90eeff0 Fix typo in INSTALL instructions (stdsoap.h -> stdsoap2.h) diff -r ddd83d773d6c -r 521cecd1eab7 INSTALL.txt --- a/INSTALL.txt Mon Oct 29 11:47:42 2007 +0000 +++ b/INSTALL.txt Wed Oct 31 15:24:09 2007 +0000 @@ -24,4 +24,4 @@ GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ GSOAP_INCLUDE="-I /path/to/gsoap" (where the path in GSOAP_INCLUDE should name the directory in which -stdsoap.h resides) +stdsoap2.h resides)