mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-27 05:15:09 +00:00
Nimscript fixes 'cpFile' typo
This commit is contained in:
@@ -163,7 +163,7 @@ proc mvFile*(`from`, to: string) {.raises: [OSError].} =
|
||||
|
||||
proc cpFile*(`from`, to: string) {.raises: [OSError].} =
|
||||
## Copies the file `from` to `to`.
|
||||
log "mvFile: " & `from` & ", " & to:
|
||||
log "cpFile: " & `from` & ", " & to:
|
||||
copyFile `from`, to
|
||||
checkOsError()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user