diff options
Diffstat (limited to 'tools/trimcc.nim')
-rw-r--r-- | tools/trimcc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trimcc.nim b/tools/trimcc.nim index 6271d2b9a..4d9686195 100644 --- a/tools/trimcc.nim +++ b/tools/trimcc.nim @@ -18,7 +18,7 @@ proc walker(dir: string) = else: echo "Required: ", path # copy back: - moveFile(dest=path, sourc=newName(path)) + moveFile(dest=path, source=newName(path)) of pcDir: walker(path) else: discard |