1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Merge pull request #968 from wuxiangzhou2010/master

fix typo
This commit is contained in:
DarienRaymond 2018-03-19 21:44:25 +07:00 committed by GitHub
commit bf5e93efd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Package proxyman defines applications for manageing inbound and outbound proxies.
// Package proxyman defines applications for managing inbound and outbound proxies.
package proxyman
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg proxyman -path App,Proxyman

0
release/config/systemv/v2ray Normal file → Executable file
View File

View File

@ -149,7 +149,7 @@ extract(){
mkdir -p /tmp/v2ray
unzip $1 -d "/tmp/v2ray/"
if [[ $? -ne 0 ]]; then
colorEcho ${RED} "Extracting V2Ray faile!"
colorEcho ${RED} "Extracting V2Ray failed!"
exit
fi
return 0

View File

@ -27,7 +27,7 @@ pushd $GOPATH/src/v2ray.com/core
echo "Adding a new tag: " "v$VER"
git tag -s -a "v$VER" -m "Version ${VER}"
sed -i '' "s/\(version *= *\"\).*\(\"\)/\1$VERN\2/g" core.go
echo "Commiting core.go (may not necessary)"
echo "Committing core.go (may not necessary)"
git commit core.go -S -m "Update version"
echo "Pushing changes"
git push --follow-tags

0
v2ray.go Normal file → Executable file
View File