Fix a mis-spelled warning message.

This commit is contained in:
k9an 2021-02-20 08:39:53 -06:00
parent 7192f53e68
commit 4b1077f897
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ subroutine sync4(dat,jz,ntol,nfqso,mode,mode4,minwidth,dtx,dfx,snrx, &
df=0.5*11025.0/nfft
ftop=nfqso + 7*mode4*df
if(ftop.gt.11025.0/4.0) then
print*,'*** Rx Freq is set too high for this sybmode ***'
print*,'*** Rx Freq is set too high for this submode ***'
go to 900
endif