From 1a992fe1981756493336044dc182c99bf73be7cc Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 25 Sep 2023 22:11:53 +0300 Subject: [PATCH] chore: correct typo in project description of CMakeLists.txt Log: --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fae9ed8..d3cb9c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) project(dde-application-manager VERSION 0.2.2 - DESCRIPTION "deepin applicaion manager" + DESCRIPTION "deepin application manager" HOMEPAGE_URL "https://github.com/linuxdeepin/dde-application-manager" LANGUAGES C CXX )