From b26ee2e2bef4578948b93538f19b8ec08e76b4c4 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 242281f33..1a7a5baac 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/"