Rename bcc::BCCscript -> bcc::Script.
diff --git a/lib/bcc/Script.h b/lib/bcc/Script.h
index 5307f07..21ecf4c 100644
--- a/lib/bcc/Script.h
+++ b/lib/bcc/Script.h
@@ -23,7 +23,7 @@
 
 namespace bcc {
 
-  class BCCscript {
+  class Script {
   public:
     //////////////////////////////////////////////////////////////////////////
     // Part I. Compiler
@@ -37,11 +37,11 @@
     //////////////////////////////////////////////////////////////////////////
     // Part II. Logistics & Error handling
     //////////////////////////////////////////////////////////////////////////
-    BCCscript() {
+    Script() {
       bccError = BCC_NO_ERROR;
     }
 
-    ~BCCscript() {
+    ~Script() {
     }
 
     void setError(BCCenum error) {