Fix the path error inside vcl socket_test.sh
[vpp.git] / extras / vcl-ldpreload / README.md
index c07b418..81c86f6 100644 (file)
@@ -2,8 +2,8 @@
 
 User can LD_PRELOAD any application that uses POSIX socket API.
 
-NOTE: The sources have been moved to .../vpp/src/vcl and libvcl_ldpreload.so
-      libvcl-ldpreload.so is built with VPP and can be found in
+NOTE: The sources have been moved to .../vpp/src/vcl and
+      libvcl_ldpreload.so is built with VPP and can be found in
       .../vpp/build-root/install-vpp[_debug]-native/vpp/lib
 
 ## HowTo