From 0e5e20c2f192ced56bf487c6f579c4da3f093a39 Mon Sep 17 00:00:00 2001 From: esainane Date: Wed, 8 Jan 2025 05:24:44 +0000 Subject: [PATCH] UI: Fix migration doc typo (#1896) `spc` -> `scp` --- src/Documentation/doc/migrations/v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Documentation/doc/migrations/v2.md b/src/Documentation/doc/migrations/v2.md index 17b52c59e..032f4a88c 100644 --- a/src/Documentation/doc/migrations/v2.md +++ b/src/Documentation/doc/migrations/v2.md @@ -80,7 +80,7 @@ If you want to get the total income/exp for all scripts, use the new getTotalScr ## scp -The last two arguments of spc have been reversed. The signature is now scp(files, destination, optional_source) +The last two arguments of scp have been reversed. The signature is now scp(files, destination, optional_source) ## Singularity