Index: wp-content/plugins/hello.php
===================================================================
--- wp-content/plugins/hello.php	(revision 15969)
+++ wp-content/plugins/hello.php	(working copy)
@@ -61,7 +61,7 @@
 
 // We need some CSS to position the paragraph
 function dolly_css() {
-	// This makes sure that the posinioning is also good for right-to-left languages
+	// This makes sure that the positioning is also good for right-to-left languages
 	$x = ( is_rtl() ) ? 'left' : 'right';
 
 	echo "
