From b1db098690e3564b7f01d3abb38d091d99ef9b49 Mon Sep 17 00:00:00 2001 From: Max Rottenkolber Date: Thu, 8 Dec 2016 23:49:46 +0100 Subject: [PATCH] Fix typo in docstring of TIMEOUT. --- conditions.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conditions.lisp b/conditions.lisp index 2579b30..c97f560 100644 --- a/conditions.lisp +++ b/conditions.lisp @@ -7,5 +7,5 @@ "*Description:* Describes an error condition that can occur when using functions with - a timeout. It denotes a that the operations was unable to + a timeout. It denotes a that the operation was unable to successfully complete within a given duration."))