From 37e2c59072c1e3d90f07d2a118d845f794264587 Mon Sep 17 00:00:00 2001 From: Fatih Date: Thu, 2 May 2024 17:05:02 +0000 Subject: [PATCH] Bug 1894745 - Fixed typo, noticable -> noticeable. r=tjr DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D209270 --- toolkit/components/resistfingerprinting/nsRFPService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/resistfingerprinting/nsRFPService.cpp b/toolkit/components/resistfingerprinting/nsRFPService.cpp index f39deb3283f4..90f1a12dc30f 100644 --- a/toolkit/components/resistfingerprinting/nsRFPService.cpp +++ b/toolkit/components/resistfingerprinting/nsRFPService.cpp @@ -410,7 +410,7 @@ sec_per_extra_frame = 1 / (extra_frames_per_frame * 60) // 833.33 min_per_extra_frame = sec_per_extra_frame / 60 // 13.89 ``` We expect an extra frame every ~14 minutes, which is enough to be smooth. -16.67 would be ~1.4 minutes, which is OK, but is more noticable. +16.67 would be ~1.4 minutes, which is OK, but is more noticeable. Put another way, if this is the only unacceptable hitch you have across 14 minutes, I'm impressed, and we might revisit this. */