소스 검색

Improved grammer.


git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@62 aa37657e-1934-4a5f-aa6d-2d8eab27ff7c
master
adeniz 11 년 전
부모
커밋
cf29b5eb3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      SNFMilterConfig/SendmailIntegrate.cpp

+ 1
- 1
SNFMilterConfig/SendmailIntegrate.cpp 파일 보기

@@ -93,7 +93,7 @@ SendmailIntegrate::Integrate(FileBackup *SaveFile) {
std::ostringstream Temp;
Temp << "Integration with sendmail is not supported on this platform. "
<< "Please see " << DOC_DIR << "/INSTALL file for instructions for manual "
<< "Please see " << DOC_DIR << "/INSTALL for instructions for manual "
<< "integration with sendmail.";
throw std::runtime_error(Temp.str());

Loading…
취소
저장