Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 11, 2023
1 parent 6625a7b commit 441204d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nRFMeshProvision/Mesh API/Group+MeshNetwork.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public extension Group {

/// Sets the parent-child relationship between this and the given Group.
///
/// Neigher the Group, or the parent Group can be a Special Group.
/// Neither the Group, or the parent Group can be a Special Group.
///
/// - parameter parent: The parent Group.
func setAsChildOf(_ parent: Group) {
Expand All @@ -138,7 +138,7 @@ public extension Group {

/// Sets the parent-child relationship between this and the given Group.
///
/// Neigher the Group, or the child Group can be a Special Group.
/// Neither the Group, or the child Group can be a Special Group.
///
/// - parameter child: The child Group.
func setAsParentOf(_ child: Group) {
Expand Down
2 changes: 1 addition & 1 deletion nRFMeshProvision/Mesh API/MeshNetwork+Nodes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public extension MeshNetwork {
/// - important: Sending Config Node Reset message does not guarantee that the
/// Node won't be able to communicate with the network. To make sure
/// that the Node will not be able to send and receive messages from
/// the network all the Network Keys (and optionaly Application Keys)
/// the network all the Network Keys (and optionally Application Keys)
/// known by the Node must to be updated using Key Refresh Procedure,
/// or removed from other Nodes.
/// See Bluetooth Mesh Profile 1.0.1, chapter: 3.10.7 Node Removal
Expand Down
2 changes: 1 addition & 1 deletion nRFMeshProvision/Mesh Model/KeyIndex.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import Foundation

/// The key index is a 12-bit unsigend integer identifyind a Network
/// The key index is a 12-bit unsigned integer identifying a Network
/// or an Application Key.
///
/// The key indexes within Network Keys and Application Keys must
Expand Down

0 comments on commit 441204d

Please sign in to comment.