some new material
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index ecf41c3..3cd4296 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -500,7 +500,7 @@
 \dfn{return}, and \dfn{exception} events.  Compiled C code does not
 get interpreted, and hence is ``invisible'' to the profiler.  All time
 spent in C code (including builtin functions) will be charged to the
-Python function that was invoked the C code.  If the C code calls out
+Python function that invoked the C code.  If the C code calls out
 to some native Python code, then those calls will be profiled
 properly.