treewide: Capitalize submenus

Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2019-07-23 10:35:03 -03:00
committed by Yousong Zhou
parent 36649eef43
commit 2593eabd6b
23 changed files with 28 additions and 28 deletions

View File

@@ -42,7 +42,7 @@ PKG_CONFIG_DEPENDS := \
include $(INCLUDE_DIR)/package.mk
define Package/sqlite3/Default
SUBMENU:=database
SUBMENU:=Database
TITLE:=SQLite (v3.x) database engine
URL:=http://www.sqlite.org/
MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>