Skip to content

Commit e75d039

Browse files
authored
Merge pull request #24 from Mu2e/rrivera/typoFix
typo fix
2 parents 9deb307 + 58c0fe9 commit e75d039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UserWebGUI/js/mu2e.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ async function transition(state, config = "crv_vst_config", name = "CrvVstRun")
276276
data = "ConfigurationAlias=" + config,
277277
lid = LID_GATEWAY, type1 = "transition");
278278
let json = xmlToJson(xml).DATA;
279-
if (json['state_tranisition_attempted'] != "1") {
280-
throw (json['state_tranisition_attempted_err']);
279+
if (json['state_transition_attempted'] != "1") {
280+
throw (json['state_transition_attempted_err']);
281281
}
282282
return json;
283283
} catch (error) { console.error("Error:", error); }

0 commit comments

Comments
 (0)