Skip to content

Commit 43b207e

Browse files
committed
ci: lint
1 parent bd1cd08 commit 43b207e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

commands/fs-path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ function fs_path() (
23642364
# the absolute code is disabled, as we don't want that
23652365
# we just want to disable logical compaction
23662366
# not enable physical compaction
2367-
# as enabling physical compaction now turns what was a virtual (theoritical) path into a real physical path, which is not what we want unless specified
2367+
# as enabling physical compaction now turns what was a virtual (theoretical) path into a real physical path, which is not what we want unless specified
23682368
# if [[ -z $absolute ]]; then
23692369
# absolute='physical'
23702370
# fi

commands/setup-util-bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function setup_util_bash() (
323323
fi
324324
# continue
325325
if __is_macos && [[ -x '/bin/bash' ]]; then
326-
# reload in system bash to prevent modification crashing uus
326+
# reload in system bash to prevent modification crashing us
327327
# don't use `debug-bash` as we still want invocations to `bash` to be the latest, so we can detect the upgraded version
328328
env RELOADED_IN_SYSTEM_BASH=yes /bin/bash "${BASH_SOURCE[0]}" "$@"
329329
return $?

0 commit comments

Comments
 (0)