Index: /CKEditor/trunk/_samples/api.html
===================================================================
--- /CKEditor/trunk/_samples/api.html	(revision 5899)
+++ /CKEditor/trunk/_samples/api.html	(revision 5900)
@@ -64,5 +64,5 @@
 }
 
-function ExecuteCommand(commandName)
+function ExecuteCommand( commandName )
 {
 	// Get the editor instance that we want to interact with.
@@ -114,5 +114,5 @@
 	<form action="sample_posteddata.php" method="post">
 		<p>
-			This sample shows how to use the CKeditor JavaScript API to interact with the editor
+			This sample shows how to use the CKEditor JavaScript API to interact with the editor
 			at runtime.</p>
 		<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
