mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 12:23:05 +02:00
fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ public class EnvList
|
||||
public String toString()
|
||||
{
|
||||
String s = System.getProperty("line.separator");
|
||||
StringBuilder out = new StringBuilder("Enironment:");
|
||||
StringBuilder out = new StringBuilder("Environment:");
|
||||
|
||||
out.append(s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user