Documentation fixes and revamp user guide
[ric-plt/lib/rmr.git] / doc / src / man / rmr_bytes2xact.3.xfm
index 5c145e7..af5f275 100644 (file)
@@ -44,7 +44,7 @@ int rmr_bytes2xact( rmr_mbuf_t* mbuf, unsigned char* src, int len )
 &uindent
 
 &h2(DESCRIPTION)
-The &cw(rmr_bytes2xact) function will copy up to &ital(len) butes from &ital(src) to the
+The &cw(rmr_bytes2xact) function will copy up to &ital(len) bytes from &ital(src) to the
 transaction ID (xaction) field in the message.
 The field is a fixed length, gated by the constant &cw(RMR_MAX_XID) and if len is larger
 than this value, only RMR_MAX_XID bytes will actually be copied.