aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap
diff options
context:
space:
mode:
authorRobin Windey <ro.windey@gmail.com>2020-10-12 14:19:41 +0200
committerRobin Windey <ro.windey@gmail.com>2020-10-12 14:19:41 +0200
commit6a1f8fb3be9e8924dd62bc52c701074f06b44b71 (patch)
tree79003daf48e7e6308c3aaf90a66831909ff55548 /lib/private/AppFramework/Bootstrap
parentb6364cc483d7904ed0abdf272925d8376e885de0 (diff)
downloadnextcloud-server-6a1f8fb3be9e8924dd62bc52c701074f06b44b71.tar.gz
nextcloud-server-6a1f8fb3be9e8924dd62bc52c701074f06b44b71.zip
Fix typo 'shared'
Diffstat (limited to 'lib/private/AppFramework/Bootstrap')
-rw-r--r--lib/private/AppFramework/Bootstrap/RegistrationContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php
index 0f408380e88..023590596e3 100644
--- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php
+++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php
@@ -203,7 +203,7 @@ class RegistrationContext {
"appId" => $appId,
"name" => $name,
"factory" => $factory,
- "sharred" => $shared,
+ "shared" => $shared,
];
}