cvsuser     04/02/18 16:34:59

  Modified:    docs/pdds pdd16_native_call.pod
  Log:
  Fix a typo
  
  Revision  Changes    Path
  1.5       +1 -1      parrot/docs/pdds/pdd16_native_call.pod
  
  Index: pdd16_native_call.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd16_native_call.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- pdd16_native_call.pod     1 Jan 2004 18:25:15 -0000       1.4
  +++ pdd16_native_call.pod     19 Feb 2004 00:34:59 -0000      1.5
  @@ -55,7 +55,7 @@
   
   The NCI uses the platform native dynamic by-name function loading
   mechanism (dlopen/dlsym on unix and LoadLibrary/GetProcAddress on
  -Win32, for example) to get the function pointer, then dymanically
  +Win32, for example) to get the function pointer, then dynamically
   generates the wrapper based on the signature of that function.
   
   As there is no good platform-independent way to determine function
  
  
  

Reply via email to