From 027cf10f27b023a53bfa9bde432363b22e7a5817 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Fri, 19 May 2017 20:11:27 +0100
Subject: [PATCH] Typo in a debug message

---
 capsule/capsule-dlmopen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c
index a32509fa7..7c355a8db 100644
--- a/capsule/capsule-dlmopen.c
+++ b/capsule/capsule-dlmopen.c
@@ -1258,7 +1258,7 @@ wrap (const char *name,
                "mmap/mprotect flags information load error (errno: %d): %s",
                mmap_errno, mmap_error );
         DEBUG( DEBUG_MPROTECT,
-               "relocation will be unable to handle relro linked libraries" );
+               "relocation will be unable to handle RELRO linked libraries" );
     }
 
     for( int i = 0; rdata.mmap_info[i].start != MAP_FAILED; i++ )
-- 
GitLab