Skip to content

Commit b9cf384

Browse files
committed
spelling: duplicate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent be17532 commit b9cf384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/external/CodeDuplication.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ deprecated predicate duplicateFiles(File f, File other, int percent) {
292292
}
293293

294294
/**
295-
* DEPRECATED: Information on duplciate classes is no longer available.
295+
* DEPRECATED: Information on duplicate classes is no longer available.
296296
*
297297
* Holds if most member functions of `c` (`numDup` out of `total`) are
298298
* duplicates of member functions in `other`.
@@ -313,7 +313,7 @@ deprecated predicate mostlyDuplicateClassBase(Class c, Class other, int numDup,
313313
}
314314

315315
/**
316-
* DEPRECATED: Information on duplciate classes is no longer available.
316+
* DEPRECATED: Information on duplicate classes is no longer available.
317317
*
318318
* Holds if most member functions of `c` are duplicates of member functions in
319319
* `other`. Provides the human-readable `message` to describe the amount of

0 commit comments

Comments
 (0)