Skip to content

Commit

Permalink
Fix various typos
Browse files Browse the repository at this point in the history
Found via `codespell v2.0.dev`
  • Loading branch information
luzpaz committed Nov 5, 2020
1 parent 16fe5c0 commit b1b3270
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif
EXTRA_DIST = LICENSE.txt README.txt INSTALL.txt

# subdirs that are built,
# mac before src due to uninstall target order kludge (see mac/Makfile.am)
# mac before src due to uninstall target order kludge (see mac/Makefile.am)
SUBDIRS = $(EXTRA_SUBDIRS) mac msw src man doc tcl extra font

# subdirs that are always included in the dist, etc.
Expand All @@ -52,7 +52,7 @@ DIST_SUBDIRS = asio doc extra font mac man msw po portmidi portaudio src tcl

.PHONY: app

# optionaly build localizations
# optionally build localizations
if MSGFMT
locales:
${MAKE} -C po all
Expand Down
2 changes: 1 addition & 1 deletion doc/1.manual/x4.htm
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <H3> <A id=s3.2.2>4.3.2.2. Startup:</A> </H3>

<p>In "Preferences => Startup", you load a window that says <i> "Pd libraries
to load on startup"</i>. This is where you can manually and permanently load
single binary pack libraries. But since this is only leaded during startup,
single binary pack libraries. But since this is only needed during startup,
you need to restart Pd. The startup is also used for configuring Pd in many
ways, see <a href="x3.htm#s4">3.6. Preferences and startup options</a> for reference.

Expand Down
6 changes: 3 additions & 3 deletions doc/1.manual/x5.htm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <H3> <A id="s1"> 5.1. release notes </A> </H3>

<P> ------------------ 0.50-1 ------------------------------

<P> improved handling of tilde chartacters for Portugues and Spanish keyboard
<P> improved handling of tilde chartacters for Portuguese and Spanish keyboard
maps

<P> handling spaces in path to HTML file open message to pdcontrol object
Expand Down Expand Up @@ -424,7 +424,7 @@ <H3> <A id="s1"> 5.1. release notes </A> </H3>

<P> Objects/messages/comments have settable box widths. By default they're
auto, but you can change that by dragging on the right-hand-side border. You can
set it back to the default just by dragging ot to whatever width the default
set it back to the default just by dragging or to whatever width the default
would have been. If a box's width isn't "auto" and you open the patch back in
Pd version 0.44 you'll see a warning; if you open it in earlier versions you'll
get pages of error messages but no real harm. You can open and save a patch in
Expand Down Expand Up @@ -1761,7 +1761,7 @@ <H3> <A id="s1"> 5.1. release notes </A> </H3>
hole in your system.)

<P>
The Pd commend line can take multiple "open" arguments.
The Pd command line can take multiple "open" arguments.

<P>
The file search path feature was fixed and generalized.
Expand Down
4 changes: 2 additions & 2 deletions doc/1.manual/x6.htm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3 id="s6.4">6.4. macOS</h3>
<li>macOS 10.7+: i386, x86_64</li>
</ul>

<p>Note: a &quot;fat&quot; Pd may not work on all systems and/or be able to load both 32 or 64 bit externals. Additonally, you can specify multiple architectures directly:</p>
<p>Note: a &quot;fat&quot; Pd may not work on all systems and/or be able to load both 32 or 64 bit externals. Additionally, you can specify multiple architectures directly:</p>

<pre># build a &quot;fat&quot; Pd for both 32 and 64 bit
# may not work on all systems
Expand Down Expand Up @@ -365,7 +365,7 @@ <h3 id="s6.8">6.8. Cross-compilation for Windows on Linux</h3>

<pre>./configure --host=i686-w64-mingw32</pre>

<p>Similarily, to build a 64 bit Pd without ASIO support:</p>
<p>Similarly, to build a 64 bit Pd without ASIO support:</p>

<pre>./configure --disable-asio --host=x86_64-w64-mingw32</pre>

Expand Down
2 changes: 1 addition & 1 deletion doc/2.control.examples/16.more.arrays.pd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ starting at index three. Indices count up from zero.;
(which is Pd's name for the bounding rectangle \, and is a synonym
for "canvas".) Arrays' sizes need not match the bounds of the containing
graph. But if you resize an array \, and if it is the only array contained
in a graph \, then the graph automaticallly resets its bounds to match.
in a graph \, then the graph automatically resets its bounds to match.
, f 51;
#X text 654 493 last updated for release 0.48;
#X text 508 27 You can also change x and y range and size in the "properties"
Expand Down
2 changes: 1 addition & 1 deletion doc/3.audio.examples/adsr.pd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This patch is used as an abstraction in various examples.;
send to line~, f 22;
#X text 387 420 send to line~;
#X text 645 356 send to line~;
#X text 649 412 get atack/decay/release lines, f 23;
#X text 649 412 get attack/decay/release lines, f 23;
#X text 644 456 generate envelope;
#X connect 0 0 3 0;
#X connect 1 0 5 1;
Expand Down
4 changes: 2 additions & 2 deletions doc/5.reference/bng-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ in the patch. Check below:, f 41;
#X text 47 17 The 'color' message takes a list of three values to set
background \, front and label colors \, respectively. Integers from
0 to 29 represent the 30 preset colors found in the properties window
\, values above are wraped., f 77;
\, values above are wrapped., f 77;
#X text 345 133 Set RGB values in the sliders;
#X text 60 157 Open subpatches for the conversion from RGB to hexadecimal
============>, f 38;
Expand Down Expand Up @@ -484,7 +484,7 @@ time \, then the flash time is half the period since it was last activated
#X text 308 323 (maximum);
#X text 43 404 click =>;
#X text 27 24 The bang button flashes to indicate is has been activated.
The 'flashtime' message controls the time the button flahses and takes
The 'flashtime' message controls the time the button flashes and takes
a list that sets the "interrupt" and "hold" in ms., f 58;
#X text 27 210 If a bang is activated in a higher rate than it can
flash (the interrupt time) \, the button reactivates before finishing
Expand Down
2 changes: 1 addition & 1 deletion doc/5.reference/gatom-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ width., f 58;
#X text 115 385 width of 0 =>;
#X text 42 22 The width is 5 characters by default. The number box
fails to display numbers with more characters and only gives you its
sign instead. Hence \, you need to increase the width to dislpay it
sign instead. Hence \, you need to increase the width to display it
properly.;
#X connect 1 0 9 0;
#X connect 4 0 3 0;
Expand Down
4 changes: 2 additions & 2 deletions doc/5.reference/hdl-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ included in Pd version 0.34., f 28;
#X obj 258 394 tgl 15 0 empty empty empty 8 -8 0 10 -262144 -1 -1 0
1;
#X text 120 100 the new [hdradio] object:;
#X text 35 57 WARNING: This object is still in Pd for backwarss compatibilty
#X text 35 57 WARNING: This object is still in Pd for backwarss compatibility
but has been deprecated in Pd 0.36. Just use the new [hradio] instead:
, f 63;
#X obj 78 302 hdl 20 1 0 8 empty empty empty 20 -8 192 10 -99865 -262144
Expand Down Expand Up @@ -119,7 +119,7 @@ route object and connect to toggles., f 28;
#X text 67 16 The 'color' message takes a list of three values to set
background \, front and label colors \, respectively. Integers from
0 to 29 represent the 30 preset colors found in the properties window
\, values above are wraped., f 77;
\, values above are wrapped., f 77;
#X text 68 67 Negative integers were used to encode RGB values (and
that still works for backwards compatibility). But since Pd 0.47-0
\, you can set colors with hexadecimal RGB symbol values \, which are
Expand Down
2 changes: 1 addition & 1 deletion extra/pd~/pd~.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ static void pd_tilde_dostart(t_pd_tilde *x, const char *pddir,
sprintf(tmpbuf, "%f", (float)argv[i].a_w.w_float);
#endif
#ifdef MSP
/* because Mac pathnames sometimes have an evil preceeding
/* because Mac pathnames sometimes have an evil preceding
colon character, we test for and silently eat them */
if (argv[i].a_type == A_SYM)
strncpy(tmpbuf, (*argv[i].a_w.w_sym->s_name == ':'?
Expand Down
2 changes: 1 addition & 1 deletion m4/android.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
# enables the "--with-android" flag;
# if the androidSDK is detected, this will
# - set the CC & CPP to the cross-compiler ( resp preprocessor)
# - as well as the apropriate CFLAGS, INCLUDES and LDFLAGS
# - as well as the appropriate CFLAGS, INCLUDES and LDFLAGS
# - these values can also be found in ANDROID_CC, ANDROID_CPP,
# ANDROID_INCLUDES, ANDROID_ARCH, ANDROID_CFLAGS, ANDROID_LDFLAGS
# it will then call ACTION_IF_FOUND
Expand Down
2 changes: 1 addition & 1 deletion m4/iphone.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
# enables the "--with-iphone" flag;
# if the iPhoneSDK is detected, this will
# - set the CC & CPP to the cross-compiler ( resp preprocessor)
# - as well as the apropriate CFLAGS, INCLUDES and LDFLAGS
# - as well as the appropriate CFLAGS, INCLUDES and LDFLAGS
# - these values can also be found in IPHONE_CC, IPHONE_CPP,
# IPHONE_INCLUDES, IPHONE_ARCH, IPHONE_CFLAGS, IPHONE_LDFLAGS
# it will then call ACTION_IF_FOUND
Expand Down
2 changes: 1 addition & 1 deletion m4/universal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
# PD_CHECK_UNIVERSAL([VARIABLE-NAME], [ACTION-IF-SUCCESS], [ACTION-IF-NO-SUCCESS])
# will enable the "--enable-universal=<ARCHS>" flag
# if <ARCH> is "yes", platform defaults are used
# the system tries to build a test program with the archs, on succes it calls ACTION-IF-SUCCESS, and ACTION-IF-NO-SUCCESS otherwise
# the system tries to build a test program with the archs, on success it calls ACTION-IF-SUCCESS, and ACTION-IF-NO-SUCCESS otherwise
# on success it will also add the flags to:
# [VARIABLE-NAME]_CFLAGS will hold a list of cflags to compile for all requested archs
# [VARIABLE-NAME]_LDFLAGS will hold a list of ldflags to link for all requested archs
Expand Down
2 changes: 1 addition & 1 deletion mac/build-autotools
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if test -f pd-$1.src.tar.gz
then
/bin/echo -n
else
echo cant find file pd-$1.src.tar.gz
echo can not find file pd-$1.src.tar.gz
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion mac/build-i386
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if test -f ../build/pd-$1.src.tar.gz
then
/bin/echo -n
else
echo cant find file ../build/pd-$1.src.tar.gz
echo can not find file ../build/pd-$1.src.tar.gz
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion mac/build-ppc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if test -f pd-$1.src.tar.gz
then
echo -n
else
echo cant find file pd-$1.src.tar.gz
echo can not find file pd-$1.src.tar.gz
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion md/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ override the HTML output template via --template flag.

Source files for creating figures are also included here (svg and, later,
perhaps other file formats). The target figures themselves are generated by
hand and moved into the html taget directories in pd/doc.
hand and moved into the html target directories in pd/doc.


4 changes: 2 additions & 2 deletions msw/build-nsi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ case $nsis_exit in
2) error "NSIS is not found. install, e.g., mingw32-nsis."
cleanup 1
;;
*) error "Unkown error"
*) error "Unknown error"
cleanup 1
;;
esac
Expand All @@ -181,7 +181,7 @@ if makensis -DARCHI=${PDARCH} ${NSIFILE}
then
echo "Build successful"
else
error "Some error occured during compilation of ${NSIFILE}"
error "Some error occurred during compilation of ${NSIFILE}"
exit 1
fi
cleanup 0
2 changes: 1 addition & 1 deletion msw/msw-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if [ "x$prototype_tk" = xfalse ] ; then
cp -R $TK/bin $APP/
cp -R $TK/lib $APP/

# remove bundled Tcl packges Pd doesn't need
# remove bundled Tcl packages Pd doesn't need
rm -rf $APP/lib/itcl* $APP/lib/sqlite* $APP/lib/tdbc*
fi

Expand Down

0 comments on commit b1b3270

Please sign in to comment.