From f0d953b63387ca6fa1ea04e1822733767ce62583 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 29 Mar 2019 23:36:15 +0000 Subject: Fix typo's in firecfg util.c (#2627) --- src/firecfg/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/firecfg/util.c b/src/firecfg/util.c index 00dbad073..23a66ba67 100644 --- a/src/firecfg/util.c +++ b/src/firecfg/util.c @@ -59,8 +59,8 @@ int which(const char *program) { char *ptr = strtok(path2, ":"); while (ptr) { // Ubuntu 18.04 is adding /snap/bin to PATH; - // they populate /snap/bin with simbolic links to /usr/bin/ programs; - // most simlinked programs are not installed by default. + // they populate /snap/bin with symbolic links to /usr/bin/ programs; + // most symlinked programs are not installed by default. // Removing /snap/bin from our search if (strcmp(ptr, "/snap/bin") != 0) { if (find(program, ptr)) { -- cgit v1.2.3-54-g00ecf