Merge lp:~rainct/libzeitgeist/typos into lp:libzeitgeist

Proposed by Siegfried Gevatter
Status: Merged
Approved by: Mikkel Kamstrup Erlandsen
Approved revision: 214
Merged at revision: 214
Proposed branch: lp:~rainct/libzeitgeist/typos
Merge into: lp:libzeitgeist
Diff against target: 33 lines (+4/-4)
1 file modified
src/zeitgeist-log.c (+4/-4)
To merge this branch: bzr merge lp:~rainct/libzeitgeist/typos
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen Approve
Review via email: mp+90683@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Uhhhh... highly contentious patch! i'll only approve it because you're such a nice guy!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/zeitgeist-log.c'
2--- src/zeitgeist-log.c 2011-10-13 15:03:20 +0000
3+++ src/zeitgeist-log.c 2012-01-30 12:35:26 +0000
4@@ -334,7 +334,7 @@
5 * @user_data: Any user data to pass back to @callback
6 * @VarArgs: A list of #ZeitgeistEvent<!-- -->s terminated by a %NULL
7 *
8- * Asynchrnously send a set of events to the Zeitgeist daemon, requesting they
9+ * Asynchronously send a set of events to the Zeitgeist daemon, requesting they
10 * be inserted into the log.
11 */
12 void
13@@ -357,9 +357,9 @@
14 * @self: The log logging the events
15 * @VarArgs: A list of #ZeitgeistEvent<!-- -->s terminated by a %NULL
16 *
17- * Asynchrnously send a set of events to the Zeitgeist daemon, requesting they
18+ * Asynchronously send a set of events to the Zeitgeist daemon, requesting they
19 * be inserted into the log. This method is &quot;fire and forget&quot; and the
20- * caller will never know whether the events was succesfully inserted or not.
21+ * caller will never know whether the events was successfully inserted or not.
22 *
23 * This method is exactly equivalent to calling zeitgeist_log_insert_events()
24 * with %NULL set as @cancellable, @callback, and @user_data.
25@@ -392,7 +392,7 @@
26 * from C code it's generally more handy to use zeitgeist_log_insert_events()
27 * or zeitgeist_log_insert_events_from_ptrarray().
28 *
29- * Asynchrnously send a set of events to the Zeitgeist daemon, requesting they
30+ * Asynchronously send a set of events to the Zeitgeist daemon, requesting they
31 * be inserted into the log.
32 */
33 void

Subscribers

People subscribed via source and target branches