Skip to content

Commit d1ee5e5

Browse files
reedyisfedorov
authored andcommitted
sodium.php: Fix channels typos
1 parent ab31123 commit d1ee5e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sodium/sodium.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ function sodium_randombytes_random16(): int {}
928928
function sodium_randombytes_uniform(int $upperBoundNonInclusive): int {}
929929

930930
/**
931-
* Convert to hex without side-chanels
931+
* Convert to hex without side-channels
932932
* @link https://www.php.net/manual/en/function.sodium-bin2hex.php
933933
* @param string $string
934934
* @return string
@@ -949,7 +949,7 @@ function sodium_bin2hex(string $string): string {}
949949
function sodium_compare(string $string1, string $string2): int {}
950950

951951
/**
952-
* Convert from hex without side-chanels
952+
* Convert from hex without side-channels
953953
* @link https://www.php.net/manual/en/function.sodium-hex2bin.php
954954
* @param string $string
955955
* @param string $ignore

0 commit comments

Comments
 (0)