[Pkg-privacy-commits] [libotr] 196/225: Fix: typo in README and context.c comment

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository libotr.

commit ba4cb1c1063fb5c7c7ef74f40e9a089d39815ac6
Author: marshal <info at startplaza.nu>
Date:   Thu May 22 16:28:53 2014 +0200

    Fix: typo in README and context.c comment
    
    Fixes #30
    
    Signed-off-by: marshal <info at startplaza.nu>
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
    Signed-off-by: Ian Goldberg <iang at cs.uwaterloo.ca>
---
 README        | 2 +-
 src/context.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 9a71956..52d7a5b 100644
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ You will also need an OtrlUserState.  An OtrlUserState encapsulates the
 list of known fingerprints and the list of private keys, so it should be
 "one per user".  Many OTR-enabled programs (such as IM clients) only have a 
 single user, so for them, you can just create a single one, and use it
-thoughout.  Create an OtrlUserState as follows:
+throughout.  Create an OtrlUserState as follows:
 
     userstate = otrl_userstate_create();
 
diff --git a/src/context.c b/src/context.c
index 1ba236e..f5e916c 100644
--- a/src/context.c
+++ b/src/context.c
@@ -248,7 +248,7 @@ ConnContext * otrl_context_find_recent_secure_instance(ConnContext * context)
  * add_app_data(data, context) so that app_data and app_data_free can be
  * filled in by the application, and set *addedp to 1.
  * In the 'their_instance' field note that you can also specify a 'meta-
- * instance' value such as OTRL_INSTAG_MASTER, OTRL_INSTAL_RECENT,
+ * instance' value such as OTRL_INSTAG_MASTER, OTRL_INSTAG_RECENT,
  * OTRL_INSTAG_RECENT_RECEIVED and OTRL_INSTAG_RECENT_SENT. */
 ConnContext * otrl_context_find(OtrlUserState us, const char *user,
 	const char *accountname, const char *protocol,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list