Fixed spelling errors detected by code-spell utility. (#895)

* Fixed spelling errors detected by code-spell utility.

* Fixed cppcheck preprocessorErrorDirective. Suppressed new cppcheck warnings until fixed.
This commit is contained in:
Steve Karg
2025-01-21 13:31:43 -06:00
committed by GitHub
parent ece31443b6
commit cfe257fe69
12 changed files with 36 additions and 31 deletions
+2 -2
View File
@@ -101,11 +101,11 @@ void wpm_write_access_data_link_array(
* parameter, and execution of the service shall continue until all of the
* specified properties have been written to or a property is encountered that
* for some reason cannot be modified as requested.
* Some implementors may wish to restrict write access to certain properties
* Some implementers may wish to restrict write access to certain properties
* of certain objects. In such cases, an attempt to modify a restricted property
* shall result in the return of an error of 'Error Class' PROPERTY and 'Error
* Code' WRITE_ACCESS_DENIED. Note that these restricted properties may be
* accessible through the use of Virtual Terminal services or other means at the
* discretion of the implementor.
* discretion of the implementer.
*/
#endif