Skip to content

Commit

Permalink
Fix typo in proxy_routing.go (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs authored Jan 11, 2024
1 parent a3a7c08 commit 33c39a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/qrouter/proxy_routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (qr *ProxyQrouter) DeparseSelectStmt(ctx context.Context, selectStmt lyx.No
return ComplexQuery
}

/* deparses from cluase */
/* deparses from clause */
func (qr *ProxyQrouter) deparseFromNode(node lyx.FromClauseNode, meta *RoutingMetadataContext) error {
spqrlog.Zero.Debug().
Type("node-type", node).
Expand Down

0 comments on commit 33c39a8

Please sign in to comment.