From f7c41fa4e68d50cc8332818d2e72fc95924ef90c Mon Sep 17 00:00:00 2001 From: Stefan Weil <sw@weilnetz.de> Date: Mon, 13 Jun 2016 08:23:33 +0200 Subject: [PATCH] Fix typo (found by codespell) (#25073) Signed-off-by: Stefan Weil <sw@weilnetz.de> --- build/integration/features/sharing-v1.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 79d7617f024..79dc1326f3c 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -685,7 +685,7 @@ Feature: sharing |{http://open-collaboration-services.org/ns}share-permissions | Then the single response should contain a property "{http://open-collaboration-services.org/ns}share-permissions" with value "15" - Scenario: unique target names for incomming shares + Scenario: unique target names for incoming shares Given user "user0" exists And user "user1" exists And user "user2" exists -- GitLab