From 9354a334fda9abb9e8a1a00bc8642dbb7c217af1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Apr 2026 12:55:01 +0530 Subject: [PATCH] More spelling errors --- docs/dnd-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dnd-protocol.rst b/docs/dnd-protocol.rst index 6d44c8d63..5e1f948e9 100644 --- a/docs/dnd-protocol.rst +++ b/docs/dnd-protocol.rst @@ -230,7 +230,7 @@ directory handle is now invalid and terminals must return ``EINVAL`` if the client sends a request using an invalid directory handle. It is recommended that clients traverse directories breadth first to minimise resource usage in the terminal. Terminals may deny directory traversal requests if too many -resources are used, in order to prevent denial or service attacks. In such +resources are used, in order to prevent Denial of service attacks. In such cases the terminal must respond with ``ENOMEM``.