From bdb1f4b2b921c9888534237f601b6199812928df Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 19 Nov 2022 22:52:37 -0600 Subject: [PATCH] Fix typos in comments (#57) --- toolbox/os_highlevel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolbox/os_highlevel.cpp b/toolbox/os_highlevel.cpp index 340c0a5..0d84de1 100644 --- a/toolbox/os_highlevel.cpp +++ b/toolbox/os_highlevel.cpp @@ -83,8 +83,8 @@ namespace OS { { char buffer[PATH_MAX + 1]; - // FSSpecs are valid for non-existant files - // but not non-existant directories. + // FSSpecs are valid for non-existent files + // but not non-existent directories. // realpath does not behave in such a manner. // expand the path. Also handles relative paths.