summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-04-04 13:25:13 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-04-04 13:25:13 +0000
commitda345316f3e984932301232d81d348b79cb6a380 (patch)
tree57bb98cd27ae864d103710652cd4fdf3276cff50 /searchcore
parentf62d204a88129708fcc2beefc3a904a453fdd0c2 (diff)
Fix typo in comment.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_specs_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_specs_builder.h b/searchcore/src/vespa/searchcore/proton/attribute/attribute_specs_builder.h
index 4c979a1f4f0..d5913e4403c 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_specs_builder.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_specs_builder.h
@@ -33,7 +33,7 @@ public:
~AttributeSpecsBuilder();
/*
- * Setup called from document db comfig manager and document db
+ * Setup called from document db config manager and document db
* config scout. No adjustments.
*/
void setup(const AttributesConfig &newConfig);