Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-09-24 05:44:32 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-24 05:44:32 +0400
commitea123b170524c5d608e84c40e9d2c97364fa3b20 (patch)
tree96305505cc364d0b4d12690c251fd3bab0f5f4a8 /cmake
parent8233c0c82a86e946ff9b305878c419b4c9811b87 (diff)
Fix typo
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index dd2ee8787..ff2410347 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -455,7 +455,7 @@ Section -post
SetDetailsPrint textonly
- DetailPrint "Finsihed."
+ DetailPrint "Finished."
SectionEnd
##############################################################################