Modify

#987 closed defect (fixed)

Opportunistic is misspelled "oppurtunistic" in the otr_policy default text

Reported by: kate@… Owned by:
Priority: minor Milestone:
Component: BitlBee Version: 3.0.5
Keywords: Cc:
IRC client+version: Client-independent Operating System: Public server
OS version/distro:

Description

--- otr.c.old	2012-08-06 14:25:19.772481903 -0700
+++ otr.c	2012-08-06 14:26:35.868485057 -0700
@@ -236,7 +236,7 @@
 	
 	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" );

Attachments (0)

Change History (1)

comment:1 Changed at 2012-08-19T13:53:40Z by wilmer

Resolution: fixed
Status: newclosed

Well spotted. Fixed.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.