auto import from //depot/cupcake/@136594
diff --git a/aidl.cpp b/aidl.cpp
index dc61567..e248763 100644
--- a/aidl.cpp
+++ b/aidl.cpp
@@ -617,7 +617,7 @@
 
     FILE* f = fopen(filename.c_str(), "rb");
     if (f == NULL) {
-        fprintf(stderr, "aidl: can't open preprocessd file: %s\n",
+        fprintf(stderr, "aidl: can't open preprocessed file: %s\n",
                 filename.c_str());
         return 1;
     }