Skip to content

Commit 13ae3a6

Browse files
committed
Fix typo
1 parent 3f0f05f commit 13ae3a6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# For more information, please see: http://software.sci.utah.edu
2-
#
2+
#
33
# The MIT License
4-
#
4+
#
55
# Copyright (c) 2015 Scientific Computing and Imaging Institute,
66
# University of Utah.
7-
#
8-
#
7+
#
8+
#
99
# Permission is hereby granted, free of charge, to any person obtaining a
1010
# copy of this software and associated documentation files (the "Software"),
1111
# to deal in the Software without restriction, including without limitation
1212
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1313
# and/or sell copies of the Software, and to permit persons to whom the
1414
# Software is furnished to do so, subject to the following conditions:
15-
#
15+
#
1616
# The above copyright notice and this permission notice shall be included
17-
# in all copies or substantial portions of the Software.
18-
#
17+
# in all copies or substantial portions of the Software.
18+
#
1919
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2020
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2121
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -33,16 +33,15 @@ ExternalProject_Add(SCI_data_external
3333
SVN_REPOSITORY "${data_SVN_URL}"
3434
SVN_TRUST_CERT 1
3535
SVN_USERNAME "anonymous"
36-
SVN_PASSWIRD ""
36+
SVN_PASSWORD ""
3737
DOWNLOAD_DIR "${sci_data_DIR}"
3838
PATCH_COMMAND ""
3939
INSTALL_DIR ""
40-
INSTALL_COMMAND ""
40+
INSTALL_COMMAND ""
4141
CONFIGURE_COMMAND ""
4242
CMAKE_COMMAND ""
4343
BUILD_COMMAND ""
4444
)
4545

4646
ExternalProject_Get_Property(SCI_data_external BINARY_DIR)
4747
SET(SCI_DATA_DIR ${sci_data_DIR} CACHE PATH "")
48-

0 commit comments

Comments
 (0)