mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
fix various spelling and typography errors
taken from Debian; the changes were authored by: * Julián Moreno Patiño <julian@debian.org> * Daniel Echeverry <epsilon77@gmail.com>
This commit is contained in:
parent
21ae638382
commit
0e6ef089db
16 changed files with 20 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
|
||||
export PKG_CONFIG_PATH
|
||||
echo "Trying to compile xhydra now (hydra gtk gui) - dont worry if this fails, this is really optional ..."
|
||||
echo "Trying to compile xhydra now (hydra gtk gui) - don't worry if this fails, this is really optional ..."
|
||||
./configure > /dev/null 2> errors
|
||||
test -e Makefile || {
|
||||
echo "Error: configure wasnt happy. Analyse this:"
|
||||
|
|
|
@ -913,7 +913,7 @@ GtkWidget *create_wndMain(void) {
|
|||
gtk_widget_set_name(entTelnet, "entTelnet");
|
||||
gtk_widget_show(entTelnet);
|
||||
gtk_container_add(GTK_CONTAINER(alignment1), entTelnet);
|
||||
gtk_tooltips_set_tip(tooltips, entTelnet, "Insert the return string for a succesfull login", NULL);
|
||||
gtk_tooltips_set_tip(tooltips, entTelnet, "Insert the return string for a successful login", NULL);
|
||||
|
||||
label36 = gtk_label_new("Telnet - Successful Login String");
|
||||
gtk_widget_set_name(label36, "label36");
|
||||
|
|
|
@ -2340,7 +2340,7 @@ addresses and/or DNS names.</property>
|
|||
<child>
|
||||
<widget class="GtkEntry" id="entTelnet">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Insert the return string for a succesfull login</property>
|
||||
<property name="tooltip" translatable="yes">Insert the return string for a successful login</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="editable">True</property>
|
||||
<property name="visibility">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue