From 05cb7fc2befedcfd330e23e2530ea9485cfb2eb4 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 26 Nov 2021 12:00:24 +0000 Subject: [PATCH] docs-mini/README-recordings.md: fixed typo. --- docs-mini/README-recordings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mini/README-recordings.md b/docs-mini/README-recordings.md index b09d36d72..ffa3e12cb 100644 --- a/docs-mini/README-recordings.md +++ b/docs-mini/README-recordings.md @@ -107,7 +107,7 @@ Normal recordings are written as a compressed gzip stream using `simgear::gzCont * uint8_t flags. * Bit 0: this frame has signals. * Bit 1: this frame has multiplayer information. - * Bit 2: this frame has extrap properties. + * Bit 2: this frame has extra properties. * uint32_t compressed-size. * Frame data (can be compressed): a list of ordered `` items as described by the `data[]` nodes in the header. This format allows Flightgear to skip data items that it doesn't understand if loading a recording that was created by a newer version.