Skip to content

Commit

Permalink
fix comment spelling mistakes - 'refernces' to 'references' (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBerryiii committed Feb 3, 2021
1 parent 06d8fcb commit e138777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Libraries/Opc.Ua.Server/Diagnostics/CustomNodeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public virtual void CreateAddressSpace(IDictionary<NodeId, IList<IReference>> ex
AddPredefinedNode(context, predefinedNodes[ii]);
}

// ensure the reverse refernces exist.
// ensure the reverse references exist.
AddReverseReferences(externalReferences);
}

Expand Down Expand Up @@ -557,7 +557,7 @@ protected virtual NodeStateCollection LoadPredefinedNodes(ISystemContext context
AddPredefinedNode(context, predefinedNodes[ii]);
}

// ensure the reverse refernces exist.
// ensure the reverse references exist.
AddReverseReferences(externalReferences);
}

Expand Down
4 changes: 2 additions & 2 deletions Libraries/Opc.Ua.Server/Diagnostics/v10/CustomNodeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public virtual void CreateAddressSpace(IDictionary<NodeId, IList<IReference>> ex
AddPredefinedNode(context, predefinedNodes[ii]);
}

// ensure the reverse refernces exist.
// ensure the reverse references exist.
AddReverseReferences(externalReferences);
}

Expand Down Expand Up @@ -399,7 +399,7 @@ protected virtual NodeStateCollection LoadPredefinedNodes(ISystemContext context
AddPredefinedNode(context, predefinedNodes[ii]);
}

// ensure the reverse refernces exist.
// ensure the reverse references exist.
AddReverseReferences(externalReferences);
}

Expand Down
2 changes: 1 addition & 1 deletion Stack/Opc.Ua.Core/Stack/State/NodeState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,7 @@ public virtual bool Validate(ISystemContext context)
/// <param name="browseName">The browse name of the targets to return.</param>
/// <param name="additionalReferences">Any additional references that should be included in the list.</param>
/// <param name="internalOnly">Only return references that are stored in memory.</param>
/// <returns>A thread safe object which enumerates the refernces for an entity.</returns>
/// <returns>A thread safe object which enumerates the references for an entity.</returns>
public virtual INodeBrowser CreateBrowser(
ISystemContext context,
ViewDescription view,
Expand Down

0 comments on commit e138777

Please sign in to comment.