[vlmc-devel] Typo in startup script

Ludovic Fauvet git at videolan.org
Mon Jul 11 12:10:01 CEST 2016


vlmc | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Jul 11 12:09:42 2016 +0200| [528436ac5090a8c4d17a94a7b5805b09a6d52a39] | committer: Ludovic Fauvet

Typo in startup script

> https://code.videolan.org/videolan/vlmc/commit/528436ac5090a8c4d17a94a7b5805b09a6d52a39
---

 cmake/vlmc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/vlmc.sh b/cmake/vlmc.sh
index 01ae299..832f2e2 100755
--- a/cmake/vlmc.sh
+++ b/cmake/vlmc.sh
@@ -4,5 +4,5 @@ BIN="bin/vlmc"
 if [ -f $BIN ]; then
     exec $BIN "$@"
 else
-    echo "VLMC not build, read INSTALL first"
+    echo "VLMC not built, read INSTALL first"
 fi



More information about the Vlmc-devel mailing list