commit 27d18ca830370ecfb78ef37663e0cc0d49b8ea8d from: Stefan Sperling via: Thomas Adam date: Fri Jan 24 22:02:34 2025 UTC fix a typo in CHANGES commit - 87175bacef8995e40139154c8a1bd739ff6cb3e7 commit + 27d18ca830370ecfb78ef37663e0cc0d49b8ea8d 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