From 09fbb1806ba1dfdc9cd6cc6e1051cd39039fd4f0 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 15 Feb 2017 20:50:23 +0100 Subject: [PATCH] fix typo --- memleax.1 | 2 +- memleax.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memleax.1 b/memleax.1 index 4365d7c..5f9dcbf 100644 --- a/memleax.1 +++ b/memleax.1 @@ -51,7 +51,7 @@ to get report in time. .TP .BI -d " debug-info-file" -Specifies separate debug infomation file. +Specifies separate debug information file. .TP .BI -l " backtrace-limit" diff --git a/memleax.c b/memleax.c index ead9d22..a712887 100644 --- a/memleax.c +++ b/memleax.c @@ -58,7 +58,7 @@ int main(int argc, char * const *argv) " Default is 10. An allocated memory block is reported as\n" " memory leak if it lives longer than this.\n" " -d \n" - " Specifies separate debug infomation file.\n" + " Specifies separate debug information file.\n" " -l \n" " Specifies the limit of backtrace levels. Less level,\n" " better performance. Default is 50, which is also the max.\n"