mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
spelling: hashtable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
1aa5b46ba5
commit
4c68c4cd48
@@ -423,7 +423,7 @@ WeeChat "core" is located in following directories:
|
||||
| test-core-crypto.cpp | Tests: cryptographic functions.
|
||||
| test-core-dir.cpp | Tests: directory/file functions.
|
||||
| test-core-eval.cpp | Tests: evaluation of expressions.
|
||||
| test-core-hashtble.cpp | Tests: hashtables.
|
||||
| test-core-hashtable.cpp | Tests: hashtables.
|
||||
| test-core-hdata.cpp | Tests: hdata.
|
||||
| test-core-hook.cpp | Tests: hooks.
|
||||
| test-core-infolist.cpp | Tests: infolists.
|
||||
|
||||
@@ -11577,7 +11577,7 @@ C example:
|
||||
[source,c]
|
||||
----
|
||||
int
|
||||
my_line_cb (const void *pointer, void *data, struct t_hasbtable *line)
|
||||
my_line_cb (const void *pointer, void *data, struct t_hashtable *line)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
|
||||
|
||||
@@ -425,7 +425,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| test-core-crypto.cpp | Tests : fonctions cryptographiques.
|
||||
| test-core-dir.cpp | Tests : répertoires/fichiers.
|
||||
| test-core-eval.cpp | Tests : évaluation d'expressions.
|
||||
| test-core-hashtble.cpp | Tests : tables de hachage.
|
||||
| test-core-hashtable.cpp | Tests : tables de hachage.
|
||||
| test-core-hdata.cpp | Tests : hdata.
|
||||
| test-core-hook.cpp | Tests : hooks.
|
||||
| test-core-infolist.cpp | Tests : infolists.
|
||||
|
||||
@@ -11808,7 +11808,7 @@ Exemple en C :
|
||||
[source,c]
|
||||
----
|
||||
int
|
||||
my_line_cb (const void *pointer, void *data, struct t_hasbtable *line)
|
||||
my_line_cb (const void *pointer, void *data, struct t_hashtable *line)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
|
||||
|
||||
@@ -12004,7 +12004,7 @@ Esempio in C:
|
||||
[source,c]
|
||||
----
|
||||
int
|
||||
my_line_cb (const void *pointer, void *data, struct t_hasbtable *line)
|
||||
my_line_cb (const void *pointer, void *data, struct t_hashtable *line)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
|
||||
|
||||
@@ -469,7 +469,7 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
// TRANSLATION MISSING
|
||||
| test-core-dir.cpp | Tests: directory/file functions.
|
||||
| test-core-eval.cpp | テスト: 式の評価
|
||||
| test-core-hashtble.cpp | テスト: ハッシュテーブル
|
||||
| test-core-hashtable.cpp | テスト: ハッシュテーブル
|
||||
| test-core-hdata.cpp | テスト: hdata
|
||||
| test-core-hook.cpp | テスト: フック
|
||||
| test-core-infolist.cpp | テスト: インフォリスト
|
||||
|
||||
@@ -11735,7 +11735,7 @@ C 言語での使用例:
|
||||
[source,c]
|
||||
----
|
||||
int
|
||||
my_line_cb (const void *pointer, void *data, struct t_hasbtable *line)
|
||||
my_line_cb (const void *pointer, void *data, struct t_hashtable *line)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
|
||||
|
||||
@@ -426,7 +426,7 @@ WeeChat „језгро” се налази у следећим директо
|
||||
| test-core-crypto.cpp | Тестови: криптографске функције.
|
||||
| test-core-dir.cpp | Тестови: функције директоријума/фајла.
|
||||
| test-core-eval.cpp | Тестови: израчунавање израза.
|
||||
| test-core-hashtble.cpp | Тестови: hashtables.
|
||||
| test-core-hashtable.cpp | Тестови: hashtables.
|
||||
| test-core-hdata.cpp | Тестови: hdata.
|
||||
| test-core-hook.cpp | Тестови: куке.
|
||||
| test-core-infolist.cpp | Тестови: infolists.
|
||||
|
||||
@@ -11273,7 +11273,7 @@ C пример:
|
||||
[source,c]
|
||||
----
|
||||
int
|
||||
my_line_cb (const void *pointer, void *data, struct t_hasbtable *line)
|
||||
my_line_cb (const void *pointer, void *data, struct t_hashtable *line)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user