From caf96d76c88672eeec0a41a5f4c1923736ddb008 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 7 Feb 2007 17:06:52 +0000 Subject: [PATCH] minor documentation fix --- Nasal/aircraft.nas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nasal/aircraft.nas b/Nasal/aircraft.nas index 152686f3f..f5cde0bb4 100644 --- a/Nasal/aircraft.nas +++ b/Nasal/aircraft.nas @@ -341,9 +341,9 @@ lowpass = { # aircraft.data.add(p, vec, hash, "/sim/fg-root"); # # # now save only once (and at exit/reinit, which is automatically done) -# aircraft.data.save(); # or aircraft.data.save(0) +# aircraft.data.save(); # -# # or save now and all 30 sec (and at exit/reinit) +# # or save now and every 30 sec (and at exit/reinit) # aircraft.data.save(0.5); # Data = {