diff options
author | Simone Rota <sip@crux.nu> | 2006-11-29 23:30:43 +0100 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-11-29 23:30:43 +0100 |
commit | 463c355cfc7e9f089d28af023fa65ce89f212d70 (patch) | |
tree | dd66b51864d74a7774810797737dc41db5b47c00 | |
parent | ea1ba712483cdd2a98991c15759f2c277e3b7510 (diff) | |
download | webtools-463c355cfc7e9f089d28af023fa65ce89f212d70.tar.gz webtools-463c355cfc7e9f089d28af023fa65ce89f212d70.tar.xz |
portdb: typo
-rwxr-xr-x | portdb/portdb/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portdb/portdb/index.php b/portdb/portdb/index.php index 73f9b44..1d7a30d 100755 --- a/portdb/portdb/index.php +++ b/portdb/portdb/index.php @@ -140,7 +140,7 @@ function showRegister() { <li>Root URL <small>(e.g. http://mypage.se/ports/)</small></li> <li>Your name</li> <li>Your Email</li></ul>'; - echo "<p>A CRUX team member, will put your repository into our database. Please give us some time to do this. Once it is active it is synced once a day. <b>Please do not submit .httpup files, only the URL for the repository. This means the URL to the repository itself, not portspage or other indexes.</b>"; + echo "<p>A CRUX team member will put your repository into our database. Please give us some time to do this. Once it is active it is synced once a day. <b>Please do not submit .httpup files, only the URL for the repository. This means the URL to the repository itself, not portspage or other indexes.</b>"; } #function showSendMail() { |