zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #05213
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 437: Fix typo in table-lookup comment.
------------------------------------------------------------
revno: 437
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Mon 2012-03-19 20:12:41 +0100
message:
Fix typo in table-lookup comment.
modified:
src/table-lookup.vala
--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/table-lookup.vala'
--- src/table-lookup.vala 2012-03-14 14:26:11 +0000
+++ src/table-lookup.vala 2012-03-19 19:12:41 +0000
@@ -91,7 +91,7 @@
/**
* Searches the table for the given ID, inserts a new one if not found.
*
- * @see id_for_string
+ * @see id_try_string
*
*/
public int id_for_string (string name)