summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2012-04-06 13:48:57 (GMT)
committerJakub Bogusz2012-04-06 13:48:57 (GMT)
commit1e6d137543852f9a1357af25cf924c65bec95b90 (patch)
treebbb24e39df4fcd3b6c7c61f87531e289155c4271
parent4f8462a31a9c36bb900511ec90efa3ec673252c9 (diff)
downloadpldnotify-1e6d137543852f9a1357af25cf924c65bec95b90.zip
pldnotify-1e6d137543852f9a1357af25cf924c65bec95b90.tar.gz
- typo
Changed files: pldnotify.awk -> 1.103
-rw-r--r--pldnotify.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pldnotify.awk b/pldnotify.awk
index d52f8ae..11cff98 100644
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -450,7 +450,7 @@ function find_mirror(url) {
mname=fields[3]
prefix=substr(url,1,length(origin))
if (prefix==origin){
- d("Mirror fount at " mname)
+ d("Mirror found at " mname)
close("mirrors")
return mirror substr(url,length(origin)+1)
}