From 1bcff6503f2c3c668212c050c87366e99e8d2111 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 30 Apr 2022 19:40:07 +0200 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d57acee8d..a31d2bbba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ endif() find_package(Quotient 0.6) set_package_properties(Quotient PROPERTIES TYPE REQUIRED - DESCRIPTION "Qt wrapper arround Matrix API" + DESCRIPTION "Qt wrapper around Matrix API" URL "https://github.com/quotient-im/libQuotient/" PURPOSE "Talk with matrix server" )