diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c
index a32509fa7080775b110f865acd46e1536c678c09..7c355a8db14c77e1de59bc698397b6243809a830 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++ )