From bcbdac4af91f63cd646cb478bcf598a46cd379c6 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 3 Jan 2024 08:46:47 +0100 Subject: [PATCH] - fixed spelling --- barrel/handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barrel/handle.cc b/barrel/handle.cc index d28b236..4390673 100644 --- a/barrel/handle.cc +++ b/barrel/handle.cc @@ -113,7 +113,7 @@ namespace barrel // This is tricky. getopt needs optind = 0 to reinit itself in interactive // mode. Without that strange things can happen, esp. with short options. So call - // GetOpts::parse explicitely. Also notice that getopt sets optind to 1 if it is 0 + // GetOpts::parse explicitly. Also notice that getopt sets optind to 1 if it is 0 // to skip the program name. For that reason argv includes a program name as first // element.