From: W. Trevor King Date: Thu, 23 May 2013 00:11:00 +0000 (-0400) Subject: pyafm/overview.tex: Fix 'this capabilities' -> 'these capabilities' X-Git-Tag: v1.0~141 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82d69b663032acdd09e3090cbcd0a91113d8298b;p=thesis.git pyafm/overview.tex: Fix 'this capabilities' -> 'these capabilities' Thanks Em! --- diff --git a/src/pyafm/overview.tex b/src/pyafm/overview.tex index 6d3f4ac..5bd859a 100644 --- a/src/pyafm/overview.tex +++ b/src/pyafm/overview.tex @@ -8,7 +8,7 @@ written in \citetalias{labview} and analysis software written in \citetalias{wavemetrics-igor}, both developed in-house. The existing software was not designed to control sample temperature or for easy extension, so I proceeded to write my own control and analysis stack -to add this capabilities. +to add these capabilities. For those of you thinking, ``Why is he calling this thing a stack?'', software is rarely developed as a single monolithic program. Instead,