Fix typos in doxygen dependencies documentation page.

This commit is contained in:
James Crook 2020-09-08 15:47:34 +01:00
parent 3b235dd86d
commit f5e00e5b51
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
\section DependenciesIntro Introduction
A script that runs nightly maps out he dependencies between source
A script that runs nightly maps out the dependencies between source
files in the Audacity code base. We aim for this graph to be
relatively untangled, spearation of concerns, so that classes can
relatively untangled, separation of concerns, so that classes can
be understood better on their own, without having to read many other
source files.