From f5e00e5b5117fa47e2328a66d95646688c3f075d Mon Sep 17 00:00:00 2001 From: James Crook Date: Tue, 8 Sep 2020 15:47:34 +0100 Subject: [PATCH] Fix typos in doxygen dependencies documentation page. --- dox2-src/Dependencies.dox2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dox2-src/Dependencies.dox2 b/dox2-src/Dependencies.dox2 index 879c40299..72b20ce06 100644 --- a/dox2-src/Dependencies.dox2 +++ b/dox2-src/Dependencies.dox2 @@ -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.