WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit 72c22667b8 - Show all commits
+1 -1
View File
@@ -163,7 +163,7 @@ func getRegStringsInternal(subKey, name string) ([]string, error) {
return val, nil
}
// SetRegStrings sets a MULTI_SZ value in the in the local machine path
// SetRegStrings sets a MULTI_SZ value in the local machine path
// to the strings specified by values.
func SetRegStrings(name string, values []string) error {
return setRegStringsInternal(regBase, name, values)