commit 10550c8c2fc4b71cd83f28d131fe0d4317a80714 Author: Yawning Angel yawning@schwanenlied.me Date: Sun Dec 18 06:21:24 2016 +0000
Fix a spelling mistake. (No functional changes). --- src/cmd/sandboxed-tor-browser/internal/ui/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go b/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go index f9a0b1a..aa5a05a 100644 --- a/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go +++ b/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go @@ -310,7 +310,7 @@ type Config struct { // Sandbox is the sandbox configuration. Sandbox Sandbox `json:"sandbox,omitEmpty"`
- // FirstLuach is set for the first launch post install. + // FirstLaunch is set for the first launch post install. FirstLaunch bool `json:"firstLaunch"`
// LastVersion is the last `sandboxed-tor`browser` version that wrote
tor-commits@lists.torproject.org