while (it != transaction_list_.end()) {
NameChangeTransactionPtr trans = (*it).second;
if (trans->isModelDone()) {
- // @todo Addtional actions based on NCR status could be
+ // @todo Additional actions based on NCR status could be
// performed here.
transaction_list_.erase(it++);
} else {
/// desired information such as library dependencies to the extended
/// version text returned when DControllerBase::getVersion(true) is
/// invoked.
- /// @return a string containing additonal version info
+ /// @return a string containing additional version info
virtual std::string getVersionAddendum() { return (""); }
private:
public:
- /// @brief Provides addtional extended version text
+ /// @brief Provides additional extended version text
///
/// Overrides the base class implementation so we can
/// verify the getting the extended version text