VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/fileio.cpp

    r28800 r33540  
    293293 * @param   fFlags      Flags, any of the RTFILECOPY_FLAGS_ \#defines.
    294294 * @param   pfnProgress Pointer to callback function for reporting progress.
    295  * @param   pvUser      User argument to pass to pfnProgress along with the completion precentage.
     295 * @param   pvUser      User argument to pass to pfnProgress along with the completion percentage.
    296296 */
    297297RTDECL(int) RTFileCopyEx(const char *pszSrc, const char *pszDst, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser)
     
    357357 *                      On failures the file position and size is undefined.
    358358 * @param   pfnProgress Pointer to callback function for reporting progress.
    359  * @param   pvUser      User argument to pass to pfnProgress along with the completion precentage.
     359 * @param   pvUser      User argument to pass to pfnProgress along with the completion percentage.
    360360 */
    361361RTDECL(int) RTFileCopyByHandlesEx(RTFILE FileSrc, RTFILE FileDst, PFNRTPROGRESS pfnProgress, void *pvUser)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette