diff --git a/src/nebula/oned.cc b/src/nebula/oned.cc index 705fe72591..be84b7d2ec 100644 --- a/src/nebula/oned.cc +++ b/src/nebula/oned.cc @@ -53,7 +53,7 @@ static void print_help() << " -v, --verbose\toutput version information and exit\n" << " -h, --help\tdisplay this help and exit\n" << " -f, --foreground\tforeground, do not fork the oned daemon\n" - << " -i, --init-db\tinitialize the dabase and exit\n"; + << " -i, --init-db\tinitialize the database and exit\n"; } /* ------------------------------------------------------------------------- */