Fix typo in no-cef-sandbox

This commit is contained in:
Mathieu Comandon 2016-11-11 11:33:48 -08:00
parent ef8c0a6f6e
commit bd01e224b3

View file

@ -159,7 +159,7 @@ class winesteam(wine.wine):
args.append('-no-dwrite')
# Try to fix Steam's browser. Never worked but it's supposed to...
args.append('-no-cef-sandox')
args.append('-no-cef-sandbox')
return args