Skip to content

Commit 57fa677

Browse files
author
Vaibhav Srivastava
committed
docs: fix typo unneccessary -> unnecessary
Signed-off-by: Vaibhav Srivastava <vaibhavsri1712@gmail.com>
1 parent c10a5c9 commit 57fa677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcsx2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ function(setup_main_executable target)
12741274
if("${file}" MATCHES "^\\.") # Don't copy macOS garbage (mainly Finder's .DS_Store files) into application
12751275
continue()
12761276
endif()
1277-
if (NOT WIN32 AND "${path}" MATCHES "/dx11/") # Don't include unneccessary stuff
1277+
if (NOT WIN32 AND "${path}" MATCHES "/dx11/") # Don't include unnecessary stuff
12781278
continue()
12791279
endif()
12801280
if (NOT BUNDLE_EMOJI_FONT AND "${path}" MATCHES "fonts/Twemoji")

0 commit comments

Comments
 (0)