From df743de3c09a9f02c95bd3ff50e19a401b957efe Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Mon, 18 Feb 2008 01:28:03 +0100
Subject: [PATCH] string.c: Fix a typo.

---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index eb8b12ec..bd53e8d2 100644
--- a/string.c
+++ b/string.c
@@ -91,7 +91,7 @@ __must_check __malloc void *para_calloc(size_t size)
 }
 
 /**
- * Pparaslash's version of strdup().
+ * Paraslash's version of strdup().
  *
  * \param s The string to be duplicated.
  *
-- 
2.39.5