diff --git a/memleax.1 b/memleax.1 index 4a72d3e..e7d47d9 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 ebb2d41..97b646e 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"