1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

Fix pseudo typo (#880)

* Fix pseudo typo
This commit is contained in:
Ben McIlwain
2020-11-19 17:25:19 -05:00
committed by GitHub
parent b4b7fdbc07
commit d9c06ce54c

View File

@@ -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.
*
* <p>In psuedoshell, the whole process looks like the following:
* <p>In pseudo-shell, the whole process looks like the following:
*
* <pre> {@code
* gcs read $xmlFile \ # Get GhostRyDE from cloud storage.