Skip to content

Commit 19dfdb9

Browse files
butokMaureenHelm
authored andcommitted
doc: mcumgr: fix double "the"
Fix double "the" in the mcumgr example. Signed-off-by: Andrej Butok <[email protected]>
1 parent 6321af9 commit 19dfdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/services/device_mgmt/mcumgr_callbacks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ An example of selectively denying file access:
153153
if (event == MGMT_EVT_OP_FS_MGMT_FILE_ACCESS && prev_status == MGMT_CB_OK) {
154154
struct fs_mgmt_file_access *fs_data = (struct fs_mgmt_file_access *)data;
155155
156-
/* Check if this is an upload and deny access if it is, otherwise check the
156+
/* Check if this is an upload and deny access if it is, otherwise check
157157
* the path and deny if is matches a name
158158
*/
159159
if (fs_data->access == FS_MGMT_FILE_ACCESS_WRITE) {

0 commit comments

Comments
 (0)