Chromium Code Reviews| Index: tools/gn/builder.cc |
| =================================================================== |
| --- tools/gn/builder.cc (revision 243014) |
| +++ tools/gn/builder.cc (working copy) |
| @@ -279,7 +279,7 @@ |
| if (!record) { |
| *err = Err(origin, "Item not found", |
| "\"" + label.GetUserVisibleName(false) + "\" doesn't\n" |
| - "refer to an existant thing."); |
| + "refer to an existent thing."); |
| return NULL; |
| } |