Add ability to save route table updates to disk
[ric-plt/lib/rmr.git] / doc / src / man / rmr_bytes2meid.3.xfm
index cab519a..4c2823b 100644 (file)
@@ -1,7 +1,7 @@
 .if false
 ==================================================================================
-   Copyright (c) 2019 Nokia
-   Copyright (c) 2018-2019 AT&T Intellectual Property.
+   Copyright (c) 2019-2020 Nokia
+   Copyright (c) 2018-2020 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ int rmr_bytes2meid( rmr_mbuf_t* mbuf, unsigned char* src, int len )
 &uindent
 
 &h2(DESCRIPTION)
-The &cw(rmr_bytes2meid) function will copy up to &ital(len) butes from &ital(src) to the
+The &cw(rmr_bytes2meid) function will copy up to &ital(len) bytes from &ital(src) to the
 managed entity ID (meid) field in the message.
 The field is a fixed length, gated by the constant &cw(RMR_MAX_MEID) and if len is larger
 than this value, only RMR_MAX_MEID bytes will actually be copied.