Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 24, 2016
1 parent d6aa16e commit ee050dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -224,7 +224,7 @@ main (int argc, char *argv[])

gtk_init (&argc, &argv);

/* Single instance checks, also note that we pass or only RPC (add-feed)
/* Single instance checks, also note that we pass our only RPC (add-feed)
as activate signal payload as it is simply an URI string. */
app = gtk_application_new ("net.sourceforge.liferea", G_APPLICATION_HANDLES_OPEN);
g_signal_connect (app, "activate", G_CALLBACK (on_app_activate), feedUri);
Expand Down

0 comments on commit ee050dc

Please sign in to comment.