-fixes
[oweals/gnunet.git] / src / util / strings.c
index 59cdf525065f244aff4ec63063fac8bbb45d5c3c..581ac013df40803317eec80bb2c16dd13b3984dd 100644 (file)
@@ -390,7 +390,7 @@ GNUNET_STRINGS_fancy_time_to_absolute (const char *fancy_time,
  * @param input input string
  * @param len number of bytes in @a input
  * @param input_charset character set used for @a input
- * @param ouptut_charset desired character set for the return value
+ * @param output_charset desired character set for the return value
  * @return the converted string (0-terminated),
  *  if conversion fails, a copy of the orignal
  *  string is returned.
@@ -721,8 +721,8 @@ GNUNET_STRINGS_relative_time_to_string (struct GNUNET_TIME_Relative delta,
  * Note that the returned value will be overwritten if this function
  * is called again.
  *
- * @param t time to convert
- * @return absolute time in human-readable format
+ * @param t the absolute time to convert
+ * @return timestamp in human-readable form in local time
  */
 const char *
 GNUNET_STRINGS_absolute_time_to_string (struct GNUNET_TIME_Absolute t)