summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwoo Ahn <creator.ahn@gmail.com>2016-10-07 13:42:02 +0900
committerTim-Philipp Müller <tim@centricular.com>2016-10-07 08:16:45 +0100
commitda3880d6d04acb0186087ded9eb8a9f90956d213 (patch)
treeede6b414c813fb97bb4154904f63157182d3f45c
parent6ff5848789a51ead2f6240561897c6cae48af49c (diff)
validate: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=772543
-rw-r--r--validate/tools/gst-validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c
index 27b1cfc..39993b6 100644
--- a/validate/tools/gst-validate.c
+++ b/validate/tools/gst-validate.c
@@ -56,7 +56,7 @@ intr_handler (gpointer user_data)
g_print ("interrupt received.\n");
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_BIN (pipeline),
- GST_DEBUG_GRAPH_SHOW_ALL, "gst-validate.interupted");
+ GST_DEBUG_GRAPH_SHOW_ALL, "gst-validate.interrupted");
g_main_loop_quit (mainloop);