graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.88k stars 1.26k forks source link

Spelling #2772

Closed jsoref closed 1 year ago

jsoref commented 1 year ago

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/graphite-web/commit/fe28bfaaa9dd81654036d1e1b4bcbcfc34283185#commitcomment-80372043

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/graphite-web/commit/c60c76b5f1deb836feefa6cb192ce4677fb62a1a

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

codecov-commenter commented 1 year ago

Codecov Report

Merging #2772 (1dbcb07) into master (b52987a) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2772   +/-   ##
=======================================
  Coverage   76.30%   76.30%           
=======================================
  Files          88       88           
  Lines        9622     9622           
  Branches     2154     2154           
=======================================
  Hits         7342     7342           
  Misses       2014     2014           
  Partials      266      266           
Impacted Files Coverage Δ
webapp/graphite/render/functions.py 95.11% <ø> (ø)
webapp/graphite/settings.py 75.48% <ø> (ø)
webapp/graphite/user_util.py 88.46% <ø> (ø)
webapp/graphite/logger.py 92.85% <100.00%> (ø)
webapp/graphite/tags/utils.py 90.12% <100.00%> (ø)
webapp/graphite/tags/redis.py 87.03% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

deniszh commented 1 year ago

Hi @jsoref Looks good, thanks a lot! You have a great project too!