Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit e05aa75

Browse files
Update localdb.go (#371)
* Update localdb.go spelling Signed-off-by: John O'Loughlin <[email protected]> * Update bridge.go Signed-off-by: John O'Loughlin <[email protected]> --------- Signed-off-by: John O'Loughlin <[email protected]>
1 parent 261a96c commit e05aa75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cniovs/localdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
//
16-
// This module provides the database library functions. Initial implementaion
16+
// This module provides the database library functions. Initial implementation
1717
// copies the json data to a known file location.
1818
//
1919

cnivpp/api/bridge/bridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func AddBridgeInterface(ch api.Channel, bridgeDomain uint32, swIfId interface_ty
107107
var err error
108108

109109
// Determine if bridge domain exists, and if not, create it. CreateBridge()
110-
// checks for existance.
110+
// checks for existence.
111111
err = CreateBridge(ch, bridgeDomain)
112112
if err != nil {
113113
return err

0 commit comments

Comments
 (0)