diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-10 22:34:48 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-10 22:34:48 +0200 |
commit | aa8c915deb0353e71d9cd61ed40cd41d1093ed6a (patch) | |
tree | 5584d99ba41ffa6f006562634527afa15acdfa90 | |
parent | ebae2d0241c5f84f48af6a15d7b8217cb12840af (diff) | |
parent | 84bbf07d962c58f0c8b1dc6fdb6c47b29f6e8815 (diff) | |
download | gitlab-ce-aa8c915deb0353e71d9cd61ed40cd41d1093ed6a.tar.gz |
Merge pull request #7726 from cirosantilli/typo-locally
Typo localy -> locally.
-rw-r--r-- | app/views/projects/diffs/_diffs.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml index 2d7ecdc3809..334ea1ba82f 100644 --- a/app/views/projects/diffs/_diffs.html.haml +++ b/app/views/projects/diffs/_diffs.html.haml @@ -24,4 +24,4 @@ %h4 Failed to collect changes %p - Maybe diff is really big and operation failed with timeout. Try to get diff localy + Maybe diff is really big and operation failed with timeout. Try to get diff locally |