aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-29 18:46:14 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-29 18:46:14 +0200
commit2fff3ed7bceb33212b39f6c421f46b6d8155b6d0 (patch)
treed459325f9d2da031cadd50d79bf4309847103c3f
parente2f75a1e547e43f26ba6b32adfa59b2534743288 (diff)
<Zaba> Dieterbe, should be "its socket file" <Dieterbe> crap
-rw-r--r--uzblctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzblctrl.c b/uzblctrl.c
index 7c369aa..f0fe732 100644
--- a/uzblctrl.c
+++ b/uzblctrl.c
@@ -31,7 +31,7 @@ static GOptionEntry entries[] =
int
main(int argc, char* argv[]) {
GError *error = NULL;
- GOptionContext* context = g_option_context_new ("- utility for controlling and interacting with uzbl through it's socket file"); //TODO: get stuff back from uzbl
+ GOptionContext* context = g_option_context_new ("- utility for controlling and interacting with uzbl through its socket file"); //TODO: get stuff back from uzbl
g_option_context_add_main_entries (context, entries, NULL);
g_option_context_add_group (context, gtk_get_option_group (TRUE));
g_option_context_parse (context, &argc, &argv, &error);