forked from openkylin/ukui-search
[FIX] Spelling mistake.
This commit is contained in:
parent
133a36ebe1
commit
a41381db2d
|
@ -40,9 +40,9 @@ UkuiSearchQDBus::~UkuiSearchQDBus(){
|
||||||
void UkuiSearchQDBus::setInotifyMaxUserWatches()
|
void UkuiSearchQDBus::setInotifyMaxUserWatches()
|
||||||
{
|
{
|
||||||
// /proc/sys/fs/inotify/max_user_watches
|
// /proc/sys/fs/inotify/max_user_watches
|
||||||
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep1");
|
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep1");
|
||||||
// sysctl
|
// sysctl
|
||||||
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep2");
|
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep2");
|
||||||
// /etc/sysctl.conf
|
// /etc/sysctl.conf
|
||||||
this->tmpSystemQDBusInterface->call("setInotifyMaxUseWatchesStep3");
|
this->tmpSystemQDBusInterface->call("setInotifyMaxUserWatchesStep3");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue