public
Description: A buildbot GUI for OS X
Homepage: http://code.google.com/p/buildwatch/
Clone URL: git://github.com/dustin/buildwatch.git
Fixed spelling error
dustin (author)
Mon Mar 10 22:26:52 -0700 2008
commit  aa833e7ebc8e74d3d42e576a7707199d93c4be3b
tree    2eb017f486784565ce13af42dc1d543afd3d71e8
parent  f81584e00fd448dc56d516bf55332b8e6a6b9910
...
65
66
67
68
 
69
70
71
...
111
112
113
114
 
115
116
117
...
65
66
67
 
68
69
70
71
...
111
112
113
 
114
115
116
117
0
@@ -65,7 +65,7 @@
0
             clickContext:nil];
0
     } else {
0
         [GrowlApplicationBridge
0
- notifyWithTitle:@"Build Faiure"
0
+ notifyWithTitle:@"Build Failure"
0
             description:buildername
0
             notificationName:@"BuildFailed"
0
             iconData:nil
0
@@ -111,7 +111,7 @@
0
             clickContext:nil];
0
     } else {
0
         [GrowlApplicationBridge
0
- notifyWithTitle:@"Step Faiure"
0
+ notifyWithTitle:@"Step Failure"
0
             description:[NSString stringWithFormat:@"Step %@ on builder %@", stepname, buildername]
0
             notificationName:@"StepFailed"
0
             iconData:nil

Comments

    No one has commented yet.