From a7258efa96a193bbea6c25e17fe7c7d5a2c68a3b Mon Sep 17 00:00:00 2001
From: Julien Nabet <serval2412@yahoo.fr>
Date: Wed, 17 Feb 2016 21:17:43 +0100
Subject: Typo: namesapce(s)->namespace(s)

Change-Id: Ic7c14c2e39a5ade1f5622a8350f9197d84cf9cc8
---
 include/rtl/uuid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/rtl/uuid.h b/include/rtl/uuid.h
index 785377a129fa..b31e2760e649 100644
--- a/include/rtl/uuid.h
+++ b/include/rtl/uuid.h
@@ -127,7 +127,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_createNamedUuid(
     Predefined Namespaces
     (Use them the following way : sal_uInt8 aNsDNS[16])  = RTL_UUID_NAMESPACE_DNS;
  */
-/** namesapce DNS
+/** namespace DNS
 
     <p>
     (Use them the following way : sal_uInt8 aNsDNS[16])  = RTL_UUID_NAMESPACE_DNS;
-- 
cgit