about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-08-25 21:33:42 -0500
committergennyble <gen@nyble.dev>2023-08-25 21:33:42 -0500
commit8ad14b138f5f8f5ad37592aba172594eb106ee76 (patch)
tree2ec494b62fba68b88840090b8fa5911638a0848c
parent47cf62376f28b83c3e3514d6e4e111a55bac4304 (diff)
downloadwhenwasit-8ad14b138f5f8f5ad37592aba172594eb106ee76.tar.gz
whenwasit-8ad14b138f5f8f5ad37592aba172594eb106ee76.zip
spellcheck
-rw-r--r--.gitignore1
-rw-r--r--.whenwasit14
-rw-r--r--readme.md2
3 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ea8c4bf..ccb5166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /target
+.vscode
\ No newline at end of file
diff --git a/.whenwasit b/.whenwasit
index b263d0f..1877fb3 100644
--- a/.whenwasit
+++ b/.whenwasit
@@ -1,14 +1,16 @@
-,1692916976,1693005489,1693005490
-Cargo.toml,1692916976,1693007199,1693007199
+,1692916976,1693017160,1693017161
+Cargo.toml,1692916976,1693007199,1693007319
 .whenwasit-ignore,1692930937,1692937439,1693004271
 Cargo.lock,1692916991,1692927476,1692931525
-readme.md,1692917240,1693004640,1693007278
-.whenwasit,1692931791,1693007319,1693007278
-.gitignore,1692916976,1692916976,1692919305
+readme.md,1692917240,1693017166,1693017167
+.whenwasit,1692931791,1693017222,1693007319
+.gitignore,1692916976,1693017172,1693017172
 .rustfmt.toml,1692917231,1692917231,1692919305
 pre-commit,1692931609,1692931684,1692931791
 .github,1693005489,1693005489,1693005673
 .github/workflows,1693005489,1693005489,1693005674
-.github/workflows/release.yml,1693005489,1693007250,1693007250
+.github/workflows/release.yml,1693005489,1693007250,1693007319
+.vscode,1693017160,1693017160,1693017160
+.vscode/settings.json,1693017160,1693017166,1693017166
 src,1692916976,1692916976,1692917221
 src/main.rs,1692916976,1693004226,1693004271
diff --git a/readme.md b/readme.md
index 8d2300b..4a857b1 100644
--- a/readme.md
+++ b/readme.md
@@ -16,7 +16,7 @@ For an example on how you might use whenwasit as a git hook, see
 [pre-commit](/pre-commit). It runs whenwasit before commit,
 makes the file [.whenwasit](/.whenwasit), and adds it to the commit.
 
-**CSV Output Defintion:**  
+**CSV Output Definition:**  
 data is output on `stdout` in a CSV format. because there are
 varying ways to make a CSV, it's described in detail below.