libZRCola: Fix typo

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-09-16 02:57:52 +02:00
parent eb0911d3c0
commit ca3239f0ff

View File

@ -349,7 +349,7 @@ namespace ZRCola {
protected:
uint16_t src_to; ///< Source name end in \c data
uint16_t dst_to; ///< Sestination name end in \c data
uint16_t dst_to; ///< Destination name end in \c data
char_t data[]; ///< Source and destination names
private: