From 84be1b6eaa18a3b18e550ef50920d87117c2ae4a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 19 Aug 2012 14:53:18 +0100 Subject: Fixing "oppurtunistic" typo. --- otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otr.c') diff --git a/otr.c b/otr.c index 67e27474..1952eed4 100644 --- a/otr.c +++ b/otr.c @@ -236,7 +236,7 @@ gboolean otr_irc_new(irc_t *irc) s = set_add( &irc->b->set, "otr_color_encrypted", "true", set_eval_bool, irc ); - s = set_add( &irc->b->set, "otr_policy", "oppurtunistic", set_eval_list, irc ); + s = set_add( &irc->b->set, "otr_policy", "opportunistic", set_eval_list, irc ); l = g_slist_prepend( NULL, "never" ); l = g_slist_prepend( l, "opportunistic" ); l = g_slist_prepend( l, "manual" ); -- cgit v1.2.3