Author: dpage
Date: 2005-10-03 17:15:30 +0100 (Mon, 03 Oct 2005)
New Revision: 4482
Modified:
trunk/pgadmin3/docs/de_DE/hints/conn-hba.html
trunk/pgadmin3/docs/en_US/hints/conn-hba.html
Log:
Fix typo per Bastiaan Wakkie
Modified: trunk/pgadmin3/docs/de_DE/hints/conn-hba.html
===================================================================
--- trunk/pgadmin3/docs/de_DE/hints/conn-hba.html 2005-10-03 01:00:53 UTC (rev 4481)
+++ trunk/pgadmin3/docs/de_DE/hints/conn-hba.html 2005-10-03 16:15:30 UTC (rev 4482)
@@ -31,7 +31,7 @@
</p>
<p>
Dieses Beispiel erlaubt MD5-verschl�sselten Pa�wortzugriff auf alle Datenbanken f�r alle Benutzer im
-privaten Netzwerksegment 192.1680.0/24.
+privaten Netzwerksegment 192.168.0.0/24.
</p>
<p>
Zum Editieren der pg_hba.conf-Datei kann der in pgAdmin III eingebaute Editor verwendet werden.
Modified: trunk/pgadmin3/docs/en_US/hints/conn-hba.html
===================================================================
--- trunk/pgadmin3/docs/en_US/hints/conn-hba.html 2005-10-03 01:00:53 UTC (rev 4481)
+++ trunk/pgadmin3/docs/en_US/hints/conn-hba.html 2005-10-03 16:15:30 UTC (rev 4482)
@@ -29,7 +29,7 @@
<b><tt class="command">host all all 192.168.0.0/24 md5</tt></b>
</p>
<p>
-This example grants MD5 encrypted password access to all databases to all users on the private network 192.1680.0/24.
+This example grants MD5 encrypted password access to all databases to all users on the private network 192.168.0.0/24.
</p>
<p>
You can use the pg_hba.conf editor that is built into pgAdmin III to edit the pg_hba.conf