From 803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 25 Aug 2021 12:45:42 +0000 Subject: Fix script issues identified through shellcheck (#258) * Fix spelling * Fix shellcheck-identified warnings in shell scripts --- compat/fuse_opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/fuse_opt.h b/compat/fuse_opt.h index 9e159d5..de38451 100644 --- a/compat/fuse_opt.h +++ b/compat/fuse_opt.h @@ -18,7 +18,7 @@ extern "C" { /** * Option description * - * This structure describes a single option, and and action associated + * This structure describes a single option, and an action associated * with it, in case it matches. * * More than one such match may occur, in which case the action for -- cgit v1.2.3