Skip to content

Commit 54b9e21

Browse files
committed
Fix typos in comments.
1 parent 4ae2708 commit 54b9e21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ test:
3636
- scons
3737

3838
commands:
39-
# Run unit-test program sith the installed shared library.
40-
# Ensure they do not use libdiffpy from the source directory.
39+
# Run unit-test program with the installed shared library.
40+
# Make sure tests cannot use library file from the source directory.
4141
- scons -C "$SRC_DIR" --clean lib
4242
- export LD_LIBRARY_PATH="${PREFIX}/lib" # [linux]
4343
- export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib" # [osx]

0 commit comments

Comments
 (0)