Selaa lähdekoodia

pv Fix typo in README

Olle E. Johansson 13 vuotta sitten
vanhempi
commit
68a650ef2b
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      modules_k/pv/README
  2. 1 1
      modules_k/pv/doc/pv_admin.xml

+ 1 - 1
modules_k/pv/README

@@ -231,7 +231,7 @@ if (is_int("$var(foo)")) {
 
    Example 1.7. typeof() usage
 ...
-if (trypeof("$var(foo)", "str")) {
+if (typeof("$var(foo)", "str")) {
     xdbg("variable foo is a string\n");
 }
 ...

+ 1 - 1
modules_k/pv/doc/pv_admin.xml

@@ -237,7 +237,7 @@ if (is_int("$var(foo)")) {
 				<title><function>typeof()</function> usage</title>
 				<programlisting format="linespecific">
 ...
-if (trypeof("$var(foo)", "str")) {
+if (typeof("$var(foo)", "str")) {
     xdbg("variable foo is a string\n");
 }
 ...