From 1ff52027c7543cce0f93a78530273bd42b8e3270 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 13 Apr 2009 10:11:58 -0300 Subject: [PATCH] obexd: Fix typo. --- obexd/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/src/main.c b/obexd/src/main.c index 3d6292c7e..9fc50bd6e 100644 --- a/obexd/src/main.c +++ b/obexd/src/main.c @@ -161,7 +161,7 @@ static GOptionEntry options[] = { { "symlinks", 'l', 0, G_OPTION_ARG_NONE, &option_symlinks, "Enable symlinks on root folder" }, { "capability", 'c', 0, G_OPTION_ARG_STRING, &option_capability, - "Sepcify capability file", "FILE" }, + "Specify capability file", "FILE" }, { "tty", 't', 0, G_OPTION_ARG_STRING, &option_devnode, "Specify the TTY device", "DEVICE" }, { "auto-accept", 'a', 0, G_OPTION_ARG_NONE, &option_autoaccept, -- 2.47.3