diff --git a/.aspell.en.pws b/.aspell.en.pws index 389dc0a..71c3c99 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -9,3 +9,20 @@ Spotify normie syscall syscalls +aspell +catppuccin +cli +config +formatter +Foss +fosscat +Gitea +Gokarna +LSP +markdownlint +md +Pre +RSS +submodule +TILs +webp diff --git a/.githooks/pre-commit b/.githooks/pre-commit index a8242cc..9021742 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -50,6 +50,10 @@ if command -v aspell &> /dev/null; then done fi done <<< "$ERRORS" + echo -e "\nMisspelled words:\n" + while IFS= read -r word; do + echo "$word" + done <<< "$ERRORS" MISSPELLED=1 echo "" fi diff --git a/content/tils/we-created-dogs-and-dogs-created-us.md b/content/tils/we-created-dogs-and-dogs-created-us.md index 6c92d6b..44b170f 100644 --- a/content/tils/we-created-dogs-and-dogs-created-us.md +++ b/content/tils/we-created-dogs-and-dogs-created-us.md @@ -15,7 +15,8 @@ tags: ["life", "dogs", "history"] I started listening to [_Sapiens: A Brief History of Human kind_](https://en.wikipedia.org/wiki/Sapiens:_A_Brief_History_of_Humankind) and was struck at the significance of dogs in human history. I [realized](https://fosscat.com/tils/people-are-actually-right/) that dogs really are man's best -friend, and only animal that has evolved alongside us sinze the hunter gatherer period. Its incredible! +friend, and only animal that has evolved alongside us since the hunter gatherer period. Its incredible! + # Reflection Otto (pictured above) is my first dog. I feel like having a dog isn't for everybody, but having humans is for every dog.