From ea6977f4a51612172ba51c3bd35aa150ad9ff158 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 6 Nov 2010 12:41:48 -0700 Subject: Xtransint.h: Add missing ' in comment Signed-off-by: Alan Coopersmith --- Xtransint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xtransint.h b/Xtransint.h index cd5b64f..dd1f683 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -300,7 +300,7 @@ typedef struct _Xtransport_table { #define TRANS_LOCAL (1<<1) /* local transport */ #define TRANS_DISABLED (1<<2) /* Don't open this one */ #define TRANS_NOLISTEN (1<<3) /* Don't listen on this one */ -#define TRANS_NOUNLINK (1<<4) /* Dont unlink transport endpoints */ +#define TRANS_NOUNLINK (1<<4) /* Don't unlink transport endpoints */ #define TRANS_ABSTRACT (1<<5) /* Use abstract sockets if available */ #define TRANS_NOXAUTH (1<<6) /* Don't verify authentication (because it's secure some other way at the OS layer) */ -- cgit v1.2.3