Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit d576de9

Browse files
committed
Fix typo
1 parent 0885cd0 commit d576de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/wordpress/file_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run
7676
if export_path.nil?
7777
emit_success "Result: \n#{res.body}"
7878
else
79-
emit_success "Downlaoded file to #{export_path}"
79+
emit_success "Downloaded file to #{export_path}"
8080
end
8181

8282
true

0 commit comments

Comments
 (0)