From Alexander Wiebel, "I did some spell checking in my spare time. Here come 20 files."
This commit is contained in:
@@ -49,7 +49,7 @@ class OSG_EXPORT Timer {
|
||||
/** Get elapsed time in milliseconds.*/
|
||||
inline double time_m() const { return delta_m(_startTick, tick()); }
|
||||
|
||||
/** Get elapsed time in micoseconds.*/
|
||||
/** Get elapsed time in microseconds.*/
|
||||
inline double time_u() const { return delta_u(_startTick, tick()); }
|
||||
|
||||
/** Get elapsed time in nanoseconds.*/
|
||||
|
||||
Reference in New Issue
Block a user