[FIX] Spelling mistake.

This commit is contained in:
zhangzihao 2021-02-06 17:19:56 +08:00
parent 133a36ebe1
commit a41381db2d
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ UkuiSearchQDBus::~UkuiSearchQDBus(){
void UkuiSearchQDBus::setInotifyMaxUserWatches()
{
// /proc/sys/fs/inotify/max_user_watches
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep1");
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep1");
// sysctl
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep2");
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep2");
// /etc/sysctl.conf
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep3");
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep3");
}