Skip to content

Commit

Permalink
chore(rust): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
polvorin committed Sep 10, 2024
1 parent 32748f5 commit 81ff6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl NodeManagerWorker {
inlet_alias: &String,
inlet_policy_expression: Option<PolicyExpression>,
) -> Result<Address, Error> {
let interceptor_address: Address = (inlet_alias.to_owned() + "_http_intercetor").into();
let interceptor_address: Address = (inlet_alias.to_owned() + "_http_interceptor").into();
let policy_access_control = self
.node_manager
.policy_access_control(
Expand Down

0 comments on commit 81ff6c6

Please sign in to comment.