summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@vespa.ai>2023-10-24 09:24:06 +0000
committerTor Brede Vekterli <vekterli@vespa.ai>2023-10-24 09:24:06 +0000
commit25aa6778a04c8ff4de0509d0a98133c9e92a605a (patch)
tree4172d00c99767cb81864168cf978097a18e67321 /storageserver
parent73442d7863b8d4e7ab4046a731aca3db5d0c451b (diff)
Provide explicit bootstrap config to `BucketManager`
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/vespa/storageserver/app/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageserver/src/vespa/storageserver/app/process.h b/storageserver/src/vespa/storageserver/app/process.h
index a30611b78c8..72b399ac870 100644
--- a/storageserver/src/vespa/storageserver/app/process.h
+++ b/storageserver/src/vespa/storageserver/app/process.h
@@ -8,7 +8,7 @@
* contains the process as a library such that it can be tested and used in
* other pieces of code.
*
- * Specializations of this class will exist to add the funcionality needed for
+ * Specializations of this class will exist to add the functionality needed for
* the various process types.
*/