Skip to content

Commit 6dffe62

Browse files
authored
Fix typos (#68659)
Fix usage of `cound`. ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
1 parent 2be5a0d commit 6dffe62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/issues/escalating_issues_alg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def generate_issue_forecast(
5555
is relative to the data. The CV is then placed into an exponential equation that outputs
5656
a multiplier inversely related to how high the cv is. The multiplier is bounded between 2 and 5. The
5757
ceilings for the next week are all the same - which is the maximum number of events in an hour over the
58-
past week multiplied by this multiplier. This calculation is to accound for bursty issues or those that
58+
past week multiplied by this multiplier. This calculation is to account for bursty issues or those that
5959
have a very high variance.
6060
The final spike limit for each hour is set to the max of the bursty limit bound or the calculated limit.
6161
:param data: Dict of Snuba query results - hourly data over past 7 days

static/app/utils/replays/hooks/useLogReplayDataLoaded.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function useLogReplayDataLoaded({fetchError, fetching, projectSlug, replay}: Pro
2929

3030
// BUG(replay): This will often report the discrepancy between errors
3131
// accociated with the replay, and errors the replay knows about.
32-
// ie: When an error is filtered server-side, it would cound as a replay with 1
32+
// ie: When an error is filtered server-side, it would count as a replay with 1
3333
// backend error.
3434
const feErrorIds = replayRecord.error_ids || [];
3535
const beErrorCount = allErrors.filter(

0 commit comments

Comments
 (0)