diff --git a/flow/error_definitions.h b/flow/error_definitions.h
index af5a98c71f..a641e62ba9 100755
--- a/flow/error_definitions.h
+++ b/flow/error_definitions.h
@@ -98,7 +98,7 @@ ERROR( master_resolver_failed, 1210, "Master terminating because a Resolver fail
 ERROR( server_overloaded, 1211, "Server is under too much load and cannot respond" )
 ERROR( master_backup_worker_failed, 1212, "Master terminating because a backup worker failed")
 ERROR( tag_throttled, 1213, "Transaction tag is being throttled" )
-ERROR( grv_proxy_failed, 1214, "Master terminating because a GRV CommitProxy failed" )
+ERROR( grv_proxy_failed, 1214, "Master terminating because a GRVProxy failed" )
 ERROR( dd_tracker_cancelled, 1215, "The data distribution tracker has been cancelled" )
 ERROR( failed_to_progress, 1216, "Process has failed to make sufficient progress" )