Revision: 23521 http://trac.macosforge.org/projects/launchd/changeset/23521 Author: zarzycki@apple.com Date: 2008-02-22 13:27:25 -0800 (Fri, 22 Feb 2008) Log Message: ----------- Typo. Modified Paths: -------------- trunk/launchd/src/libvproc_public.h Modified: trunk/launchd/src/libvproc_public.h =================================================================== --- trunk/launchd/src/libvproc_public.h 2008-02-22 21:22:29 UTC (rev 23520) +++ trunk/launchd/src/libvproc_public.h 2008-02-22 21:27:25 UTC (rev 23521) @@ -104,7 +104,7 @@ * @function vproc_standby_retain * * @abstract - * Call this API when registering notfications. For example: timers network + * Call this API when registering notifications. For example: timers network * state change, or when monitoring keyboard/mouse events. */ void vproc_standby_retain(void); @@ -113,7 +113,7 @@ * @function vproc_standby_release * * @abstract - * Call this API when deregistering notfications. + * Call this API when deregistering notifications. */ void vproc_standby_release(void);
participants (1)
-
source_changes@macosforge.org