mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
Fix various typos
Found via `codespell -q 3 -S *.po,./share/patchfiles,./libs -L ba,buss,busses,doubleclick,hsi,ontop,ro,seh,siz,sord,sur,te,trough,ue`
Follow-up to 364f2f078
This commit is contained in:
parent
a77ac7107f
commit
3d395585c1
51 changed files with 91 additions and 91 deletions
|
|
@ -356,11 +356,11 @@ for x in $BUILD_ROOT/../share/scripts/*.lua ; do
|
|||
cp "$x" $LuaScripts
|
||||
done
|
||||
|
||||
# recusively copy web-surface html/js
|
||||
# recursively copy web-surface html/js
|
||||
cp -R $BUILD_ROOT/../share/web_surfaces $WebSurfaces
|
||||
rm $WebSurfaces/wscript
|
||||
|
||||
# recusively copy clips/media
|
||||
# recursively copy clips/media
|
||||
cp -R $BUILD_ROOT/../share/media $MediaClips
|
||||
rm $MediaClips/wscript
|
||||
|
||||
|
|
@ -769,7 +769,7 @@ if test x$WITH_GRATIS_X42_LV2 != x ; then
|
|||
fi
|
||||
|
||||
if test -d ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/; then
|
||||
echo "Removing unused achitectures from LV plugins"
|
||||
echo "Removing unused architectures from LV plugins"
|
||||
for file in ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/*/*.dylib ; do
|
||||
lipo -extract_family ${OSX_ARCH} ${file} -output ${file}.thin 2>/dev/null && \
|
||||
mv ${file}.thin ${file}
|
||||
|
|
@ -1088,7 +1088,7 @@ fi
|
|||
rm -rf ${PRODUCT_PKG_DIR}
|
||||
|
||||
echo
|
||||
echo "packaging suceeded."
|
||||
echo "packaging succeeded."
|
||||
ls -l "$UC_DMG"
|
||||
|
||||
echo "dmg: checking for signing credentials"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue