diff options
Diffstat (limited to 'unix/x0vncserver/TimeMillis.h')
-rw-r--r-- | unix/x0vncserver/TimeMillis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/x0vncserver/TimeMillis.h b/unix/x0vncserver/TimeMillis.h index e79db12c..115ce085 100644 --- a/unix/x0vncserver/TimeMillis.h +++ b/unix/x0vncserver/TimeMillis.h @@ -31,7 +31,7 @@ public: TimeMillis(); - // Set this object to current time, returns true on sucess. + // Set this object to current time, returns true on success. bool update(); // Return difference in milliseconds between two time points. |