diff --git a/aztec/src/context/globals/public_global_variables.nr b/aztec/src/context/globals/public_global_variables.nr index c1f2bcb8..90d425ef 100644 --- a/aztec/src/context/globals/public_global_variables.nr +++ b/aztec/src/context/globals/public_global_variables.nr @@ -1,2 +1,2 @@ -// protocl global vars are equal to the private ones so we just re-export them here under a different name +// protocol global vars are equal to the private ones so we just re-export them here under a different name pub use dep::protocol_types::abis::global_variables::GlobalVariables as PublicGlobalVariables;