commit 99496ed70e2b891ede1b3c561c1d9a16335e74f3 Author: Yawning Angel yawning@schwanenlied.me Date: Sun Dec 18 06:27:32 2016 +0000
Fixed another comment. (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 aa5a05a..ff5ef9e 100644 --- a/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go +++ b/src/cmd/sandboxed-tor-browser/internal/ui/config/config.go @@ -313,7 +313,7 @@ type Config struct { // FirstLaunch is set for the first launch post install. FirstLaunch bool `json:"firstLaunch"`
- // LastVersion is the last `sandboxed-tor`browser` version that wrote + // LastVersion is the last `sandboxed-tor-browser` version that wrote // the config file. LastVersion string `json:"lastVersion"`
tor-commits@lists.torproject.org