OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.9k stars 926 forks source link

Typos #2507

Closed mtx500 closed 5 months ago

mtx500 commented 5 months ago

Proposed changes

Fixed a lot of typos in comments, strings and local variable names. No change to misspelled function names and file names.

Related Issues

None.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply. You can also fill these out after creating the PR.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

This is my first pull request. If I did something not the right way, please teach me.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (deb3391) 52.98% compared to head (1d241ee) 53.84%. Report is 9 commits behind head on master.

Files Patch % Lines
Libraries/Opc.Ua.Client/Session.cs 69.23% 4 Missing and 4 partials :warning:
...pc.Ua.Gds.Server.Common/ApplicationsNodeManager.cs 57.14% 4 Missing and 2 partials :warning:
....Ua.Server/Aggregates/StdDevAggregateCalculator.cs 0.00% 5 Missing :warning:
...urity.Certificates/X509Certificate/X509PfxUtils.cs 0.00% 2 Missing :warning:
Stack/Opc.Ua.Core/Stack/State/BaseVariableState.cs 80.00% 0 Missing and 2 partials :warning:
Libraries/Opc.Ua.Client/Subscription.cs 66.66% 1 Missing :warning:
...k/Opc.Ua.Core/Stack/State/BaseVariableTypeState.cs 80.00% 0 Missing and 1 partial :warning:
...tack/Opc.Ua.Core/Stack/Types/SoftwareCertficate.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2507 +/- ## ========================================== + Coverage 52.98% 53.84% +0.86% ========================================== Files 319 334 +15 Lines 62985 64452 +1467 Branches 12927 13232 +305 ========================================== + Hits 33375 34707 +1332 - Misses 25920 25989 +69 - Partials 3690 3756 +66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.