From 993eaa708f7785e0ab5c1b1e53ddf4abe1d835e4 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 31 Oct 2012 19:51:04 +0200 Subject: Some minor fixes. See ChangeLog. --- field.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'field.c') diff --git a/field.c b/field.c index 9b5a22cd..6bbab8d5 100644 --- a/field.c +++ b/field.c @@ -1075,7 +1075,7 @@ do_patsplit(int nargs) if (sep_arr == arr) fatal(_("patsplit: cannot use the same array for second and fourth args")); - /* This checks need to be done before clearing any of the arrays */ + /* These checks need to be done before clearing any of the arrays */ for (tmp = sep_arr->parent_array; tmp != NULL; tmp = tmp->parent_array) if (tmp == arr) fatal(_("patsplit: cannot use a subarray of second arg for fourth arg")); -- cgit v1.2.3