aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transports/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/README.md b/src/transports/README.md
index ec6015703..a4079f178 100644
--- a/src/transports/README.md
+++ b/src/transports/README.md
@@ -1,5 +1,5 @@
This code corresponds to the code in [UE5/Engine/Source/Developer/ZenPluggableTransport](https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Source/Developer),
-and provides the API definitions for creating transpor plug-ins for use with the
+and provides the API definitions for creating transport plug-ins for use with the
Zen server. Pluggable transports allow us to support a variety of transport mechanisms,
including some which are not possible to share with a general audience. These are
developed and maintained in the UE tree or elsewhere for logistical and legal reasons.