From: Nathan S. Evans Date: Sat, 5 Feb 2011 12:26:20 +0000 (+0000) Subject: spellingGG X-Git-Tag: initial-import-from-subversion-38251~19176 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33708c5806104af030bafc077610384f278aaf37;hp=266ec21f9bc6122dd756978d6590a213704271ea;p=oweals%2Fgnunet.git spellingGG --- diff --git a/src/util/time.c b/src/util/time.c index e1440f260..b79946269 100644 --- a/src/util/time.c +++ b/src/util/time.c @@ -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 */