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:
committed by
Facebook GitHub Bot
parent
242ec89a5b
commit
d3102141dc
@@ -346,7 +346,7 @@ class AutoconfBuilder(BuilderBase):
|
||||
|
||||
class Iproute2Builder(BuilderBase):
|
||||
# ./configure --prefix does not work for iproute2.
|
||||
# Thus, explicitly copy sources from src_dir to build_dir, bulid,
|
||||
# Thus, explicitly copy sources from src_dir to build_dir, build,
|
||||
# and then install to inst_dir using DESTDIR
|
||||
# lastly, also copy include from build_dir to inst_dir
|
||||
def __init__(self, build_opts, ctx, manifest, src_dir, build_dir, inst_dir) -> None:
|
||||
|
Reference in New Issue
Block a user