1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-05 19:55:47 +03:00

Back out "Fix typos discovered by codespell"

Summary:
Original commit changeset: 337824bc37bc

Original Phabricator Diff: D47722462

Reviewed By: jbeshay, terrelln, lnicco

Differential Revision: D47801753

fbshipit-source-id: 795ffcccbc2223608e2a707ec2e5bcc7dd974eb3
This commit is contained in:
Konstantin Tsoy
2023-07-26 12:49:13 -07:00
committed by Facebook GitHub Bot
parent 04100bc8e0
commit 55f4585d07
6 changed files with 8 additions and 8 deletions

View File

@@ -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, build,
# Thus, explicitly copy sources from src_dir to build_dir, bulid,
# 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: