Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Oct 18, 2023
1 parent bd41e1f commit e53009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Plotfile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach( _exe IN LISTS _exe_names)
endif()

# Add suffix to each tool's name to make them unique when installed.
# This avoids potential collisions of names on user sytems, e.g., in
# This avoids potential collisions of names on user systems, e.g., in
# software packages (Spack/Conda/Debian/...).
set_target_properties(${_exe} PROPERTIES OUTPUT_NAME "${_exe}_amrex")
endforeach()
Expand Down

0 comments on commit e53009f

Please sign in to comment.