Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1470#discussion_r174278397
--- Diff: core/sql/export/ComDiags.h ---
@@ -837,7 +837,7 @@ class ComDiagsArea : public IpcMessageObj {
// These members provide set and get operations on the data
// of a ComDiagsArea that is defined in ANSI table 21, in subclause
- // 18.1. See also, ``Creating Errors Korrectly.''
+ // 18.1. See also, ``Creating Errors Correctly.''
--- End diff --
I think "Creating Errors Korrectly" is a reference to a paper Bill Rassieur
wrote way back in HP days. (And yes he intentionally mis-spelled "Correctly".)
I don't know if a copy is up on the Trafodion web site or not. Might be nice to
put it there if not.
---