emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 4b68a75 216/218: ; Spelling fix


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 4b68a75 216/218: ; Spelling fix
Date: Fri, 14 Dec 2018 03:35:46 -0500 (EST)

branch: feature/gnus-select
commit 4b68a755a4e6f215902cafb2f4e8761e2e4a8442
Author: Paul Eggert <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    ; Spelling fix
---
 src/marker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/marker.c b/src/marker.c
index 9933d95..eaae8ff 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -151,7 +151,7 @@ CHECK_MARKER (Lisp_Object x)
    worst case and it was rarely slower and never by much.
 
    The asymptotic behavior is still poor, tho, so in largish buffers with many
-   overlays (e.g. 300KB and 30K overlays), it can still be a bottlneck.  */
+   overlays (e.g. 300KB and 30K overlays), it can still be a bottleneck.  */
 #define BYTECHAR_DISTANCE_INITIAL 50
 #define BYTECHAR_DISTANCE_INCREMENT 50
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]