From f25aab876cd341ea1ca131270a9d66c5701dad86 Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sat, 21 Apr 2012 15:48:41 +0000 Subject: [PATCH] fix standalone routine description --- libisoburn/trunk/releng/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/releng/README b/libisoburn/trunk/releng/README index 0af870c0..ee4dfe69 100644 --- a/libisoburn/trunk/releng/README +++ b/libisoburn/trunk/releng/README @@ -258,8 +258,8 @@ some of them according to the general options of the test suite: The code piece inc/releng_getopts.inc defines the following functions for use by the single tests: - standalone_or_supervised This is internally called routine to find - out the running mode of the scripts - standalone, + standalone_or_supervised This is internally called routine to print out + the running mode of the scripts - standalone, supervised by run_all_auto. No need to call it from the scripts themselves.