Skip to content

Commit 888d6f2

Browse files
giordanostaticfloat
authored andcommitted
Fix typo (#596)
1 parent 3222c35 commit 888d6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auditor/soname_matching.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function ensure_soname(prefix::Prefix, path::AbstractString, platform::Platform;
9292
end
9393

9494
if verbose
95-
@info("Set SOANME of $(rel_path) to \"$(soname)\"")
95+
@info("Set SONAME of $(rel_path) to \"$(soname)\"")
9696
end
9797

9898
return true

0 commit comments

Comments
 (0)