diff options
| author | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-24 10:42:55 +0800 |
| commit | b1a47544b8f60c12541b8b5a0f4383639d348af3 (patch) | |
| tree | ea52bf2d354a9d04405ef1fadf1d45b82f5a90af /xmake/modules/package/manager/brew/find_package.lua | |
| parent | ae7d6509749944564b939bd36cf6ab895dcff0af (diff) | |
fix typo
Diffstat (limited to 'xmake/modules/package/manager/brew/find_package.lua')
| -rw-r--r-- | xmake/modules/package/manager/brew/find_package.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/package/manager/brew/find_package.lua b/xmake/modules/package/manager/brew/find_package.lua index b666144ca..5eb2beba3 100644 --- a/xmake/modules/package/manager/brew/find_package.lua +++ b/xmake/modules/package/manager/brew/find_package.lua @@ -26,7 +26,7 @@ import("package.manager.find_package") -- find package from the brew package manager -- -- @param name the package name, e.g. zlib, pcre/libpcre16 --- @param opt the options, .e.g {verbose = true, version = "1.12.x") +-- @param opt the options, e.g. {verbose = true, version = "1.12.x") -- function main(name, opt) @@ -36,7 +36,7 @@ function main(name, opt) return end - -- parse name, .e.g pcre/libpcre16 + -- parse name, e.g. pcre/libpcre16 local nameinfo = name:split('/') local pcname = nameinfo[2] or nameinfo[1] |
