check: Fix doc of GST_CHECKS and GST_CHECKS_IGNORE
authorHeinrich Fink <hfink@toolsonair.com>
Thu, 22 Jan 2015 10:29:18 +0000 (11:29 +0100)
committerMatthew Waters <matthew@centricular.com>
Thu, 22 Jan 2015 10:38:51 +0000 (21:38 +1100)
https://bugzilla.gnome.org/show_bug.cgi?id=743335

libs/gst/check/gstcheck.c

index a803961a895656b66e3584568bf57df6f64c5c14..9e9b63ca819af9781d5128861e3244a1d15fae41 100644 (file)
@@ -27,8 +27,8 @@
  * These macros and functions are for internal use of the unit tests found
  * inside the 'check' directories of various GStreamer packages.
  *
- * One notable feature is that one can use the environment variables GST_CHECK
- * and GST_CHECK_IGNORE to select which tests to run or skip. Both variables
+ * One notable feature is that one can use the environment variables GST_CHECKS
+ * and GST_CHECKS_IGNORE to select which tests to run or skip. Both variables
  * can contain a comman separated list of test name globs (e.g. test_*).
  */
 #ifdef HAVE_CONFIG_H