From da5d30c43b05b251998fa2c9354b40ca4e43a38d Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 11 Feb 2019 03:55:06 +0100 Subject: [PATCH] cmake: Fix OBS Studio typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbe4098..bdf0e6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ PROJECT( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_TWEAK} ) set(PROJECT_FULL_NAME "Stream Effects for OBS Studio") -set(PROJECT_DESCRIPTION "New Sources, Filters and Transitions for OB Studio") +set(PROJECT_DESCRIPTION "New Sources, Filters and Transitions for OBS Studio") set(PROJECT_AUTHORS "Michael Fabian 'Xaymar' Dirks ") set(PROJECT_COPYRIGHT_YEARS "2018")