← Back to team overview

hipl-core team mailing list archive

[Branch ~hipl-core/hipl/trunk] Rev 4902: Typo fix.

 

------------------------------------------------------------
revno: 4902
committer: Andrius.Bentkus@xxxxxxxxxxxxxx
branch nick: version
timestamp: Thu 2010-08-19 20:18:57 +0200
message:
  Typo fix.
modified:
  lib/core/util.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'lib/core/util.h'
--- lib/core/util.h	2010-08-19 16:26:27 +0000
+++ lib/core/util.h	2010-08-19 18:18:57 +0000
@@ -16,7 +16,7 @@
  */
 static inline void hip_print_version(const char *name)
 {
-    printf("%s %s (Bazaar branch-nick: '%s', revision: %s, build at: '%s')\n",
+    printf("%s %s (Bazaar branch-nick: '%s', revision: %s, commit date: '%s')\n",
            name, VERSION, BZR_BRANCH, BZR_REVISION, BZR_DATE);
     printf("build configuration: %s\n", HIPL_CONFIGURATION);
 }