/soc/2012/michael/android: 86ed82f430ad: Patch by Robbie to fix ...
Michael Zangl
michael at soc.pidgin.im
Sat Jul 7 03:34:13 EDT 2012
Changeset: 86ed82f430ad1c3219ff527157cb4a4b8c95bb0d
Author: Michael Zangl <michael at soc.pidgin.im>
Date: 2012-06-17 12:25 +0200
Branch: soc.2012.android
URL: http://hg.pidgin.im/soc/2012/michael/android/rev/86ed82f430ad
Description:
Patch by Robbie to fix Typos.
diffstat:
libpurple/dnssrv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff --git a/libpurple/dnssrv.c b/libpurple/dnssrv.c
--- a/libpurple/dnssrv.c
+++ b/libpurple/dnssrv.c
@@ -726,7 +726,7 @@
return NULL;
}
#else /* ANDROID */
-/* Andoid only supports ui ops, because it's libc does not include res_*. */
+/* Android only supports ui ops because its libc does not include res_*. */
#endif
PurpleSrvTxtQueryData *
@@ -864,7 +864,7 @@
return query_data;
#else /* ANDROID */
- /* Android needs UI ops */
+ /* Android needs UI ops. */
query_data->error_message = "UI ops not implemented.";
return query_data;
#endif
@@ -999,7 +999,7 @@
return query_data;
#else /* ANDROID */
- /* Andoid need sto implement UI ops */
+ /* Android needs to implement UI ops. */
query_data->error_message = "UI ops not implemented.";
return query_data;
#endif
More information about the Commits
mailing list