1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

Fix typos discovered by codespell

Summary:
`codespell --ignore-words-list=arithmetics,atleast,crate,crated,deriver,ect,hel,onl,startin,whats --skip="*.lock"`
* https://pypi.org/project/codespell

X-link: https://github.com/facebookincubator/mvfst/pull/307

Reviewed By: hanidamlaj, lnicco

Differential Revision: D47809078

Pulled By: kvtsoy

fbshipit-source-id: 566557f2389746db541ff265a5dec8d6404b3701
This commit is contained in:
Christian Clauss
2023-07-26 17:10:41 -07:00
committed by Facebook GitHub Bot
parent 242ec89a5b
commit d3102141dc
6 changed files with 8 additions and 8 deletions

View File

@@ -626,7 +626,7 @@ class BuildCmd(ProjectCmdBase):
)
builder.build(install_dirs, reconfigure=reconfigure)
# If we are building the project (not depdendency) and a specific
# If we are building the project (not dependency) and a specific
# cmake_target (not 'install') has been requested, then we don't
# set the built_marker. This allows subsequent runs of getdeps.py
# for the project to run with different cmake_targets to trigger