Merge pull request #596 from hyperxpro/dev

Fix typo in word `should`.
This commit is contained in:
johnjiang 2021-05-25 19:15:42 +08:00 committed by GitHub
commit 9859cdd0e1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ifeq ($(FF_PATH),)
endif
ifneq ($(shell pkg-config --exists libdpdk && echo 0),0)
$(error "no installation of DPDK found, maybe you shuld export environment variable `PKG_CONFIG_PATH`")
$(error "No installation of DPDK found, maybe you should export environment variable `PKG_CONFIG_PATH`")
endif
PKGCONF ?= pkg-config