From 6a4102053804f9b2acc80fb6b885851649ff1830 Mon Sep 17 00:00:00 2001 From: nirgal Date: Sun, 18 Oct 2020 08:59:36 +0000 Subject: [PATCH] Spelling typo --- src/util/mdb-queries.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/mdb-queries.c b/src/util/mdb-queries.c index 2690c02..ab8d7bc 100644 --- a/src/util/mdb-queries.c +++ b/src/util/mdb-queries.c @@ -89,7 +89,7 @@ int main (int argc, char **argv) { fprintf (stderr, "Usage: %s [options] \n",argv[0]); fprintf (stderr, "where options are:\n"); fprintf (stderr, " -L\t\t\tList queries in the database (default if no query name is passed)\n"); - fprintf (stderr, " -1\t\t\tUse newline as the delimiter (used in conjuction with listing)\n"); + fprintf (stderr, " -1\t\t\tUse newline as the delimiter (used in conjunction with listing)\n"); fprintf (stderr, " -d \tSpecify delimiter to use\n"); exit (1); }