aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Romeril <j.romeril@gmail.com>2022-09-22 18:31:11 +1000
committerGitHub <noreply@github.com>2022-09-22 10:31:11 +0200
commit08cffa1efade914020497a73907763e8d3707a77 (patch)
treed42c91c8e71437881726b1a850945f57f9c35b05
parentf9b2cce5c9e6510fefb21ce54c07b59e83b6da8f (diff)
downloadgo-git-08cffa1efade914020497a73907763e8d3707a77.tar.gz
*: fix typographical error
-rw-r--r--options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.go b/options.go
index 6480035..7e5c1b4 100644
--- a/options.go
+++ b/options.go
@@ -402,7 +402,7 @@ type LogOptions struct {
// Show only those commits in which the specified file was inserted/updated.
// It is equivalent to running `git log -- <file-name>`.
- // this field is kept for compatility, it can be replaced with PathFilter
+ // this field is kept for compatibility, it can be replaced with PathFilter
FileName *string
// Filter commits based on the path of files that are updated