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:
Lukas Schwaighofer 2017-07-26 01:22:11 +02:00
commit 0e6ef089db
16 changed files with 20 additions and 20 deletions

View file

@ -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:"

View file

@ -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");

View file

@ -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>