spelling: registry

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:47:44 -04:00
committed by Jindra Petřík
parent 64dc1d79ef
commit f0422a6204

View File

@@ -853,7 +853,7 @@ public abstract class Advapi32Util {
* Get a table of registry values.
*
* @param root Registry root.
* @param keyPath Regitry key path.
* @param keyPath Registry key path.
* @return Table of values.
*/
public static TreeMap<String, Object> registryGetValues(HKEY root, String keyPath) {