Make WordPress Core


Ignore:
Timestamp:
08/13/2014 03:55:10 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix some documentation typos in various core files.

Props vlajos.
Fixes #29199.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-diff.php

    r29454 r29479  
    415415            return $difference;
    416416
    417         // Return distance per charcter (of string1)
     417        // Return distance per character (of string1).
    418418        return $difference / strlen($string1);
    419419    }
Note: See TracChangeset for help on using the changeset viewer.