Commit 8ebe8a5a authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p-fix-typos' into 'master'

fix typos

See merge request allpix-squared/allpix-squared!942
parents 7c950b3d 96f80236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ WorkerRunManager* WorkerRunManager::GetNewInstanceForThread() { // NOLINT

    thread_run_manager->Initialize();

    // Execute UI commands stored in the masther UI manager
    // Execute UI commands stored in the master UI manager
    std::vector<G4String> cmds = master_run_manager->GetCommandStack();
    G4UImanager* uimgr = G4UImanager::GetUIpointer();        // TLS instance
    std::vector<G4String>::const_iterator it = cmds.begin(); // NOLINT
+1 −1

File changed.

Contains only whitespace changes.