Skip to content

Commit

Permalink
incusd/network/physical: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
Sponsored-by: Luizalabs (https://luizalabs.com)
  • Loading branch information
stgraber committed Oct 18, 2024
1 parent b59dbb4 commit a525df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/network/driver_physical.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (n *physical) Update(newNetwork api.NetworkPut, targetNode string, clientTy
_ = n.common.update(oldNetwork, targetNode, clientType)
})

// Apply changes to all nodes and databse.
// Apply changes to all nodes and database.
err = n.common.update(newNetwork, targetNode, clientType)
if err != nil {
return err
Expand Down

0 comments on commit a525df8

Please sign in to comment.