From 27d18ca830370ecfb78ef37663e0cc0d49b8ea8d Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Wed, 22 Jan 2025 14:04:41 +0000 Subject: [PATCH] fix a typo in CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 615bd940..4184fae7 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,7 @@ - tog: fix a deadlock (hang) in the log view implementation - tog: plug a memory leak - tog: do not exit if a tag pointing at a non-commit is selected in ref view -- tog: do nog mark an incorrect base commit in nested log views +- tog: do not mark an incorrect base commit in nested log views - tog: fix NULL deref when scrolling small tree views down - tog: avoid showing a negative log view entry index - tog: do not apply a pointless count modifier to the H, &, p keymaps -- 2.11.4.GIT