diff options
| author | Stefan Kangas | 2022-12-26 10:43:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-31 12:43:32 +0100 |
| commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
| tree | 1068180db18bc10359ed9e18dd7616ce6072923e /src | |
| parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
| download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 77180262aca..8517e5cc3c9 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -3294,7 +3294,7 @@ | |||
| 3294 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 3294 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 3295 | 3295 | ||
| 3296 | * gnutls.c (syms_of_gnutls): All the bootprops are keywords. | 3296 | * gnutls.c (syms_of_gnutls): All the bootprops are keywords. |
| 3297 | (emacs_gnutls_write): Remove the debuggin fsync call. | 3297 | (emacs_gnutls_write): Remove the debugging fsync call. |
| 3298 | (emacs_gnutls_read): Return -1 if we got an error from | 3298 | (emacs_gnutls_read): Return -1 if we got an error from |
| 3299 | gnutls_read. This allows us to actually read lots of data from | 3299 | gnutls_read. This allows us to actually read lots of data from |
| 3300 | the GnuTLS stream. | 3300 | the GnuTLS stream. |