Browse Source

CMake: Fix typo

Daniel Molkentin 10 years ago
parent
commit
af0d0bd2ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shell_integration/CMakeLists.txt

+ 1 - 1
shell_integration/CMakeLists.txt

@@ -12,6 +12,6 @@ if( UNIX AND NOT APPLE )
   if(KF5_FOUND)
     add_subdirectory(dolphin)
   else()
-    message("Dolhin plugin disabled: KDE Frameworks 5.16 not found")
+    message("Dolphin plugin disabled: KDE Frameworks 5.16 not found")
   endif()
 endif()