summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-03-26 11:14:33 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-26 11:14:39 +0000
commit3342d04895e3933037fe2cdafa84c0f2c754be7b (patch)
tree22f80fe3e4dc66d80d2123e841bca2bc82be4e06 /examples
parentb23c0c06bd1e2aff3ba1dbc92327529c08585c3d (diff)
downloadclutter-gst-3342d04895e3933037fe2cdafa84c0f2c754be7b.tar.gz
examples: video-flip: fix typo
Diffstat (limited to 'examples')
-rw-r--r--examples/video-flip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/video-flip.js b/examples/video-flip.js
index a2d0901..a3d3387 100644
--- a/examples/video-flip.js
+++ b/examples/video-flip.js
@@ -34,7 +34,7 @@ const COLUMNS = 3;
const ROWS = 3;
if (ARGV.length < 2)
- throw "Need 2 argument : video-wall.js videofile1 videofile2";
+ throw "Need 2 arguments : video-wall.js videofile1 videofile2";
Clutter.init(null, null);
ClutterGst.init(null, null);