pushBackWaypoint(wpt);
}
//cerr << "Success : GateId = " << gateId << endl;
- SG_LOG(SG_AI, SG_WARN, "Warning: Succesfully found a parking for a " <<
+ SG_LOG(SG_AI, SG_WARN, "Warning: Successfully found a parking for a " <<
aircraftType <<
" of flight type " << fltType <<
" of airline " << airline <<
{ return _isReciprocal; }
/**
- * Get the runway begining point - this is syntatic sugar, equivalent to
+ * Get the runway beginning point - this is syntatic sugar, equivalent to
* calling pointOnCenterline(0.0);
*/
SGGeod begin() const;
if (_ref_navaid) {
_ref_navaid_set = true;
- SG_LOG(SG_INSTR, SG_INFO, "GPS code set explict ref-navaid:" << _ref_navaid->ident());
+ SG_LOG(SG_INSTR, SG_INFO, "GPS code set explicit ref-navaid:" << _ref_navaid->ident());
_ref_navaid_id_node->setStringValue(_ref_navaid->ident().c_str());
_ref_navaid_name_node->setStringValue(_ref_navaid->name().c_str());
FGNavRecord* vor = (FGNavRecord*) _ref_navaid.ptr();
{
_inTurn = true;
_turnSequenced = false;
- SG_LOG(SG_INSTR, SG_INFO, "begining turn");
+ SG_LOG(SG_INSTR, SG_INFO, "beginning turn");
}
void GPS::endTurn()
}
// cout << s << " input_volts = " << volts << endl;
} else {
- SG_LOG( SG_SYSTEMS, SG_ALERT, "unkown node type" );
+ SG_LOG( SG_SYSTEMS, SG_ALERT, "unknown node type" );
}
int i;
if ((error = alGetError()) != AL_NO_ERROR)
printf("Error #%x: %s\n", error, alGetString(error));
else if (!s)
- printf("Quering AL_VERSION returned NULL pointer!\n");
+ printf("Querying AL_VERSION returned NULL pointer!\n");
else
printf("OpenAL version string: %s\n", s);