summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp')
-rw-r--r--orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp b/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
index e7052c5f0dc..d64f8fe9b6d 100644
--- a/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
+++ b/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
@@ -242,7 +242,7 @@ init (int config_count,
}
// Release the auto_ptr so it does not clean
- // up the sucessfully bound config info.
+ // up the successfully bound config info.
new_config_info_ptr.release ();
// Increase the count of successfully bound config infos.
@@ -2574,7 +2574,7 @@ assign_priorities_i (void)
}
// Release the auto_ptr so it does not clean
- // up the sucessfully bound config info.
+ // up the successfully bound config info.
new_config_info_ptr.release ();
}
}