[pitivi] bin: Fix minor typo



commit 90da4089d51b3aa91b3a0653bb751e4c71c96180
Author: Thibault Saunier <tsaunier gnome org>
Date:   Sat Apr 9 18:21:20 2016 -0300

    bin: Fix minor typo

 bin/pitivi-xdg-app-env |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/pitivi-xdg-app-env b/bin/pitivi-xdg-app-env
index b4336fa..4de57ce 100755
--- a/bin/pitivi-xdg-app-env
+++ b/bin/pitivi-xdg-app-env
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 [[ "${BASH_SOURCE[0]}" == "${0}" ]] \
-    && printf "This script should not be executed but sourced lile:\n    $ source $0\n" \
+    && printf "This script should not be executed but sourced like:\n    $ source $0\n" \
     && exit 1
 
 SCRIPTDIR=$(dirname $(realpath $_))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]