lide-reed closed pull request #216: Fixed Spelling. URL: https://github.com/apache/incubator-doris/pull/216
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/be/src/runtime/disk_io_mgr.h b/be/src/runtime/disk_io_mgr.h index e487ec7..7f1ac97 100644 --- a/be/src/runtime/disk_io_mgr.h +++ b/be/src/runtime/disk_io_mgr.h @@ -171,7 +171,7 @@ class MemTracker; // the cached buffer is returned (BufferDescriptor::Return()). // // Remote filesystem support (e.g. S3): -// Remote filesystems are modeled as "remote disks". That is, there is a seperate disk +// Remote filesystems are modeled as "remote disks". That is, there is a separate disk // queue for each supported remote filesystem type. In order to maximize throughput, // multiple connections are opened in parallel by having multiple threads running per // queue. Also note that reading from a remote filesystem service can be more CPU diff --git a/conf/be.conf b/conf/be.conf index 06fa472..ddc6216 100644 --- a/conf/be.conf +++ b/conf/be.conf @@ -15,7 +15,7 @@ brpc_port = 8060 # Default value is empty. # priority_networks = 10.10.10.0/24;192.168.0.0/16 -# data root path, seperate by ';' +# data root path, separate by ';' # you can specify the storage medium of each root path, HDD or SSD # you can add capacity limit at the end of each root path, seperate by ',' # eg: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org