diff --git a/sdk/program/src/lib.rs b/sdk/program/src/lib.rs index 8c8c87ea76..fb4c458fc1 100644 --- a/sdk/program/src/lib.rs +++ b/sdk/program/src/lib.rs @@ -195,7 +195,7 @@ //! In user-written Solana program code, serialization is primarily used for //! accessing [`AccountInfo`] data and [`Instruction`] data, both of which are //! program-specific binary data. Every program is free to decide their own -//! serialization format, but data recieved from other sources — +//! serialization format, but data received from other sources — //! [sysvars][sysvar] for example — must be deserialized using the methods //! indicated by the documentation for that data or data type. //!