From 40a2dbe5eca722af63a42eac878f73ef11fd1fad Mon Sep 17 00:00:00 2001 From: Dhruv Date: Wed, 18 Jun 2025 15:01:27 +0100 Subject: [PATCH] Update hashcat-assimilation-bridge-development.md I believe the generetic is a typo and should be generic in the help/documentation strings for bridge parameters in the bridge_init() function. --- docs/hashcat-assimilation-bridge-development.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hashcat-assimilation-bridge-development.md b/docs/hashcat-assimilation-bridge-development.md index 459a786fd..72794c494 100644 --- a/docs/hashcat-assimilation-bridge-development.md +++ b/docs/hashcat-assimilation-bridge-development.md @@ -102,10 +102,10 @@ Each of these bridge unit maps to one virtual backend device, which allows async From the bridge_init() function you have access to the following generic parameters, set on the command line by the user: ```c -+ " --bridge-parameter1 | Str | Sets the generatic parameter 1 for a Bridge |", -+ " --bridge-parameter2 | Str | Sets the generatic parameter 2 for a Bridge |", -+ " --bridge-parameter3 | Str | Sets the generatic parameter 3 for a Bridge |", -+ " --bridge-parameter4 | Str | Sets the generatic parameter 4 for a Bridge |", ++ " --bridge-parameter1 | Str | Sets the generic parameter 1 for a Bridge |", ++ " --bridge-parameter2 | Str | Sets the generic parameter 2 for a Bridge |", ++ " --bridge-parameter3 | Str | Sets the generic parameter 3 for a Bridge |", ++ " --bridge-parameter4 | Str | Sets the generic parameter 4 for a Bridge |", ``` ## Virtual Backend Devices