From d9c06ce54cc900c66c93123a8fa364f1a1ddf2b9 Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 19 Nov 2020 17:25:19 -0500 Subject: [PATCH] Fix pseudo typo (#880) * Fix pseudo typo --- core/src/main/java/google/registry/rde/RdeUploadAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/rde/RdeUploadAction.java b/core/src/main/java/google/registry/rde/RdeUploadAction.java index 7a3b69717..1372bf49b 100644 --- a/core/src/main/java/google/registry/rde/RdeUploadAction.java +++ b/core/src/main/java/google/registry/rde/RdeUploadAction.java @@ -195,7 +195,7 @@ public final class RdeUploadAction implements Runnable, EscrowTask { * simultaneously uploading it to the SFTP endpoint, and then using {@link ByteStreams#copy} to * blocking-copy bytes from the cloud storage {@code InputStream} to the RyDE/SFTP pipeline. * - *

In psuedoshell, the whole process looks like the following: + *

In pseudo-shell, the whole process looks like the following: * *

   {@code
    *   gcs read $xmlFile \                                   # Get GhostRyDE from cloud storage.