Skip to content

Commit f71bcf2

Browse files
committed
Fix typos in comments (E-H)
Change-Id: I0748e0d5962fa909fdd6b7fcae4ab259bde4cdf1
1 parent 4db50a8 commit f71bcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/libs/uuid/GlobalIdGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ protected function getTimeAndDelay( $lockFile, $clockSeqSize, $counterSize, $off
522522
$msecCounter = (int)$data[2] % $msecCounterSize;
523523
// Bump the counter if the time has not changed yet
524524
if ( ++$msecCounter >= $msecCounterSize ) {
525-
// More IDs generated with the same time than counterSize can accomodate
525+
// More IDs generated with the same time than counterSize can accommodate
526526
flock( $handle, LOCK_UN );
527527
throw new RuntimeException( "Counter overflow for timestamp value." );
528528
}

0 commit comments

Comments
 (0)