From 22cd9340f47b7996cc6b24127c4b19cb7307e446 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Sun, 30 Nov 2014 20:08:21 -0600
Subject: [PATCH] Fixed typo in docstring.

---
 uiop/pathname.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uiop/pathname.lisp b/uiop/pathname.lisp
index 555b542d..fac687d0 100644
--- a/uiop/pathname.lisp
+++ b/uiop/pathname.lisp
@@ -424,8 +424,8 @@ The last #\\/-separated substring is interpreted as follows:
  are separated by SPLIT-NAME-TYPE.
 3- If TYPE is a string, it is the given TYPE, and the whole string is the NAME.
 
-Directory components with an empty name the name . are removed.
-Any directory named .. is read as DOT-DOT,
+Directory components with an empty name or the name \".\" are removed.
+Any directory named \"..\" is read as DOT-DOT,
 which must be one of :BACK or :UP and defaults to :BACK.
 
 HOST, DEVICE and VERSION components are taken from DEFAULTS,
-- 
GitLab