From 9422417c978e918feb7f666279913aae89431581 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 12 May 2015 15:49:35 +0000 Subject: [PATCH] Fix typo in options documentation git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5363 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/jt9.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jt9.f90 b/lib/jt9.f90 index 5f817a9da..5cfa742af 100644 --- a/lib/jt9.f90 +++ b/lib/jt9.f90 @@ -27,7 +27,7 @@ program jt9 option ('executable-path', .true., 'e', & 'Location of subordinate executables (KVASD) default="."', ''), & option ('data-path', .true., 'a', & - 'Location of writeable data files, detfault="."', ''), & + 'Location of writeable data files, default="."', ''), & option ('temp-path', .true., 't', 'Temporary files path, default="."', & ''), & option ('lowest', .true., 'L', &