Author: Andreas Beckmann <anbe@debian.org>
Description: fix some typos found by Lintian

--- a/src/papi_common_strings.h
+++ b/src/papi_common_strings.h
@@ -55,7 +55,7 @@ hwi_presets_t _papi_hwi_presets[PAPI_MAX
 	  0, PAPI_PRESET_BIT_CACH,
 	  NULL, {0},{NULL}, NULL},
 /* 10 */ {"PAPI_CA_SHR", 
-	  "Ex Acces shared CL", 
+	  "Ex Access shared CL",
 	  "Requests for exclusive access to shared cache line", 0,
 	  0, PAPI_PRESET_BIT_CACH,
 	  NULL, {0},{NULL}, NULL},
--- a/man/man3/PAPI_enum_cmp_event.3
+++ b/man/man3/PAPI_enum_cmp_event.3
@@ -16,7 +16,7 @@ Enumerate PAPI preset or native events f
 .nf
 @par C Interface:
 \#include <papi.h> @n
-int PAPI_enum_cmp_event( int *EventCode, int  modifer, int cidx );
+int PAPI_enum_cmp_event( int *EventCode, int  modifier, int cidx );
 
 Given an event code, PAPI_enum_event replaces the event 
 code with the next available event.
--- a/man/man3/PAPI_enum_event.3
+++ b/man/man3/PAPI_enum_event.3
@@ -16,7 +16,7 @@ Enumerate PAPI preset or native events\&
 .nf
 @par C Interface:
 \#include <papi.h> @n
-int PAPI_enum_event( int * EventCode, int  modifer );
+int PAPI_enum_event( int * EventCode, int  modifier );
 
 Given a preset or native event code, PAPI_enum_event replaces the event 
 code with the next available event in either the preset or native table. 
--- a/src/papi.c
+++ b/src/papi.c
@@ -1589,7 +1589,7 @@ PAPI_event_name_to_code( const char *in,
  *
  *	@par C Interface:
  *	\#include <papi.h> @n
- *	int PAPI_enum_event( int * EventCode, int  modifer );
+ *	int PAPI_enum_event( int * EventCode, int  modifier );
  *
  *	Given a preset or native event code, PAPI_enum_event replaces the event 
  *	code with the next available event in either the preset or native table. 
@@ -1792,7 +1792,7 @@ PAPI_enum_event( int *EventCode, int mod
  *
  *	@par C Interface:
  *	\#include <papi.h> @n
- *	int PAPI_enum_cmp_event( int *EventCode, int  modifer, int cidx );
+ *	int PAPI_enum_cmp_event( int *EventCode, int  modifier, int cidx );
  *
  *	Given an event code, PAPI_enum_event replaces the event 
  *	code with the next available event.
