summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/graph/graph.go
diff options
context:
space:
mode:
authorpikomonde <32364823+pikomonde@users.noreply.github.com>2024-03-20 03:05:19 +0700
committerStefan Haller <stefan@haller-berlin.de>2024-04-12 08:31:40 +0200
commit7f6eea2a55ee6e17660c893a9322d743c5016caf (patch)
tree31a410dd5035bf43d43c886dc46d493a98db4791 /pkg/gui/presentation/graph/graph.go
parent06624e85d6b0b05d6c18b05292b3e15295d47a2c (diff)
standardize 'Commit Sha' to 'Commit Hash'
Diffstat (limited to 'pkg/gui/presentation/graph/graph.go')
-rw-r--r--pkg/gui/presentation/graph/graph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/presentation/graph/graph.go b/pkg/gui/presentation/graph/graph.go
index f6ecf6f0c..51a55acea 100644
--- a/pkg/gui/presentation/graph/graph.go
+++ b/pkg/gui/presentation/graph/graph.go
@@ -385,7 +385,7 @@ func renderPipeSet(
}
func equalHashes(a, b string) bool {
- // if our selectedCommitSha is an empty string we treat that as meaning there is no selected commit sha
+ // if our selectedCommitSha is an empty string we treat that as meaning there is no selected commit hash
if a == "" || b == "" {
return false
}