correct spelling
This commit is contained in:
		@ -28,7 +28,7 @@ bool ObRowKeyCompare::operator()(const ObRowkey *left, const ObRowkey *right)
 | 
			
		||||
  } else if (OB_UNLIKELY(NULL == left)
 | 
			
		||||
             || OB_UNLIKELY(NULL == right)) {
 | 
			
		||||
    result_code_ = common::OB_INVALID_ARGUMENT;
 | 
			
		||||
    LOG_WARN_RET(result_code_, "Invaid argument, ", KP(left), KP(right), K_(result_code));
 | 
			
		||||
    LOG_WARN_RET(result_code_, "Invalid argument, ", KP(left), KP(right), K_(result_code));
 | 
			
		||||
  } else {
 | 
			
		||||
    bool_ret = (*left) < (*right);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user