Skip to content

Commit

Permalink
fix(satp-dev): spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Amaro <[email protected]>
  • Loading branch information
LordKubaya authored and rafaelbelchiorbd committed Dec 16, 2024
1 parent 59f66d2 commit efc232a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
DEFAULT_PORT_GATEWAY_API,
DEFAULT_PORT_GATEWAY_CLIENT,
DEFAULT_PORT_GATEWAY_SERVER,
SATP_ARCHITETURE_VERSION,
SATP_ARCHITECTURE_VERSION,
SATP_CORE_VERSION,
SATP_CRASH_VERSION,
} from "./core/constants";
Expand Down Expand Up @@ -294,7 +294,7 @@ export class SATPGateway implements IPluginWebService, ICactusPlugin {
version: [
{
Core: SATP_CORE_VERSION,
Architecture: SATP_ARCHITETURE_VERSION,
Architecture: SATP_ARCHITECTURE_VERSION,
Crash: SATP_CRASH_VERSION,
},
],
Expand Down Expand Up @@ -324,7 +324,7 @@ export class SATPGateway implements IPluginWebService, ICactusPlugin {
pluginOptions.gid.version = [
{
Core: SATP_CORE_VERSION,
Architecture: SATP_ARCHITETURE_VERSION,
Architecture: SATP_ARCHITECTURE_VERSION,
Crash: SATP_CRASH_VERSION,
},
];
Expand Down

0 comments on commit efc232a

Please sign in to comment.