fix typo in docs

pull/238/head
Michael Zanetti 2020-01-28 10:33:32 +01:00
parent d579192b49
commit 114c381e4d
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ SystemHandler::SystemHandler(Platform *platform, QObject *parent):
registerMethod("EnableRepository", description, params, returns);
params.clear(); returns.clear();
description = "Get the system time and configuraton. The \"serverTime\" and \"serverTimezone\" properties "
description = "Get the system time and configuraton. The \"time\" and \"timeZone\" properties "
"give the current server time and time zone. \"automaticTimeAvailable\" indicates whether "
"this system supports automatically setting the clock (e.g. using NTP). \"automaticTime\" will "
"be true if the system is configured to automatically update the clock.";

View File

@ -1283,7 +1283,7 @@
}
},
"System.GetTime": {
"description": "Get the system time and configuraton. The \"serverTime\" and \"serverTimezone\" properties give the current server time and time zone. \"automaticTimeAvailable\" indicates whether this system supports automatically setting the clock (e.g. using NTP). \"automaticTime\" will be true if the system is configured to automatically update the clock.",
"description": "Get the system time and configuraton. The \"time\" and \"timeZone\" properties give the current server time and time zone. \"automaticTimeAvailable\" indicates whether this system supports automatically setting the clock (e.g. using NTP). \"automaticTime\" will be true if the system is configured to automatically update the clock.",
"params": {
},
"returns": {