From 62b3c12d0f418b3fe757b9795bb35a4fdefc3d5b Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Tue, 10 May 2016 15:53:10 -0700 Subject: [PATCH] fix comment --- libraries/networking/src/AddressManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/networking/src/AddressManager.h b/libraries/networking/src/AddressManager.h index d746442376..c0ba69018c 100644 --- a/libraries/networking/src/AddressManager.h +++ b/libraries/networking/src/AddressManager.h @@ -67,8 +67,8 @@ public: const QStack& getBackStack() const { return _backStack; } const QStack& getForwardStack() const { return _forwardStack; } - /// determines if the local sandbox is likely running. It does not account for custom setups but is only - /// intended to detect the standard sandbox install. + /// determines if the local sandbox is likely running. It does not account for custom setups, and is only + /// intended to detect the standard local sandbox install. void ifLocalSandboxRunningElse(std::function localSandboxRunningDoThis, std::function localSandboxNotRunningDoThat);