From: Stephen Soltesz Date: Wed, 13 Oct 2010 23:51:54 +0000 (-0400) Subject: Fix a typo X-Git-Tag: plewww-4.3-53~1^2 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=dac024f8e6fe9fd3108e6fb2781b0a1d5d6f2b0f Fix a typo --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 3389832..7e02522 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -256,7 +256,7 @@ I've experienced a problem rebooting $hostname with the pcu_id $pcu_id; if ( $msg != "" ) { $body .= "The last time I tried, it returned:\n $msg\n\n"; } - $body .= "And, this what I've tried, which leads me to believe that there is a bug on your side:"; + $body .= "And, this is what I've tried, which leads me to believe that there is a bug on your side:"; $url=rawurlencode($body); $email = ">Report a problem";