Fix typos and wording in docs and comments

Closes #22191.
This commit is contained in:
PB
2022-03-11 19:58:03 +01:00
committed by Vadim Zeitlin
parent a845d247fb
commit dc770deab0
5 changed files with 7 additions and 8 deletions

View File

@@ -147,8 +147,7 @@ public:
NZST = GMT12, //!< Standard Time
NZDT = GMT13, //!< Daylight Saving Time
/// Universal Coordinated Time = the new and politically correct name
/// for GMT.
/// Universal Coordinated Time
UTC = GMT0
};