c/b/server/api: fix typo
Change-Id: I2fe54243b900d929c9b88159250d020a79088b08
Reviewed-on: https://review.monogon.dev/c/monogon/+/1603
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Jenkins CI
diff --git a/cloud/bmaas/server/api/agent.proto b/cloud/bmaas/server/api/agent.proto
index a33c7bd..5bebef5 100644
--- a/cloud/bmaas/server/api/agent.proto
+++ b/cloud/bmaas/server/api/agent.proto
@@ -11,7 +11,7 @@
// certificates proving ownership of an agent keypair.
service AgentCallback {
// Heartbeat is called by agents repeatedly to upload a hardware report, signal
- // liveness and retrieve actions to be prformed on a host.
+ // liveness and retrieve actions to be performed on a host.
//
// This isn't a streaming RPC as the current server implementation actually
// isn't reactive, so it would have to do its own inner polling to create