Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 6, 2018
1 parent ab1f217 commit 0eb239e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ccutil/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class IntParam : public Param {
private:
int32_t value_;
int32_t default_;
// Pointer to the vector that contains this param (not owened by this class).
// Pointer to the vector that contains this param (not owned by this class).
GenericVector<IntParam *> *params_vec_;
};

Expand Down Expand Up @@ -212,7 +212,7 @@ class StringParam : public Param {
private:
STRING value_;
STRING default_;
// Pointer to the vector that contains this param (not owened by this class).
// Pointer to the vector that contains this param (not owned by this class).
GenericVector<StringParam *> *params_vec_;
};

Expand Down

0 comments on commit 0eb239e

Please sign in to comment.