Fixed typo
This commit is contained in:
parent
48492b87ef
commit
08fa10fb06
2
fetch
2
fetch
|
@ -599,7 +599,7 @@ getvisualstyle () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows"*)
|
"Windows"*)
|
||||||
visualstyle="$(grep -F 'CurrentTheme' /proc/registry/HKEY_CURRENT_USER/oftware/Microsoft/Windows/CurrentVersion/Themes)"
|
visualstyle="$(grep -F 'CurrentTheme' /proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Themes)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Reference in New Issue