Skip to content

Commit

Permalink
doc: mcumgr: fix double "the"
Browse files Browse the repository at this point in the history
Fix double "the" in the mcumgr example.

Signed-off-by: Andrej Butok <[email protected]>
  • Loading branch information
butok authored and MaureenHelm committed Feb 20, 2024
1 parent 6321af9 commit 19dfdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/services/device_mgmt/mcumgr_callbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ An example of selectively denying file access:
if (event == MGMT_EVT_OP_FS_MGMT_FILE_ACCESS && prev_status == MGMT_CB_OK) {
struct fs_mgmt_file_access *fs_data = (struct fs_mgmt_file_access *)data;
/* Check if this is an upload and deny access if it is, otherwise check the
/* Check if this is an upload and deny access if it is, otherwise check
* the path and deny if is matches a name
*/
if (fs_data->access == FS_MGMT_FILE_ACCESS_WRITE) {
Expand Down

0 comments on commit 19dfdb9

Please sign in to comment.