From 433948e9ad48fa2c551383e41b45c2925513ec06 Mon Sep 17 00:00:00 2001 From: Arthur Noel Date: Thu, 23 Nov 2023 20:37:42 +0000 Subject: [PATCH] fix typos --- direnvrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direnvrc b/direnvrc index 02485f9..faab691 100644 --- a/direnvrc +++ b/direnvrc @@ -139,7 +139,7 @@ _nix_import_env() { eval "$(< "$profile_rc")" # `nix print-dev-env` will create a temporary directory and use it as TMPDIR - # We cannot rely on this directory being availble at all times, + # We cannot rely on this directory being available at all times, # as it may be garbage collected. # Instead - just remove it immediately. # Use recursive & force as it may not be empty. @@ -188,7 +188,7 @@ _nix_argsum_suffix() { elif has shasum; then out=$(shasum <<< "$1") else - # degrate gracefully both tools are not present + # degrade gracefully both tools are not present return fi read -r checksum _ <<< "$out"