termux-tools: fix typo in termux.1 manpage

https://github.com/termux/termux-app/issues/1829
This commit is contained in:
Leonid Pliushch 2020-11-24 02:14:12 +02:00
parent e7da283a89
commit 21aab222d6
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://termux.com/ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.97 TERMUX_PKG_VERSION=0.98
TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true TERMUX_PKG_ESSENTIAL=true

View File

@ -474,7 +474,7 @@ learn about the major differences.
Consider to rebuild your software in Termux environment by using clang. Consider to rebuild your software in Termux environment by using clang.
`Only one user` `Only one user`
: Termux environment is sinle-user only. There any kind of privilege : Termux environment is single-user only. There any kind of privilege
separation and you cannot change the given user id or name. separation and you cannot change the given user id or name.
Be extremely careful when executing third-party scripts as they are Be extremely careful when executing third-party scripts as they are