commit c8752bf165a2f631f39c58cdf75f76c90bccd54b Author: Alex Catarineu acat@torproject.org Date: Thu Aug 27 12:39:45 2020 +0200
fixup! Bug 28005: Implement .onion alias urlbar rewrites --- xpcom/reflect/xptinfo/xptinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xpcom/reflect/xptinfo/xptinfo.h b/xpcom/reflect/xptinfo/xptinfo.h index a9a05a580432..e8a9d9d9c592 100644 --- a/xpcom/reflect/xptinfo/xptinfo.h +++ b/xpcom/reflect/xptinfo/xptinfo.h @@ -513,7 +513,7 @@ static_assert(sizeof(nsXPTMethodInfo) == 8, "wrong size"); #if defined(MOZ_THUNDERBIRD) || defined(MOZ_SUITE) # define PARAM_BUFFER_COUNT 18 #else -// Thex max is currently updateForLocationChange in nsIBrowser.idl +// The max is currently updateForLocationChange in nsIBrowser.idl # define PARAM_BUFFER_COUNT 15 #endif
tbb-commits@lists.torproject.org