spellingGG
authorNathan S. Evans <evans@in.tum.de>
Sat, 5 Feb 2011 12:26:20 +0000 (12:26 +0000)
committerNathan S. Evans <evans@in.tum.de>
Sat, 5 Feb 2011 12:26:20 +0000 (12:26 +0000)
src/util/time.c

index e1440f26056eb2fb171dc653127b0821dbece210..b79946269aba8a46fbc60d65eb169bd14a2ea454 100644 (file)
@@ -208,7 +208,7 @@ GNUNET_TIME_absolute_get_remaining (struct GNUNET_TIME_Absolute future)
 /**
  * Compute the time difference between the given start and end times.
  * Use this function instead of actual subtraction to ensure that
- * "FOREVER" and overflows are handeled correctly.
+ * "FOREVER" and overflows are handled correctly.
  *
  * @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start
  */