1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core, plugins: fix typos in comments on functions, use imperative

This commit is contained in:
Sébastien Helleu
2026-03-23 20:45:36 +01:00
parent d34eb40187
commit f53e7fb9ef
342 changed files with 6669 additions and 6729 deletions
+8 -8
View File
@@ -224,7 +224,7 @@ TEST_GROUP(CoreCrypto)
};
/*
* Tests functions:
* Test functions:
* weecrypto_get_hash_algo
*/
@@ -260,7 +260,7 @@ TEST(CoreCrypto, GetHashAlgo)
}
/*
* Tests functions:
* Test functions:
* weecrypto_get_cipher
*/
@@ -276,7 +276,7 @@ TEST(CoreCrypto, GetCipher)
}
/*
* Tests functions:
* Test functions:
* weecrypto_hash
*/
@@ -320,7 +320,7 @@ TEST(CoreCrypto, Hash)
}
/*
* Tests functions:
* Test functions:
* weecrypto_hash_file
*/
@@ -372,7 +372,7 @@ TEST(CoreCrypto, HashFile)
}
/*
* Tests functions:
* Test functions:
* weecrypto_hash_pbkdf2
*/
@@ -416,7 +416,7 @@ TEST(CoreCrypto, HashPbkdf2)
}
/*
* Tests functions:
* Test functions:
* weecrypto_hmac
*/
@@ -455,7 +455,7 @@ TEST(CoreCrypto, Hmac)
}
/*
* Tests functions:
* Test functions:
* weecrypto_totp_generate
*/
@@ -497,7 +497,7 @@ TEST(CoreCrypto, TotpGenerate)
}
/*
* Tests functions:
* Test functions:
* weecrypto_totp_validate
*/