Modify ↓
Opened at 2012-08-06T21:29:34Z
Closed at 2012-08-19T13:53:40Z
#987 closed defect (fixed)
Opportunistic is misspelled "oppurtunistic" in the otr_policy default text
| Reported by: | 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
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Well spotted. Fixed.