From 0d5e670c140384fea3c8179d3121cf132d62337b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 28 Mar 2024 22:57:04 +0900 Subject: [PATCH] Update install.sh seperately -> separately --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 242281f3..1a7a5baa 100755 --- a/install.sh +++ b/install.sh @@ -193,7 +193,7 @@ else fi -# some foldes (eg. .local/bin) should be processed seperately to avoid `--delete' for rsync, +# some foldes (eg. .local/bin) should be processed separately to avoid `--delete' for rsync, # since the files here come from different places, not only about one program. v rsync -av ".local/bin/" "$HOME/.local/bin/"