commit 33a01ee2f7faa9d04a2e4eb645f5b6fce6f92311 from: Stefan Sperling date: Wed Jan 22 14:04:41 2025 UTC fix a typo in CHANGES commit - bb1da78691b391196728f4f190a852a77f39983d commit + 33a01ee2f7faa9d04a2e4eb645f5b6fce6f92311 blob - 615bd940cdef81f3ef77f96c6f55d0e6da103184 blob + 4184fae7bcf46b1097f9415c991bdb587e8e33ff --- CHANGES +++ 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