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.