Skip to content

Commit 0eb239e

Browse files
committed
Fix typo in comments
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent ab1f217 commit 0eb239e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccutil/params.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class IntParam : public Param {
159159
private:
160160
int32_t value_;
161161
int32_t default_;
162-
// Pointer to the vector that contains this param (not owened by this class).
162+
// Pointer to the vector that contains this param (not owned by this class).
163163
GenericVector<IntParam *> *params_vec_;
164164
};
165165

@@ -212,7 +212,7 @@ class StringParam : public Param {
212212
private:
213213
STRING value_;
214214
STRING default_;
215-
// Pointer to the vector that contains this param (not owened by this class).
215+
// Pointer to the vector that contains this param (not owned by this class).
216216
GenericVector<StringParam *> *params_vec_;
217217
};
218218

0 commit comments

Comments
 (0)