Index: documentation/manual/en/module_specs/Zend_Db_Profiler-Firebug.xml
===================================================================
--- documentation/manual/en/module_specs/Zend_Db_Profiler-Firebug.xml	(revision 22849)
+++ documentation/manual/en/module_specs/Zend_Db_Profiler-Firebug.xml	(working copy)
@@ -52,7 +52,7 @@
 $profiler->setEnabled(true);
 
 // Attach the profiler to your db adapter
-$db->setProfiler($profiler)
+$db->setProfiler($profiler);
 
 // Dispatch your front controller
 
@@ -69,7 +69,7 @@
 $profiler->setEnabled(true);
 
 // Attach the profiler to your db adapter
-$db->setProfiler($profiler)
+$db->setProfiler($profiler);
 
 $request  = new Zend_Controller_Request_Http();
 $response = new Zend_Controller_Response_Http();

