summaryrefslogtreecommitdiffstats
path: root/src/search_php.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search_php.h')
-rw-r--r--src/search_php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search_php.h b/src/search_php.h
index 7cabda2..7f24842 100644
--- a/src/search_php.h
+++ b/src/search_php.h
@@ -74,7 +74,7 @@
" $freq=readInt($file); \n"
" $docInfo[$i]=array(\"idx\"=>$idx,\"freq\"=>$freq,\"rank\"=>0.0);\n"
" $totalFreq+=$freq;\n"
-" if ($statInfo[\"full\"]) $totalfreq+=$freq;\n"
+" if ($statInfo[\"full\"]) $totalFreq+=$freq;\n"
" }\n"
" // read name an url info for the doc\n"
" for ($i=0;$i<$numDocs;$i++)\n"