aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otr.c b/otr.c
index 67e27474..4417888a 100644
--- a/otr.c
+++ b/otr.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/*
@@ -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" );