Fixed spelling error Calander -> Calendar

This commit is contained in:
Don BURNS
2002-05-22 19:58:43 +00:00
parent 29258d6a0b
commit 5ce4a54c0d
2 changed files with 4 additions and 4 deletions

View File

@@ -38,8 +38,8 @@ class SG_EXPORT FrameStamp : public Referenced
void setReferenceTime(double refTime) { _referenceTime = refTime; }
double getReferenceTime() const { return _referenceTime; }
void setCalanderTime(const tm& calanderTime);
void getCalanderTime(tm& calanderTime) const;
void setCalendarTime(const tm& calendarTime);
void getCalendarTime(tm& calendarTime) const;
protected: