SSH2: fix typo in comment found by Iewa

This commit is contained in:
terrafrost 2017-08-29 07:42:51 -05:00
parent f257fceabb
commit ee3fd38682

View File

@ -3886,7 +3886,7 @@ class SSH2
@flush(); @flush();
@ob_flush(); @ob_flush();
break; break;
// basically the same thing as self::LOG_REALTIME with the caveat that NET_SFTP_LOG_REALTIME_FILENAME // basically the same thing as self::LOG_REALTIME with the caveat that NET_SSH2_LOG_REALTIME_FILENAME
// needs to be defined and that the resultant log file will be capped out at self::LOG_MAX_SIZE. // needs to be defined and that the resultant log file will be capped out at self::LOG_MAX_SIZE.
// the earliest part of the log file is denoted by the first <<< START >>> and is not going to necessarily // the earliest part of the log file is denoted by the first <<< START >>> and is not going to necessarily
// at the beginning of the file // at the beginning of the file