1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Fix some spelling mistakes.

This commit is contained in:
freddii
2021-01-12 09:54:34 +00:00
committed by James Crook
parent c13407d692
commit 2593a84d56
38 changed files with 46 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ execute_process(
)
if( output )
# message( FATAL_ERROR "You have uncommited changes\n${output}" )
# message( FATAL_ERROR "You have uncommitted changes\n${output}" )
endif()
# Get the list of files in the repo

View File

@@ -214,7 +214,7 @@ if [ -f "lib-src/Makefile" ] ; then
reconf=1
fi
else
# if no Makefile, definitly need to configure
# if no Makefile, definitely need to configure
reconf=1
fi

View File

@@ -92,7 +92,7 @@ def tagextract(doc):
>>> tagextract('<!DOCTYPE html PUBLIC etc...>')
[('!DOCTYPE html PUBLIC etc...', {})]
Greater-than and less-than characters occuring inside comments or
Greater-than and less-than characters occurring inside comments or
CDATA blocks are correctly kept as part of the block:
>>> tagextract('<!-- <><><><>>..> -->')

View File

@@ -1006,7 +1006,7 @@ def run(out=sys.stdout):
complete.add(nurl)
filename = url_to_filename(url)
#this is needed for the first path as it doesn't know if it is a redirect or not in the begining
#this is needed for the first path as it doesn't know if it is a redirect or not in the beginning
#at this point all the content of redir_cache is relative to the start path
if start:
start = False