Fixed a grab-bag of typos spotted by Rob Hooft.
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py
index 933060a..eb6200f 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -304,7 +304,7 @@
 
     def add_link_object (self, object):
         """Add 'object' to the list of object files (or analogues, such as
-        explictly named library files or the output of "resource
+        explicitly named library files or the output of "resource
         compilers") to be included in every link driven by this compiler
         object.
         """