diff --git a/src/edge.c b/src/edge.c index 3aa969a..dde0f10 100644 --- a/src/edge.c +++ b/src/edge.c @@ -145,7 +145,7 @@ static void help (int level) { "\n" "\n -h shows a quick reference including all available options" "\n --help gives a detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); } else if(level == 2) /* quick reference */ { @@ -241,7 +241,7 @@ static void help (int level) { "\n -h shows this quick reference including all available options" "\n --help gives a detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); } else /* long help */ { @@ -352,7 +352,7 @@ static void help (int level) { printf ("\n" "\n -h shows a quick reference including all available options" "\n --help gives this detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); } diff --git a/src/supernode.c b/src/supernode.c index 89c1b23..b178d81 100644 --- a/src/supernode.c +++ b/src/supernode.c @@ -52,7 +52,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows a quick reference including all available options" "\n --help gives a detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); } else if(level == 2) /* quick reference */ { @@ -102,7 +102,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows this quick reference including all available options" "\n --help gives a detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); } else /* long help */ { @@ -153,7 +153,7 @@ static void help (int level) { "\n short help text is displayed" "\n\n -h shows a quick reference including all available options" "\n --help gives this detailed parameter description" - "\n man files for n2n, edge, and superndode contain in-depth information" + "\n man files for n2n, edge, and supernode contain in-depth information" "\n\n"); }