Skip to content

Commit 49d07e8

Browse files
committed
typos and documentation for packaging
1 parent 2254221 commit 49d07e8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Instructions for building Gpufit are found in the documentation: [Building from
2727

2828
## Using the Gpufit binary distribution
2929

30-
Instructions for using the bindary distribution may be found in the documentation. The binary package contains:
30+
Instructions for using the binary distribution may be found in the documentation. The binary package contains:
3131

3232
- The Gpufit SDK, which consists of the 32-bit and 64-bit DLL files, and
3333
the Gpufit header file which contains the function definitions. The Gpufit
34-
SDK is intented to be used when calling Gpufit from an external application
34+
SDK is intended to be used when calling Gpufit from an external application
3535
written in e.g. C code.
3636
- Gpufit Performance test: A simple console application comparing the execution speed of curve fitting on the GPU and CPU. This program also serves as a test to ensure the correct functioning of Gpufit.
3737
- Matlab 32 bit and 64 bit bindings, with Matlab examples.

examples/Gpufit_Cpufit_Performance_Comparison_readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ EXAMPLE:
4242

4343
The results of the performance comparison between Gpufit and Cpufit are shown
4444
in a table. The results demonstrate the performance benefit of Gpufit compared
45-
to Cpufit executing the fitting process vor various number of fits in a range
45+
to Cpufit executing the fitting process for various number of fits in a range
4646
of 10 - 10000000. The execution speed is expressed in fits per second. If the
47-
execution time was not measureable, the speed is expressed as infinite.
47+
execution time was not measurable, the speed is expressed as infinite.
4848

4949
EXAMPLE:
5050

package/create_package.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ REM copy Java 32 bit
146146

147147
echo collect java32
148148
mkdir "%x32_JAVA_INSTALL%"
149-
xcopy "%x32_JAVA_BUILD%" "%x32_JAVA_INSTALL%" /q
149+
xcopy "%x32_JAVA_BUILD%" "%x32_JAVA_INSTALL%" /q /s
150150

151151
REM copy Java 64 bit
152152

153153
echo collect java64
154154
mkdir "%x64_JAVA_INSTALL%"
155-
xcopy "%x64_JAVA_BUILD%" "%x64_JAVA_INSTALL%" /q
155+
xcopy "%x64_JAVA_BUILD%" "%x64_JAVA_INSTALL%" /q /s
156156

157157
REM copy SDK_INSTALL_ROOT
158158

package/sdk_readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Compiled with the Microsoft Visual Studio 2015 C++ compiler and CUDA toolkit 8.0
77

88
Folder include contains the gpufit.h header file representing the C API.
99

10-
Folder win32 contains the 32 bit compiled dynamic link library and import libary.
10+
Folder win32 contains the 32 bit compiled dynamic link library and import library.
1111

12-
Folder win64 contains the 64 bit compiled dynamic link library and import libary.
12+
Folder win64 contains the 64 bit compiled dynamic link library and import library.

0 commit comments

Comments
 (0)